Commit Graph

583 Commits (d4bcc5317848a5e23cf695802cbb18c5af5c5b47)
 

Author SHA1 Message Date
yhirose d4bcc53178 Updated README 3 years ago
yhirose 45ba08b576 Added unit test 3 years ago
yhirose 9dfbbc5671 Fix #136 3 years ago
yhirose 1c00fa77fa Fixed warnings 3 years ago
yhirose 82512d5002 Added more unit tests 3 years ago
yhirose ac602d5542 Fixed more infinite loop grammar problems 3 years ago
yhirose f560ceca97 Added unexpected token place holder `%t` 3 years ago
yhirose 8a853ef742 Updated README 3 years ago
yhirose 0f4feff175 Fix syntax error position problem 3 years ago
yhirose 6171d3bf6e Code format 3 years ago
yhirose 4540874e7e Fixed macro reference problem with reference arguments 3 years ago
yhirose 0dab91d8d9 Throw operator support 3 years ago
yhirose d4aa6e7df5 Error message support 3 years ago
yhirose 1442e3e21f Unicode char support 3 years ago
yhirose 8ad71c4adc Fixed problem with %recover 3 years ago
yhirose 0d005fb3da FIxed problems with error recovery 3 years ago
yhirose 8dc6a287f8 Added error recovery feature 3 years ago
yhirose befdd27075 Improved error message 3 years ago
yhirose 50aaba73a3 Better error report 3 years ago
yhirose 990dac98cf Changed to use `lit("")` for empty exp instead of `npd(dot())` 3 years ago
yhirose 9ad70096c8 Another infinite loop grammar detection. Fix #133 3 years ago
yhirose 8c68f4cff8 Fixed error report problems 3 years ago
yhirose 222466d07a Revert "Fixed error posision problem in Repetition operator" 3 years ago
yhirose 6ed41b0571 Fixed error posision problem in Repetition operator 3 years ago
yhirose 847b7e9fe3 Fixed peglint trace token format problem 3 years ago
yhirose 1b68ea3275 Removed Travis CI support 3 years ago
yhirose 78eb383fa1
Merge pull request #124 from yhirose/cpp17 3 years ago
yhirose b26e2477ff C++17 support 4 years ago
yhirose b92da07bed Fix #128 4 years ago
yhirose 11ed83e46f Fixed a code example in README 4 years ago
yhirose b3b29ce8f3 Fix #122 4 years ago
yhirose d84c2993af Updated peg.vim 4 years ago
yhirose 0061f393de Fix #121 4 years ago
yhirose 14305f9f53 Fix #111 4 years ago
yhirose aefeb3ae35 Fix #118 4 years ago
yhirose 8e890ced7f
Merge pull request #117 from peoro/master 4 years ago
peoro ad1a6d27da Fix support to custom AST node types 4 years ago
yhirose c49366ad07 Use `std::call_once` to initialize `is_word` in LiteralString 4 years ago
yhirose a2a4f30219 Updated Playground 4 years ago
yhirose ff9e5d6ea3 Fix #112 4 years ago
yhirose 94578c5274 Fixed possible build errors 4 years ago
yhirose 94c73b1e31
Merge pull request #114 from yhirose/combinators_with_ast 4 years ago
yhirose af8f0082fc Combinators with AST action handler 4 years ago
yhirose ef9147de08 Fixed crash in Ast action handler 4 years ago
yhirose feebe2bb0f Added add_ast_action 4 years ago
yhirose c1f087a91e Added enable_packrat_parsing to precedence expression parsing tests 4 years ago
yhirose ffc61e8a68 Removed unnecessary code 4 years ago
yhirose 5bd9b5cdc0 Removed version number from Playground 4 years ago
yhirose 580721aa46 Fix #107 4 years ago
yhirose 072cdb6d23 Fix #109 4 years ago