blitz3d/compiler/todo.txt

13 lines
229 B
Plaintext
Raw Normal View History

2014-01-30 11:23:00 -08: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?