Releases: cs4215-2023/c-interpreter
Releases · cs4215-2023/c-interpreter
v1.0.4
- Implemented heap
- Fixed interpreter return types so that it matches with the frontend
v1.0.3
- Implemented TypeChecker as a compile time construct
- Implemented Pointers, Arrays
- Minor grammar and parser changes
TODOs:
v1.0.2
- Converted interpreter to explicit control evaluator.
- Main function as entry point into all programs.
- Implementation of the memory stack, integrated with the interpreter.
- Minor grammar changes.