Implemented GENERATE-CODE for literals.
Implemented GENERATE-CODE-TO-STRING to simplify...
Implemented null statements and return statements.
Implemented break statements and continue state...
Ensured that MAKE-STRING-LITERAL accepts a char...
Implemented MAKE-IDENTIFIER and IDENTIFIER-NAME.
Ensured that string literals are correctly esca...
Ensured that character literals are correctly e...
Created the project.
Implemented RETURN-VALUE and RETURN-VALUE-P.
Implemented goto statements.
Defined classes and constructors for literal re...
Implemented translation unit directives, declar...
Implemented throw expressions.
Refactored and simplified code generation for s...
Ensured that CALL-EXPRESSION objects are printa...
Implemented simple function definitions and mul...
Improved testing convenience through implicit l...
Implemented compound statement expressions (a G...
Fixed semicolon output in compound statements.
Implemented assignment operator expressions.
Implemented MAKE-COMPOUND-STATEMENT and COMPOUN...
Added support for char16_t and char32_t literal...
Implemented function call expressions.
Ensured that translation unit declarations can ...
Implemented the conditional operator.