From 1458302d18b92ff78e9b0ab8e44b8806214ad8a7 Mon Sep 17 00:00:00 2001 From: sunyinqi0508 Date: Sun, 2 Dec 2018 08:15:13 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba28bdd..61b8df5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # BadassPascal -A super powerful PL/0 compiler and debugger written in C++. - -Supported Environments: +A super powerful PL/0 compiler and debugger written in C++. + +Supported Environments: MSVC project: BadassPascal.sln -GNU C++/Clang: compile BadassPascal.cpp directly +GNU C++/Clang: compile BadassPascal.cpp directly >e.g. >`g++ -O3 BadassPascal.cpp -o BP`