Commit Graph

739 Commits

Author SHA1 Message Date
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
yhirose
847b7e9fe3 Fixed peglint trace token format problem 2021-01-08 14:01:21 -05:00
yhirose
1b68ea3275 Removed Travis CI support 2020-12-19 21:10:28 -05:00
yhirose
78eb383fa1
Merge pull request #124 from yhirose/cpp17
C++17 support
2020-12-19 19:36:33 -05:00
yhirose
b26e2477ff C++17 support 2020-11-09 13:18:38 -05:00
yhirose
b92da07bed Fix #128 2020-11-09 12:06:48 -05:00
yhirose
11ed83e46f Fixed a code example in README 2020-08-26 21:47:19 -04:00
yhirose
b3b29ce8f3 Fix #122 2020-08-07 13:42:51 -04:00
yhirose
d84c2993af Updated peg.vim 2020-08-07 10:21:57 -04:00
yhirose
0061f393de Fix #121 2020-08-07 10:21:47 -04:00
yhirose
14305f9f53 Fix #111 2020-06-20 12:43:15 +00:00
yhirose
aefeb3ae35 Fix #118 2020-06-20 12:20:52 +00:00
yhirose
8e890ced7f
Merge pull request #117 from peoro/master
Fix support to custom AST node types
2020-06-18 10:51:46 -04:00
peoro
ad1a6d27da Fix support to custom AST node types
Fixes #116
2020-06-18 16:17:27 +02:00
yhirose
c49366ad07 Use std::call_once to initialize is_word in LiteralString 2020-06-09 08:48:19 -04:00
yhirose
a2a4f30219 Updated Playground 2020-06-08 23:51:34 -04:00
yhirose
ff9e5d6ea3 Fix #112 2020-06-08 22:55:26 -04:00
yhirose
94578c5274 Fixed possible build errors 2020-06-07 23:52:18 -04:00
yhirose
94c73b1e31
Merge pull request #114 from yhirose/combinators_with_ast
Combinators with AST action handler
2020-06-07 22:08:04 -04:00
yhirose
af8f0082fc Combinators with AST action handler 2020-06-07 21:21:17 -04:00
yhirose
ef9147de08 Fixed crash in Ast action handler 2020-06-07 08:46:49 -04:00