Pasc is an analyzer for a basic subset of the Pascal programming language written in C++.
This project is intended to be used for educational purposes only.
- Lexical, syntax and semantical analysis with error checking
- I/O module
- Lexical analyzer
- Syntax analyzer
- Semantical analyzer
Run the following from the repo directory
./build.sh
./build/pasc <pascal-source-file>