This commit is contained in:
BillSun
2018-12-02 08:19:15 -05:00
+5 -5
View File
@@ -1,9 +1,9 @@
# BadassPascal
A super powerful PL/0 compiler and debugger written in C++.
Supported Environments:
MSVC project: BadassPascal.sln
GNU C++/Clang: compile BadassPascal.cpp directly
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`