Skip to content

Releases: gzachos/compilers-course-uoi

v2.0.0

25 May 01:39
Compare
Choose a tag to compare

New features:

  • Symbol table implementation.
  • Further implementation of semantic analyzer.
  • Final code production targeting MIPS architecture.

Notes:

v1.0.0

26 Apr 09:08
Compare
Choose a tag to compare

New features:

  • Intermediate code generation.
  • Transformation of intermediate code to (ready to compile) ANSI C equivalent.

Notes:

  • Transformation to ANSI C equivalent is not supported for nested functions. Maybe add support in later releases.