Commit Graph

709 Commits

Author SHA1 Message Date
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
yhirose
d4bcc53178 Updated README 2021-01-21 14:29:55 -05:00
yhirose
45ba08b576 Added unit test 2021-01-20 16:29:28 -05:00
yhirose
9dfbbc5671 Fix #136 2021-01-20 20:48:28 +00:00
yhirose
1c00fa77fa Fixed warnings 2021-01-19 12:03:06 -05:00
yhirose
82512d5002 Added more unit tests 2021-01-18 18:06:54 -05:00
yhirose
ac602d5542 Fixed more infinite loop grammar problems 2021-01-18 17:55:45 -05:00
yhirose
f560ceca97 Added unexpected token place holder %t 2021-01-18 15:26:54 -05:00
yhirose
8a853ef742 Updated README 2021-01-16 17:38:37 -05:00
yhirose
0f4feff175 Fix syntax error position problem 2021-01-16 14:39:14 -05:00
yhirose
6171d3bf6e Code format 2021-01-15 23:37:27 -05:00
yhirose
4540874e7e Fixed macro reference problem with reference arguments 2021-01-15 23:36:01 -05:00
yhirose
0dab91d8d9 Throw operator support 2021-01-15 20:19:43 -05:00
yhirose
d4aa6e7df5 Error message support 2021-01-15 19:27:31 -05:00
yhirose
1442e3e21f Unicode char support 2021-01-15 17:27:35 -05:00
yhirose
8ad71c4adc Fixed problem with %recover 2021-01-15 16:51:36 -05:00
yhirose
0d005fb3da FIxed problems with error recovery 2021-01-15 00:05:22 -05:00
yhirose
8dc6a287f8 Added error recovery feature 2021-01-13 21:35:47 -05:00
yhirose
befdd27075 Improved error message 2021-01-10 16:02:15 -05:00
yhirose
50aaba73a3 Better error report 2021-01-09 23:28:33 -05:00
yhirose
990dac98cf Changed to use lit("") for empty exp instead of npd(dot()) 2021-01-09 20:35:15 -05:00
yhirose
9ad70096c8 Another infinite loop grammar detection. Fix #133 2021-01-09 15:12:01 -05:00
yhirose
8c68f4cff8 Fixed error report problems 2021-01-08 20:30:40 -05:00
yhirose
222466d07a Revert "Fixed error posision problem in Repetition operator"
This reverts commit 6ed41b0571.
2021-01-08 14:23:58 -05:00
yhirose
6ed41b0571 Fixed error posision problem in Repetition operator 2021-01-08 14:08:33 -05:00