Commit Graph

106 Commits (7d00be396b9042169b16a0ef70729d8f8d3309d7)

Author SHA1 Message Date
yhirose 2180657eea Added Negated Characgter Class 4 years ago
yhirose 3dc0205ffa Handle an invalid escape sequence char 4 years ago
yhirose 35d2d201e1 Updated CmakeLists.txt for test 4 years ago
yhirose c5e356d804 Implemented infinite loop detector 4 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 5 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
yhirose e72b630455 Added line_info method on SemanticValues. 7 years ago
yhirose ebfafc3947 Removed Visual Studio solution and project files. 7 years ago
yhirose 21934dd1ce Fixed #22. 8 years ago
hvellyr e562f51f63 No need for pthread lib in examples and tests 8 years ago
yhirose 7b78a1c00f Removed 'user defined rule' feature. 8 years ago
hvellyr 546942e389 Make use of \u2190 char optional 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 d95cef6c1b Fix compiler warnings about unused method parameters 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
yhirose ae400aa218 Supported `←`. 9 years ago
yhirose 5b88443270 Major change in the way to handle token boundary. 9 years ago
yhirose 50ea1858c1 Added unit test for missing rules. 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 69ede706f0 Fixed build errors. Switched to CMake build system completely. 9 years ago
yhirose 33978023cf Added automatic whitespace skipping feature. 9 years ago
yhirose 49c81a5f59 Added more unit tests. 9 years ago
yhirose 5b9daaf090 Restored before/after handlers. 9 years ago