elna/TODO

6 lines
174 B
Plaintext
Raw Normal View History

2024-08-17 14:16:16 +02:00
# Intermediate code generation
- 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.