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
yhirose
aefeb3ae35
Fix #118
2020-06-20 12:20:52 +00: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
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
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
yhirose
feebe2bb0f
Added add_ast_action
2020-06-06 23:13:57 -04:00
yhirose
ffc61e8a68
Removed unnecessary code
2020-06-02 09:15:45 -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
19c6c2615c
Name refactoring
2020-05-25 17:31:22 -04:00
yhirose
10cc75d503
Performance improvement. Close #82
2020-05-18 01:47:12 -04:00
yhirose
ffbc58c103
Changed order of parameters in AstBase constructors
2020-05-11 21:58:30 -04:00
yhirose
51ed96c8f2
Fixed warning with enum value in switch statement
2020-04-18 21:12:55 -04:00
Patrick Scheibe
4abf5a5332
Fix missing return statement in lambda
2020-04-10 20:56:02 +02: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
Peter Würtz
2561fd182d
Fix for u8 char C++20 incompatibility
...
C++20 apparently doesn't allow std::string construction from u8 literals any more.
The pre-20 behavior is restored by explicitly casting the new `char_8_t` back to `char`.
2020-03-26 09:42:58 +01:00
yhirose
f2fda77f5a
Fixed warnings
2020-02-25 11:34:19 -05:00
yhirose
1b19b98cf5
Fixed problem with dictinary
2020-02-25 11:34:04 -05:00
yhirose
5b3d95e0a1
Fix #90
2020-02-11 16:50:26 -05:00
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