Commit Graph

94 Commits (38d48971f31074abf7a4b1bbbf38b4b0d1e16081)

Author SHA1 Message Date
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
yhirose b9c9216788 Changed namespace/class names. 9 years ago
yhirose a3cfd1b8ad Handled UTF-8 codes from 0x80 as valid identifier codes. 9 years ago
yhirose 6b690dd3cb Fixed backtrack problem. 9 years ago
yhirose 315121e149 Upgrade vcxproj to 2015. 9 years ago
yhirose 02957c3668 Fixed build errors. 9 years ago
yhirose e778187df8 Fixed crash. 9 years ago
yhirose c9b5f0ac3b Added str() in SemanticValues. 9 years ago
yhirose 42156c35f3 Simplefiled API. 9 years ago
yhirose 2aa60699be Simplefied code. 9 years ago
yhirose 0744fa75f6 Removed parameter from enable_packrat_parsing. 9 years ago
yhirose 9765e095ab Added semantic predicate support. 9 years ago
yhirose 4eab716a6a Fixed User rule problem. 9 years ago