Update README.md

This commit is contained in:
sunyinqi0508
2018-12-02 08:15:13 -05:00
committed by GitHub
parent a8f7660888
commit 1458302d18
+4 -4
View File
@@ -1,9 +1,9 @@
# BadassPascal # BadassPascal
A super powerful PL/0 compiler and debugger written in C++. A super powerful PL/0 compiler and debugger written in C++.
Supported Environments: Supported Environments:
MSVC project: BadassPascal.sln MSVC project: BadassPascal.sln
GNU C++/Clang: compile BadassPascal.cpp directly GNU C++/Clang: compile BadassPascal.cpp directly
>e.g. >e.g.
>`g++ -O3 BadassPascal.cpp -o BP` >`g++ -O3 BadassPascal.cpp -o BP`