Commit Graph

127 Commits (8dc6a287f876b5f0377f9c71b06dc8e133dccca0)

Author SHA1 Message Date
yhirose 8dc6a287f8 Added error recovery feature 4 years ago
yhirose 9ad70096c8 Another infinite loop grammar detection. Fix #133 4 years ago
yhirose b26e2477ff C++17 support 4 years ago
yhirose b92da07bed Fix #128 4 years ago
yhirose b3b29ce8f3 Fix #122 4 years ago
yhirose 0061f393de Fix #121 4 years ago
peoro ad1a6d27da Fix support to custom AST node types 4 years ago
yhirose ff9e5d6ea3 Fix #112 4 years ago
yhirose af8f0082fc Combinators with AST action handler 4 years ago
yhirose c1f087a91e Added enable_packrat_parsing to precedence expression parsing tests 4 years ago
yhirose 580721aa46 Fix #107 4 years ago
yhirose 072cdb6d23 Fix #109 4 years ago
yhirose 3c58f26635 Updated 'Semantic predicate test' 4 years ago
yhirose fdfd1f4267 Fixed warnings 5 years ago
yhirose c416d84fea Regex-like repetition support. Fix #95 5 years ago
yhirose 5b3d95e0a1 Fix #90 5 years ago
yhirose 2c7d94761f Updated README 5 years ago
yhirose 375794e344 Support expression parsing in macro 5 years ago
yhirose 9bdb577aaf Split test.cc 5 years ago
yhirose 9b89b19949 Updated README and examples 5 years ago
yhirose 038bc06343 Precedence climbing feature support 5 years ago
yhirose 2180657eea Added Negated Characgter Class 5 years ago
yhirose 3dc0205ffa Handle an invalid escape sequence char 5 years ago
yhirose 35d2d201e1 Updated CmakeLists.txt for test 5 years ago
yhirose c5e356d804 Implemented infinite loop detector 5 years ago
yhirose be470f9332 Fix #71 5 years ago
Francesco Guastella 1afa4988bc Replace peg::any with std::any (when C++17 is available) 5 years ago
yhirose 347113d4fd Code cleanup 5 years ago
yhirose 3482a08465 Fix #67 5 years ago
yhirose 4d0b2b3591 Fix #66 5 years ago
yhirose b7da359bac Code cleanup 5 years ago
yhirose d75ced2408 Fix #68 5 years ago
yhirose 2d276c8cd9 Fix #63 5 years ago
yhirose 2dcdafe3cb Fixed problem with choice and choice count 6 years ago
yhirose 15c19e4a0f fix #55 6 years ago
yhirose 757e81e63d fix #52. Changed to allow Action handler taking non const SemanticValues 6 years ago
yhirose 452aea18cd UTF encoding support 6 years ago
yhirose 79a3c75846 Removed 'user defined rule' feature 6 years ago
yhirose ed8a1bd7d9 Better Unicode handling 6 years ago
yhirose fe3ae84736 Fixed build errors 6 years ago
yhirose 4c8415c054 Added another test case for %whitespace 6 years ago
yhirose 5445b5c2bb fix #41 6 years ago
yhirose 6584bfa5c6 Changed to setup is_token at a better place 6 years ago
yhirose bbd8e68b71 Macro support (fix #25) 6 years ago
yhirose 9c3da8d6af Name refactoring 6 years ago
yhirose 9980eea1cd Fixed problems with backreference 6 years ago
yhirose f0d2c529ba Back reference support 6 years ago
yhirose a77edadfa7 Added %word rule 6 years ago
yhirose ca950520ef Removed the simple interface 6 years ago
yhirose 0dfe7a22c1 Use catch2 for unit testing 6 years ago