Compiler for the 'Oreo' programming language written in C++
Compilation instructions:
-
Open a terminal window in the oreo-compiler/src/ directory
-
Run the command 'make'
Execution instructions:
-
If the executable is not present, follow the above compilation instructions
-
Open a terminal window in oreo-compiler/src/ directory
-
Run the following command with an oreo file name as a parameter:
./compiler
Example Oreo files are available in the examples/ directory to run with the compiler