Commit Graph

182 Commits (master)

Author SHA1 Message Date
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 `←`. 8 years ago
yhirose 5b88443270 Major change in the way to handle token boundary. 8 years ago
yhirose 50ea1858c1 Added unit test for missing rules. 8 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
yhirose c2e19cfd01 Added definition duplicates check. 9 years ago
yhirose 67de659288 Added left recursice detection. 9 years ago
yhirose b5eec078aa Commented out the current 'predicate feature' implementation. 9 years ago
yhirose 50768de875 Added Ignore operator. 9 years ago
yhirose fdf10521c6 Added a unit test. 9 years ago
yhirose 927ecc5c37 Fixed build error. 9 years ago
yhirose 05ca1961b4 Added token check logic. 9 years ago
yhirose 37fe8bd1ff Fixed build errors. 9 years ago
yhirose 682417b410 Removed 'typedef Definition rule'. 9 years ago
yhirose ab3d8b0d0e Code cleanup and fixed build error. 9 years ago
yhirose e56062715a Improved AST support. 9 years ago
yhirose 2badaa40a0 Cleanup code format. 9 years ago