Commit Graph

215 Commits

Author SHA1 Message Date
yhirose
375794e344 Support expression parsing in macro 2020-02-07 17:36:47 -05:00
yhirose
5a6bd1a60a Fixed vim setting 2020-02-07 13:56:39 -05:00
yhirose
9bdb577aaf Split test.cc 2020-02-07 13:56:08 -05:00
yhirose
038bc06343 Precedence climbing feature support 2020-02-07 10:58:34 -05:00
yhirose
b0c4aa1441 Apply clang-format 2020-02-05 14:10:00 -05:00
yhirose
9679cdcc27 Removed search method 2020-01-29 22:48:00 -05:00
yhirose
fe2d67fc88 Improved peglint trace format 2020-01-29 11:36:19 -05:00
yhirose
7d00be396b Performance improvements 2020-01-28 15:52:23 -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
yhirose
13b8a46e90 Fixed C++11 bulid errors 2020-01-24 21:32:54 -05:00
yhirose
c5e356d804 Implemented infinite loop detector 2020-01-24 20:57:37 -05:00
yhirose
47616ca781 Fix #80 again 2020-01-24 19:58:02 -05:00
yhirose
5ff1caf38c Fixed int overflow problem 2020-01-24 16:07:01 -05:00
yhirose
fe6314a6e0 Fixed semantic values stack leak 2020-01-23 21:57:13 -05:00
yhirose
911a235431 Fix #84 2020-01-23 18:22:50 -05:00
yhirose
da8cae6269 Fix #80 2020-01-23 17:58:43 -05:00
yhirose
88c67cba4f Code cleanup 2020-01-23 17:35:47 -05:00
yhirose
64f205d949 Dropped old Visual C++ compiler support. 2020-01-23 17:24:00 -05:00
yhirose
250096bd08 Code cleanup 2020-01-23 17:10:33 -05:00
yhirose
0e106df04c Fix #79 2020-01-23 15:51:22 -05:00
Peter Würtz
4676115e57
Fix maybe uninitialized warning / error 2020-01-15 16:03:29 +01:00
yhirose
be470f9332 Fix #71 2019-11-29 00:57:45 -05:00
Francesco Guastella
1afa4988bc Replace peg::any with std::any (when C++17 is available) 2019-11-22 13:25:42 +01:00
yhirose
3482a08465 Fix #67 2019-08-27 20:08:48 -04:00
yhirose
9ee03a9211 Fixed build error with VS2015 2019-08-27 17:13:27 -04:00
yhirose
4d0b2b3591 Fix #66 2019-08-27 12:07:35 -04:00
yhirose
d75ced2408 Fix #68 2019-08-27 02:44:04 -04:00
yhirose
5f3a5a82e1 Fix #69 2019-08-24 00:23:09 -04:00
yhirose
2d276c8cd9 Fix #63 2019-07-09 21:49:15 -04:00
Mura
f3e88afd39
Update peglib.h
This '#else' directive does not have such extra condition in C++.
2019-04-26 09:00:38 +09:00
Yuji Hirose
55add1dacb Fix #60 2019-04-08 11:40:27 -04:00
Yuji Hirose
57f866c6ca Fixed build error 2019-02-14 10:17:21 -05:00
Yuji Hirose
b330799cd6 Added name in SemanticValues 2019-02-14 10:11:12 -05:00
yhirose
2dcdafe3cb Fixed problem with choice and choice count 2019-02-12 22:50:23 -05:00
yhirose
559836cda1 Removed enabler 2019-01-11 18:20:04 -05:00
yhirose
15c19e4a0f fix #55 2018-11-29 20:19:46 -05:00
yhirose
b76e4fe305 Keep selected rule id in AST 2018-11-16 13:36:52 -05:00
yhirose
757e81e63d fix #52. Changed to allow Action handler taking non const SemanticValues
parameter
2018-10-07 09:25:12 -04:00
yhirose
5b3ad705c4 Retab 2018-10-06 22:29:51 -04:00
yhirose
304029a8d3 fix #53 2018-10-06 17:11:51 -04:00
yhirose
c006918329 Merge branch 'unicode' 2018-09-16 12:58:10 -04:00
yhirose
452aea18cd UTF encoding support 2018-09-16 12:57:03 -04:00
yhirose
79a3c75846 Removed 'user defined rule' feature 2018-09-13 22:44:04 -04:00
Mirko
fc03a32d1f extended parameters for enter and leave callbacks 2018-09-03 23:01:22 +02:00
Mirko
99380c2d72 added method get_rule_names() to parser class 2018-09-03 21:20:05 +02:00
yhirose
6dc7b38b4e Changed operator= in Definition to return Action 2018-08-03 21:07:42 -04:00
yhirose
5445b5c2bb fix #41 2018-07-29 13:49:00 -04:00
yhirose
6584bfa5c6 Changed to setup is_token at a better place 2018-07-28 21:51:11 -04:00
yhirose
6f9d19463d Code cleanup 2018-07-27 22:47:00 -04:00