Update README.md

master
sunyinqi0508 5 years ago committed by GitHub
parent ab823ac948
commit ebed4aefdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,9 @@
# BadassPascal
A super powerful PL/0 compiler and debugger written in C++. With Memory Leak & Mess Coding :). Feel free to use and contributions are welcomed.
This project is under WTF Public License.
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`

Loading…
Cancel
Save