Files
BlitzNext/compiler/lib/todo.txt
T
Michael Fabian 'Xaymar' Dirks c4947bd12a compiler: Move and modernize
compiler is blitzcc, what I previously called compiler is now compiler_lib
2019-01-19 18:28:07 +01: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?