Commit Graph

318 Commits (75cdfaf35093480b9aa4a3fa40878909319333d9)

Author SHA1 Message Date
yhirose 924588bb69 Added `[...]i` and `[^...]i` (Fix #220) 2 years ago
yhirose 3c2a53c79b Fixed error token display problem on playground 2 years ago
yhirose 970537730f Fix #217 2 years ago
yhirose f6b1a7380d Fix #213 2 years ago
yhirose af43f1f18a Support C++20 char8_t 2 years ago
yhirose bce65fe754 Fixed build problem Github Actions 2 years ago
yhirose 5f94f584dc Added duration in profiler output 2 years ago
yhirose 6d92d503cc Added automatic EOI check 2 years ago
yhirose 0e8406ebeb Added built-in EOI support 2 years ago
yhirose 1594ee5613 Fixed problem with `Result::le` 2 years ago
yhirose ee2dad387d Code cleanup 2 years ago
yhirose 5374243d77 Adjust position to be 1-based index 2 years ago
yhirose 2ca53be3bf Removed debug print 2 years ago
yhirose 93d0489098 Fix #211 2 years ago
yhirose 05053f62ea Imporoved playground UI design 2 years ago
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