diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ # Intermediate code generation -Execute the generation in a state monad and generate unique labels and -temporary variable names. +- Put symbol table in the reader monad and it to the stack + or use the state monad for everything. +- Add errors handling to the monad stack. |
