Skip to content

Releases: cs4215-2023/c-interpreter

v1.0.5

11 Apr 13:11
Compare
Choose a tag to compare
add latex

v1.0.4

08 Apr 07:49
d1174f0
Compare
Choose a tag to compare
  • Implemented heap
  • Fixed interpreter return types so that it matches with the frontend

v1.0.3

03 Apr 09:50
Compare
Choose a tag to compare
  • Implemented TypeChecker as a compile time construct
  • Implemented Pointers, Arrays
  • Minor grammar and parser changes

TODOs:

  • Heap
  • Builtins
  • Integration with the frontend

v1.0.2

28 Mar 14:44
a3a5abc
Compare
Choose a tag to compare
  • 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.

v1.0.1

13 Mar 12:53
2e88757
Compare
Choose a tag to compare

Implemented parser

v1.0.0

02 Mar 13:18
a47b6f8
Compare
Choose a tag to compare

Basic grammar