Skip to content

Releases: maitesin/acc

Basic Compiler II

20 Apr 17:10
Compare
Choose a tag to compare
Basic Compiler II Pre-release
Pre-release

Basic compiler able to handle a single file with a main function (without parameters) and if/else statements with simple boolean expressions and return statements of a positive integer.

Basic compiler

12 Feb 15:23
Compare
Choose a tag to compare
Basic compiler Pre-release
Pre-release

This basic compiler is only able to compile a source file containing the main function without parameters and with a body made of a return statement of a positive integer.