c4947bd12a
compiler is blitzcc, what I previously called compiler is now compiler_lib
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
|
* Better source code pos tracker
|
|
|
|
All Decls and Stmts should have a 'pos' field.
|
|
|
|
* Fix label names - eg: edx no currently allowed as var.
|
|
|
|
* Replace Var with Global/Local/Field?
|
|
|
|
* No auto-decl of vars on rhs of assignment?
|
|
|
|
|