Updated TODO's

This commit is contained in:
Justin Ethier 2015-07-15 22:35:47 -04:00
parent 5604ecfca2
commit b6d4308e3e

2
TODO
View file

@ -14,7 +14,6 @@ Working TODO list:
- improved error handling: - improved error handling:
- param count checks - param count checks
* some rudimentary support in runtime
* should have checks in compiler as well. could possibly * should have checks in compiler as well. could possibly
use prim metadata to autogenerate the runtime checks (later, perhaps) use prim metadata to autogenerate the runtime checks (later, perhaps)
- type checking - type checking
@ -24,6 +23,7 @@ Working TODO list:
- error checking - error checking
need errors for things such as file not existing, to bullet-proof the runtime need errors for things such as file not existing, to bullet-proof the runtime
some things to check for - file not found, divide by zero. what else?
without these, it will be impossible (or at least time-consuming) to debug issues going forward without these, it will be impossible (or at least time-consuming) to debug issues going forward