PRSE: A C-like language

GitHub repository As my senior project for my Bachelor’s degree in Computer Science, I designed and tested a compiler for a language of my own design, which I titled “PRSE”. The PRSE compiler–prsec–reads PRSE code provided on the command line, and outputs a binary program unless the user specifies the argument --cpp, in which case the PRSE source code is translated to C++ and saved to a file with the same name as the original PRSE program....

January 1, 2021