Commit Graph

154 Commits

Author SHA1 Message Date
yhirose
3a56a15b0d Added a unit test and updated playground 2022-06-07 20:27:26 -04:00
yhirose
93d0489098 Fix #211 2022-06-07 19:46:35 -04:00
yhirose
bd99157bb5 Fix #206 2022-06-02 15:42:03 -04:00
yhirose
9768721b2b Code format 2022-05-27 21:52:13 -04:00
yhirose
959128ec0f Fixed #202 again 2022-05-27 21:48:12 -04:00
yhirose
3c745bf581 Fix #205 2022-05-26 21:41:35 -04:00
yhirose
7ee4fccb95 Fix #202 2022-05-26 21:33:23 -04:00
yhirose
187ac4849a Added '\f' and '\v' 2022-05-06 15:23:29 -04:00
yhirose
23436e1fcc Fix #195 2022-05-04 23:26:36 -04:00
yhirose
578eec705c Fix #187 2022-01-03 11:23:41 -05: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
a9f7572a6c Fixed Infinite loop 9 problem 2021-03-30 20:59:17 -04:00
yhirose
495541484c Fix #147 2021-03-17 09:46:11 -04: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
8643927c99 Fixed error report problems 2021-02-04 10:45:18 -05:00
yhirose
d2a2eb3cf6 Cut operator support 2021-01-26 13:45:04 -05:00
yhirose
80b20a091f Resolve #137 2021-01-21 20:56:05 -05:00
yhirose
45ba08b576 Added unit test 2021-01-20 16:29:28 -05:00
yhirose
82512d5002 Added more unit tests 2021-01-18 18:06:54 -05:00
yhirose
0dab91d8d9 Throw operator support 2021-01-15 20:19:43 -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
8dc6a287f8 Added error recovery feature 2021-01-13 21:35:47 -05:00
yhirose
9ad70096c8 Another infinite loop grammar detection. Fix #133 2021-01-09 15:12:01 -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
b3b29ce8f3 Fix #122 2020-08-07 13:42:51 -04:00
yhirose
0061f393de Fix #121 2020-08-07 10:21:47 -04:00
peoro
ad1a6d27da Fix support to custom AST node types
Fixes #116
2020-06-18 16:17:27 +02:00
yhirose
ff9e5d6ea3 Fix #112 2020-06-08 22:55:26 -04:00
yhirose
af8f0082fc Combinators with AST action handler 2020-06-07 21:21:17 -04:00
yhirose
c1f087a91e Added enable_packrat_parsing to precedence expression parsing tests 2020-06-06 22:47:50 -04:00
yhirose
580721aa46 Fix #107 2020-06-01 19:50:46 -04:00
yhirose
072cdb6d23 Fix #109 2020-05-31 23:46:46 -04:00
yhirose
3c58f26635 Updated 'Semantic predicate test' 2020-05-20 14:08:32 -04:00
yhirose
fdfd1f4267 Fixed warnings 2020-03-29 17:01:46 -04:00
yhirose
c416d84fea Regex-like repetition support. Fix #95 2020-03-28 22:56:17 -04:00
yhirose
5b3d95e0a1 Fix #90 2020-02-11 16:50:26 -05:00
yhirose
2c7d94761f Updated README 2020-02-07 21:52:54 -05:00
yhirose
375794e344 Support expression parsing in macro 2020-02-07 17:36:47 -05:00
yhirose
9bdb577aaf Split test.cc 2020-02-07 13:56:08 -05:00
yhirose
9b89b19949 Updated README and examples 2020-02-07 11:55:21 -05:00
yhirose
038bc06343 Precedence climbing feature support 2020-02-07 10:58:34 -05:00
yhirose
2180657eea Added Negated Characgter Class 2020-01-27 00:44:00 -05:00
yhirose
3dc0205ffa Handle an invalid escape sequence char 2020-01-26 23:07:12 -05:00