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.
AwesomePascal/README.md

11 lines
306 B

8 years ago
# BadassPascal
5 years ago
Another PL/0 language (https://en.wikipedia.org/wiki/PL/0) compiler and debugger written in C++.
6 years ago
Supported Environments:
6 years ago
MSVC project: BadassPascal.sln
6 years ago
GNU C++/Clang: compile BadassPascal.cpp directly
6 years ago
>e.g.
6 years ago
>`$ g++ -O3 BadassPascal.cpp -o BP`
>`$ ./BP InsersionSort.pas`
6 years ago