Files
BlitzNext/compiler/lib/todo.txt
T

13 lines
229 B
Plaintext
Raw Normal View History

2014-01-31 08:23:00 +13:00
* 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?