Commit Graph

588 Commits (4895bea99b099ce10a9e2299aa8f5dc97e6f3d16)
 

Author SHA1 Message Date
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
hvellyr d0c6cd55ad Enabling testing in the CMakeList 8 years ago
hvellyr b031727fa2 Cmake 2.8 is more than sufficient 8 years ago
hvellyr af2b04c733 Remove example app not existing in source code 8 years ago
yhirose 80f822ac59 Fix token problem in AST 9 years ago
yhirose ae400aa218 Supported `←`. 9 years ago
yhirose 5b88443270 Major change in the way to handle token boundary. 9 years ago
yhirose 9ce4597ef6 Merge branch 'master' of https://github.com/yhirose/cpp-peglib 9 years ago
yhirose 91fe3b755c Code cleanup. 9 years ago
yhirose 50ea1858c1 Added unit test for missing rules. 9 years ago
yhirose b7d114a82a Merge pull request #18 from g40/VS2013 9 years ago
Jerry Evans be0ad37263 VS2013 requires return type for auto 9 years ago
yhirose fe9141fd0f Removed noexcept. 9 years ago
yhirose 21f555639e Code cleanup. 9 years ago
yhirose 568bf15ed3 Fixed problems with the %whitespace rule. 9 years ago
yhirose a9cea16325 Renamed 'before/after' to 'enter/exit'. 9 years ago
yhirose bbd7699c81 Merge pull request #13 from g40/master 9 years ago
Jerry Evans a34822aed6 Fix a couple of typos in readme 9 years ago
yhirose 69ede706f0 Fixed build errors. Switched to CMake build system completely. 9 years ago
yhirose 30da6961d4 Updated usage for peglint. 9 years ago
yhirose 8ce03face0 Added README for PEG lint. 9 years ago
yhirose f33e76249a Added trace feature. 9 years ago
yhirose 1ac16f3184 Fixed incorrect semantic values with NotPredicate. 9 years ago
yhirose 80d1488b42 Fixed ast dump format problem. 9 years ago
yhirose 59c7ab94ac Fixed the build error with peglint. 9 years ago
yhirose 795c84e007 Merge pull request #10 from g40/master 9 years ago
Jerry Evans 543c124311 Merge pull request #2 from g40/g40-patch-1 9 years ago
Jerry Evans eb8d497200 Update readme 9 years ago
Jerry Evans c90688caf6 Update README.md 9 years ago
Yuji Hirose 8fd93d855f Moved 'online lint' functionality to peglint. 9 years ago
Yuji Hirose 3f5d54f811 Removed print_ast, and added ast_to_s. 9 years ago
Yuji Hirose 444398d1bb Added server mode. 9 years ago
Yuji Hirose adcd259268 Changed to show AST results. 9 years ago
yhirose 98c6f7d6d6 Updated README. 9 years ago
yhirose a7444fa83b Fixed #8. 9 years ago