67d7e39b2d7bb03a1b101e84c1226eee92300762
BadassPascal
Another PL/0 language (https://en.wikipedia.org/wiki/PL/0) compiler and debugger written in C++.
Supported Environments:
MSVC project: BadassPascal.sln
GNU C++/Clang: compile BadassPascal.cpp directly
e.g.
$ g++ -O3 BadassPascal.cpp -o BP
$ ./BP InsersionSort.pas
Languages
C++
96.2%
Pascal
3.8%