Commit Graph

372 Commits (3e9d8c506a1b12d51e4e1c7457e14daffb326bea)
 

Author SHA1 Message Date
yhirose 3e9d8c506a Added README.md for PL/0... 7 years ago
yhirose 6de1fe8aef Added README.md for PL/0 example 7 years ago
yhirose 6ee4326723 Cleanup pl0.cc 7 years ago
yhirose dcdfd9fdb7 Changed ast_to_s to be customizable. 7 years ago
yhirose 463ed17967 Fixed nested procedure problem in PL/0. 7 years ago
yhirose 925a611ec0 Fixed the URL for PL/0 7 years ago
yhirose d4fabb04ad Adjusted options of PL/0 7 years ago
yhirose 0388e3e6c4 Moved PL/0 sample directory 7 years ago
yhirose 7c1e1751d9 Added LLVM support to PL/0 sample 7 years ago
yhirose 7c24c30104 Applied clang-format 7 years ago
yhirose bb0c7c4522 Fixed 'uninitialized variable' problem in PL/0 interpreter 7 years ago
yhirose 41e3360483 Working in progress on fixing travis-ci error. 7 years ago
yhirose a85d18da91 Working in progress on fixing travis-ci error... 7 years ago
yhirose 746c259d64 Fixed problem with .travis.yml (WIP) 7 years ago
yhirose 14c0651f1f Removed language/culebra 7 years ago
yhirose deac9d4c42 Code cleanup 7 years ago
yhirose 79f4d90c19 Code cleanup. 7 years ago
yhirose ff3d947fd4 Added optimize_ast 7 years ago
yhirose 6b63bd48af Added peg::udl for 'tag' user defined literal. 7 years ago
Hirose 1520849708 Updated README.md 8 years ago
Hirose 13b5b8c45b Updated README. 8 years ago
yhirose 3e9852c8bd Added documentation for Ubuntu. 8 years ago
Hirose 1661d3fd91 Fixed README.md 8 years ago
yhirose 21934dd1ce Fixed #22. 8 years ago
yhirose 5e67fcb329 Added AppVeyor buidl badge on README. 8 years ago
yhirose 803335164d Changed minimum target to be 'c++11'. 8 years ago
yhirose 7ef51f6acb Merge pull request #21 from hvellyr/master 8 years ago
hvellyr f98f8697c6 Add test support for windows MSVC 2015 on appveyor 8 years ago
hvellyr e562f51f63 No need for pthread lib in examples and tests 8 years ago
hvellyr 45db14ebd7 Don't treat warnings as errors 8 years ago
hvellyr bc9234a25f Fix compiler warning about reserved identifier 8 years ago
hvellyr f764e9a85d Fix warning about loss of precission 8 years ago
hvellyr 58b0669e55 Remove left over c++1y definition desturbing MSVC 8 years ago
hvellyr 47f8eb171c Fix compiler warnings about incomplete override functions 8 years ago
yhirose b07573e64f Added the travis-ci build badge. 8 years ago
yhirose fd150264a5 Updated README 8 years ago
yhirose 7b78a1c00f Removed 'user defined rule' feature. 8 years ago
yhirose 23a827d35d Merge pull request #20 from hvellyr/master 8 years ago
hvellyr d76d29b4fd Build and test on travis 8 years ago
hvellyr 546942e389 Make use of \u2190 char optional 8 years ago
hvellyr 1e47348daf Fix compiler warnings about "missing variable declaration" 8 years ago
hvellyr 8363407768 Fix compiler warnings about "hidden" names 8 years ago
hvellyr 15ce11b594 Fix compiler warning about missing "name" parameter 8 years ago
hvellyr 2b2b171cbd Fix sign/unsigned compiler warnings 8 years ago
hvellyr 5cac962f18 Fix compiler warning about "old style cast" 8 years ago
hvellyr 5d3d63cf11 Provide explicit copy operator declaration to avoid compiler warning 8 years ago
hvellyr d95cef6c1b Fix compiler warnings about unused method parameters 8 years ago
hvellyr f62a726166 Avoid C++14 feature in peglib.h 8 years ago
hvellyr 86f903b65e Fix compiler warning about unnecessary ";" 8 years ago
hvellyr c3c6037241 Enhance CMake files to set warning level high(er) and set C++14 flags 8 years ago