diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-08-27 14:21:50 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-08-27 14:21:50 +0200 |
| commit | 0c45a9886a589a1a0721d1683ea7fa9aacdcefe8 (patch) | |
| tree | d18f32054cac7b96da7dc6db2b85b504f1687248 /TODO | |
| parent | 2bd965bd5c0265005e9894d99f2d03f5f8b47b98 (diff) | |
| download | elna-0c45a9886a589a1a0721d1683ea7fa9aacdcefe8.tar.gz | |
Add Intermediate monad stack for the code generation
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. |
