This project is a compiler built in C++ for the RPAL language.
To compile and run an RPAL program, use the following command:
./mypal file_nameTo print the Abstract syntax tree of the program, use the following command:
./mypal file_name -astTry out some test files in ./test/