From ebed4aefdcc4770625d49b096b2d6830b868ae6b Mon Sep 17 00:00:00 2001 From: sunyinqi0508 Date: Sun, 2 Dec 2018 08:07:07 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ff97ba..ba28bdd 100644 --- a/README.md +++ b/README.md @@ -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` +