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

10 lines
225 B

8 years ago
# BadassPascal
6 years ago
A super powerful 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`