You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
BillSun cd59e0b07a
Merge branch 'master' of https://github.com/sunyinqi0508/badasspascal
5 years ago
BadassPascal Renamed examples. 5 years ago
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 9 years ago
.gitignore Initial commit to add default .gitIgnore and .gitAttribute files. 9 years ago
BadassPascal.sln Fixed Memory leaks curropted heaps as well as other bugs. 5 years ago
README.md Update README.md 5 years ago

README.md

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

e.g.
g++ -O3 BadassPascal.cpp -o BP