Files
BlitzNext/compiler/todo.txt
T
blitz-research 08a613ed0e Initial commit.
2014-01-31 08:23:00 +13:00

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?