Skip to content

DCC 0.1 Preview 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hawkw hawkw released this 21 Dec 18:22
· 30 commits to master since this release

Preview release of the complete Decaf compiler with Jasmin Java byte code generation.

  • Adds code generation for if, while, and for statements
  • Adds code generation for ReadLine(), ReadInteger(), and Print()
  • Adds code generation for local, static function calls
  • Adds code generation for basic operatiors and comparisons

This is NOT a stable release. Some features are not implemented and/or may fail in undocumented ways. This is a preview only.