Commit Graph

615 Commits (780bbe5d6c9fbd612bbe5e01480178a6d4465d59)
 

Author SHA1 Message Date
SpaceIm 780bbe5d6c
Fix https://github.com/yhirose/cpp-peglib/issues/167 (#168) 3 years ago
yhirose 73242b26c4 Revert "Fix #167" 3 years ago
yhirose ef10e7c5dd Fix #167 3 years ago
Elliot 45fced1a97
fix spelling errors (#164) 3 years ago
yhirose 501836a025 Updated playground 3 years ago
yhirose a9f7572a6c Fixed Infinite loop 9 problem 3 years ago
Elliot 3d68799d9c
fix #162 (#163) 3 years ago
yhirose b5ee8c19df Fix #161 3 years ago
yhirose b491a20c2a Fix #159 3 years ago
yhirose a21fec3cf2 Updated README and LICENSE 3 years ago
yhirose b85d8c89ce Fix #158 3 years ago
yhirose 495541484c Fix #147 3 years ago
yhirose 45fb3d4f3b
Fix #156 (#157) 3 years ago
yhirose 54b14aa4d9 Code cleanup 3 years ago
yhirose dce50596f5 Resolve #153 3 years ago
yhirose 9660853a68 Changed 'unreferenced rule' not to be reported as error, but warning 3 years ago
yhirose e26a9e88f5 Allow literal operators in infix expression 3 years ago
yhirose a248d8689e Added unreferenced rules check 3 years ago
yhirose 9b395f2c7f Resolve #148 3 years ago
yhirose 73a058d4d9 Fixed `char` -> `int` conversion problem 3 years ago
yhirose c56c8da200 Updated README 3 years ago
yhirose 8643927c99 Fixed error report problems 3 years ago
yhirose 23b284d0a3 Code cleanup 3 years ago
Nicholas Smith 15aa1380de
Remove charconv requirement (#142) 3 years ago
yhirose 6f73b76c5f Fix #141 3 years ago
yhirose 86468ec00e
Merge pull request #139 from yhirose/cut 3 years ago
yhirose d2a2eb3cf6 Cut operator support 3 years ago
yhirose 4895bea99b Updated README 3 years ago
yhirose fcd0b277ab Added --packrat option to peglint 3 years ago
yhirose 217d551744 Use std::string_view in peg::parser 3 years ago
yhirose 02f428ab67 Fixed peglit problem and update README 3 years ago
yhirose 80b20a091f Resolve #137 3 years ago
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