Compiler Features

  • Implements proprietary grammar as well as features hash-mapped memory locations for runtime variables.

  • Abilities to branch and create new scopes within the input program, similar in fashion to C and C++.

  • Completed program includes parsing, execution, and printed output, acting as a C++ interpreted language.

Program Grammar