290feb6edac940d8f3700fa15a615f86eaefb6e7
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%