You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sunyinqi0508
67d7e39b2d
|
6 years ago | |
---|---|---|
BadassPascal | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 years ago | |
BadassPascal.sln | 6 years ago | |
README.md | 6 years ago |
README.md
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