Commit Graph

733 Commits

Author SHA1 Message Date
Domingo Alvarez Duarte
04b737a515
Add scroolToLine when clicking on an error message, also add a hover background color to error messages (#199) 2022-05-06 10:22:45 -04:00
yhirose
a558c51aa1 Fix #196 2022-05-05 16:00:33 -04:00
yhirose
23436e1fcc Fix #195 2022-05-04 23:26:36 -04:00
yhirose
2478bd57ab Fix #193 2022-05-02 16:49:11 -04:00
yhirose
199f788ad8 Added example/indent.cc 2022-04-02 08:12:48 -04:00
yhirose
82fd01f3d1 Allow more than one instruction 2022-04-02 08:10:39 -04:00
yhirose
b85606ce2e Performance improvement 2022-01-06 22:59:24 -05:00
yhirose
578eec705c Fix #187 2022-01-03 11:23:41 -05:00
yhirose
4d67d96d7a Changed parse_error to derive from std::runtime_error 2021-10-11 00:36:51 -04:00
yhirose
0aec248de3 Changed to use gtest 2021-08-19 02:29:11 -04:00
yhirose
3823af3ec1 Revert "Fixed problems in CMakeLists.txt"
This reverts commit 0606cd4bb3.
2021-08-17 23:40:36 +00:00
yhirose
0606cd4bb3 Fixed problems in CMakeLists.txt 2021-08-17 19:23:31 -04:00
yhirose
f5af8e44dc Changed to use Catch2 v3 2021-08-17 19:15:12 -04:00
yhirose
13c490cd64
Fix #182 2021-08-08 21:10:49 -04:00
yhirose
4760b3e137
Fix #182 2021-08-08 12:06:25 -04:00
yhirose
4109480a0c Fixed PEG payground problem when parsed size is less than the actual text size 2021-04-24 17:21:07 -04:00
yhirose
02d009777c Fix #170 2021-04-13 11:10:52 -04:00
yhirose
3fb33f552a Updated README 2021-04-07 13:38:38 -04:00
SpaceIm
780bbe5d6c
Fix https://github.com/yhirose/cpp-peglib/issues/167 (#168) 2021-04-07 10:05:17 -04:00
yhirose
73242b26c4 Revert "Fix #167"
This reverts commit ef10e7c5dd.
2021-04-07 08:54:42 -04:00
yhirose
ef10e7c5dd Fix #167 2021-04-07 08:44:53 -04:00
Elliot
45fced1a97
fix spelling errors (#164) 2021-04-02 10:04:08 -04:00
yhirose
501836a025 Updated playground 2021-03-30 21:03:42 -04:00
yhirose
a9f7572a6c Fixed Infinite loop 9 problem 2021-03-30 20:59:17 -04:00
Elliot
3d68799d9c
fix #162 (#163)
* fix unreachable code warning when <charconv> header is present

* update macro name
2021-03-30 14:28:44 -04:00
yhirose
b5ee8c19df Fix #161 2021-03-29 14:25:11 -04:00
yhirose
b491a20c2a Fix #159 2021-03-28 15:57:02 -04:00
yhirose
a21fec3cf2 Updated README and LICENSE 2021-03-17 10:21:03 -04:00
yhirose
b85d8c89ce Fix #158 2021-03-17 09:48:43 -04:00
yhirose
495541484c Fix #147 2021-03-17 09:46:11 -04:00
yhirose
45fb3d4f3b
Fix #156 (#157) 2021-03-13 20:49:24 -05:00
yhirose
54b14aa4d9 Code cleanup 2021-03-08 13:56:22 -05:00
yhirose
dce50596f5 Resolve #153 2021-03-08 11:54:46 -05:00
yhirose
9660853a68 Changed 'unreferenced rule' not to be reported as error, but warning 2021-03-05 16:53:25 -05:00
yhirose
e26a9e88f5 Allow literal operators in infix expression 2021-03-04 19:31:31 -05:00
yhirose
a248d8689e Added unreferenced rules check 2021-03-02 08:30:17 -05:00
yhirose
9b395f2c7f Resolve #148 2021-02-21 15:12:59 -05:00
yhirose
73a058d4d9 Fixed char -> int conversion problem 2021-02-08 16:23:45 -05:00
yhirose
c56c8da200 Updated README 2021-02-05 14:13:30 -05:00
yhirose
8643927c99 Fixed error report problems 2021-02-04 10:45:18 -05:00
yhirose
23b284d0a3 Code cleanup 2021-01-28 19:21:59 -05:00
Nicholas Smith
15aa1380de
Remove charconv requirement (#142)
* Remove charconv requirement

It's the most restrictive compiler requirement (gcc 8.1, clang 7)

* Use has_include preprocessor function
2021-01-28 19:04:23 -05:00
yhirose
6f73b76c5f Fix #141 2021-01-27 13:03:13 -05:00
yhirose
86468ec00e
Merge pull request #139 from yhirose/cut
Cut operator support
2021-01-26 14:29:31 -05:00
yhirose
d2a2eb3cf6 Cut operator support 2021-01-26 13:45:04 -05:00
yhirose
4895bea99b Updated README 2021-01-25 17:33:48 -05:00
yhirose
fcd0b277ab Added --packrat option to peglint 2021-01-23 22:58:23 -05:00
yhirose
217d551744 Use std::string_view in peg::parser 2021-01-22 09:16:42 -05:00
yhirose
02f428ab67 Fixed peglit problem and update README 2021-01-21 21:16:47 -05:00
yhirose
80b20a091f Resolve #137 2021-01-21 20:56:05 -05:00