Releases: maitesin/acc
Releases · maitesin/acc
Basic Compiler II
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
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.