Commit Graph

303 Commits (5e9ca02b3c1d78d9c0e3381af010d3fd193d00fb)

Author SHA1 Message Date
yhirose 8f19894e32 Updated playground to show profiling result 2 years ago
yhirose ad74d9e8c0 Refactoring 2 years ago
yhirose b49604997b Removed IsOpeType 2 years ago
yhirose 34a859a6a1 Added profile feature (Resolve #200) 2 years ago
yhirose 26877dc456 Refactoring 2 years ago
yhirose bd99157bb5 Fix #206 2 years ago
yhirose 89f40ce7a6 Improved error report for literal string with %word 2 years ago
yhirose 9768721b2b Code format 2 years ago
yhirose 959128ec0f Fixed #202 again 2 years ago
yhirose 0ada38acec Updated concise trace mode 2 years ago
yhirose d53f4ecca3 Added verbose trace flag in peglint 2 years ago
yhirose 3c745bf581 Fix #205 2 years ago
yhirose 7ee4fccb95 Fix #202 2 years ago
yhirose cd1da19062 Fix #197 2 years ago
yhirose 187ac4849a Added '\f' and '\v' 2 years ago
yhirose 23436e1fcc Fix #195 2 years ago
yhirose 82fd01f3d1 Allow more than one instruction 3 years ago
yhirose b85606ce2e Performance improvement 3 years ago
yhirose 578eec705c Fix #187 3 years ago
yhirose 4d67d96d7a Changed parse_error to derive from std::runtime_error 3 years ago
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