mirror of https://github.com/aamine/cbc
r4809@macbookpro: aamine | 2009-05-10 20:25:51 +0900
updated git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4195 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
2e1cbdaf66
commit
2d674669d8
6
ToDo
6
ToDo
|
|
@ -4,7 +4,11 @@
|
|||
|
||||
- generate IR
|
||||
- simplify IR node name: IntValue -> Int, StringValue -> Str.
|
||||
* make operators signed, instead of having signed value types.
|
||||
- make operators signed, instead of having signed value types.
|
||||
- refactoring: rename class: Assmebler -> AssermblyFile
|
||||
- refactoring: remove CodeGenerator.stackGrowsLower
|
||||
* refactoring: remove AssemblyFile stack.
|
||||
* refactoring: remove CodeGenerator#compileLHS (resolve in IR generation)
|
||||
|
||||
== Done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue