Commit Graph

50 Commits

Author SHA1 Message Date
yhirose
939ccb2af4 Fix #291 2024-03-27 12:49:54 -04:00
Josh Soref
65ccaaa7c3
Spelling (#287)
* spelling: bracket

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: build

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: commandline

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: debugging

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: definition

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: editing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: editors

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: github

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: grammar

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: multiplicative

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: optimization

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: optimize

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: semicolon

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: whitespace

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

---------

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-01-02 08:44:45 -05:00
yhirose
66e5412b14 Added set_logger 2022-09-03 08:12:12 -04:00
yhirose
0861c0065e Fix #242 2022-09-03 07:09:31 -04:00
yhirose
c9090b6661
Resolve #234 (#244) 2022-09-02 23:47:55 -04:00
yhirose
8e845201a8 Changed 'message' instruction to 'error_message' 2022-09-01 20:02:27 -04:00
yhirose
8c240f25cf Add error message support associated with definition rule 2022-09-01 19:49:32 -04:00
yhirose
9c3497e350 Fixed regression problem caused by #217 2022-08-19 22:31:04 -04:00
yhirose
0795e26aaa Resolve #233 2022-07-07 16:01:39 -04:00
yhirose
c4772a1b00 Fix #231 2022-07-03 20:45:01 -04:00
yhirose
030659aabc Fix a bug in #228 2022-07-02 18:28:57 -04:00
yhirose
5934f0abba Resolve #228 2022-07-01 22:15:21 -04:00
yhirose
23c080af49 Removed peg::parse_error and introduced predicate action 2022-07-01 15:05:04 -04:00
yhirose
97e24e667e Fixed problem with syntax highlighting on VIM 2022-06-30 19:51:38 -04:00
yhirose
970537730f Fix #217 2022-06-25 06:34:22 -04:00
yhirose
6d92d503cc Added automatic EOI check 2022-06-08 11:10:59 -04:00
yhirose
9a9b63ac2c Added more unit tests 2022-06-08 10:25:07 -04:00
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
0aec248de3 Changed to use gtest 2021-08-19 02:29:11 -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
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
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
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
ff9e5d6ea3 Fix #112 2020-06-08 22:55:26 -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
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