Commit Graph

283 Commits (3fb33f552a7e9445cafc35192b51668166a9903b)

Author SHA1 Message Date
SpaceIm 780bbe5d6c
Fix https://github.com/yhirose/cpp-peglib/issues/167 (#168) 4 years ago
yhirose 73242b26c4 Revert "Fix #167" 4 years ago
yhirose ef10e7c5dd Fix #167 4 years ago
yhirose a9f7572a6c Fixed Infinite loop 9 problem 4 years ago
Elliot 3d68799d9c
fix #162 (#163) 4 years ago
yhirose b5ee8c19df Fix #161 4 years ago
yhirose b491a20c2a Fix #159 4 years ago
yhirose b85d8c89ce Fix #158 4 years ago
yhirose 495541484c Fix #147 4 years ago
yhirose 45fb3d4f3b
Fix #156 (#157) 4 years ago
yhirose 54b14aa4d9 Code cleanup 4 years ago
yhirose 9660853a68 Changed 'unreferenced rule' not to be reported as error, but warning 4 years ago
yhirose e26a9e88f5 Allow literal operators in infix expression 4 years ago
yhirose a248d8689e Added unreferenced rules check 4 years ago
yhirose 73a058d4d9 Fixed `char` -> `int` conversion problem 4 years ago
yhirose 8643927c99 Fixed error report problems 4 years ago
yhirose 23b284d0a3 Code cleanup 4 years ago
Nicholas Smith 15aa1380de
Remove charconv requirement (#142) 4 years ago
yhirose 6f73b76c5f Fix #141 4 years ago
yhirose d2a2eb3cf6 Cut operator support 4 years ago
yhirose 217d551744 Use std::string_view in peg::parser 4 years ago
yhirose 80b20a091f Resolve #137 4 years ago
yhirose 9dfbbc5671 Fix #136 4 years ago
yhirose 1c00fa77fa Fixed warnings 4 years ago
yhirose ac602d5542 Fixed more infinite loop grammar problems 4 years ago
yhirose f560ceca97 Added unexpected token place holder `%t` 4 years ago
yhirose 0f4feff175 Fix syntax error position problem 4 years ago
yhirose 6171d3bf6e Code format 4 years ago
yhirose 4540874e7e Fixed macro reference problem with reference arguments 4 years ago
yhirose 0dab91d8d9 Throw operator support 4 years ago
yhirose d4aa6e7df5 Error message support 4 years ago
yhirose 1442e3e21f Unicode char support 4 years ago
yhirose 8ad71c4adc Fixed problem with %recover 4 years ago
yhirose 0d005fb3da FIxed problems with error recovery 4 years ago
yhirose 8dc6a287f8 Added error recovery feature 4 years ago
yhirose befdd27075 Improved error message 4 years ago
yhirose 50aaba73a3 Better error report 4 years ago
yhirose 990dac98cf Changed to use `lit("")` for empty exp instead of `npd(dot())` 4 years ago
yhirose 9ad70096c8 Another infinite loop grammar detection. Fix #133 4 years ago
yhirose 8c68f4cff8 Fixed error report problems 4 years ago
yhirose 222466d07a Revert "Fixed error posision problem in Repetition operator" 4 years ago
yhirose 6ed41b0571 Fixed error posision problem in Repetition operator 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
yhirose aefeb3ae35 Fix #118 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 ff9e5d6ea3 Fix #112 4 years ago