Commit Graph

317 Commits (5b88443270c3e4d28b13e4686a5ca6f7d9b0ae97)
 

Author SHA1 Message Date
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
yhirose 37dfcbf860 Updated README. 9 years ago
yhirose 33978023cf Added automatic whitespace skipping feature. 9 years ago
yhirose 49c81a5f59 Added more unit tests. 9 years ago
yhirose 862740079e Merge pull request #7 from g40/stdmin 9 years ago
Jerry Evans 05ac20f799 Parenthesize std::min for windows.h macro collision avoidance. 9 years ago
Jerry Evans 8f2c978a11 Merge pull request #1 from yhirose/master 9 years ago
yhirose 0ed369f7c9 Fixed README. 9 years ago
yhirose 10e619c2aa Merge pull request #3 from g40/Vs2013 9 years ago
Jerry Evans c27602172f Fix for ancient min/max macros in windows.h 9 years ago
yhirose 1247271966 Improved error report. 9 years ago
yhirose 5b9daaf090 Restored before/after handlers. 9 years ago
yhirose 15893308db Updated documentation. 9 years ago
yhirose 4a58f35d3d Changed 'undefined' to 'nil'. 9 years ago
yhirose f9ef592bd3 Enhanced index access to array. 9 years ago
yhirose 0e23f8f0b2 Removed unnecessary code. 9 years ago
yhirose 778b175ab0 Added lexical scope support. 9 years ago
yhirose a0bee1d20b Removed tutorial. 9 years ago
yhirose fa08f98c6e Fixed array grammar. 9 years ago
yhirose 83874e0924 Updated grammar file for culebra language. 9 years ago
yhirose 6a6fb4a262 Split 'run' api to 'parse' and 'interpret'. 9 years ago
yhirose a773ceb725 Fixed white space problems. 9 years ago