Commit Graph

725 Commits

Author SHA1 Message Date
yhirose
b6ceab2554 Implement #278 in another way based on https://github.com/tinfoilboy/CTML/blob/master/CMakeLists.txt. 2023-07-11 20:25:36 -04:00
yhirose
dc1a054cf2 Added more examples in example/CMakeLists.txt 2023-07-11 15:35:56 -04:00
yhirose
86208ed9e9 Fix #269 and #273 2023-04-30 10:29:55 +09:00
yhirose
ed84bb7219 Updated README 2023-04-30 10:29:06 +09:00
yhirose
17e069fbc5 Fixed build wornings 2023-03-25 08:42:56 -04:00
yhirose
3947450925 Added dummy member to CustomType in Custom_AST_test 2023-03-25 08:42:26 -04:00
yhirose
d9dfc5b4f5 Fix #270 2023-03-15 11:31:46 -04:00
yhirose
d8ec5992f6 Fix #266 2023-02-07 16:45:59 -05:00
yhirose
6685012847 Fix #251 2022-11-13 08:51:22 -05:00
yhirose
630ab6a5c2
Fix #253 (#254) 2022-11-02 17:39:49 -04:00
yhirose
dde4aaeb2f Fix #246 2022-09-20 16:28:20 +00:00
yhirose
6bab6fb851 Updated playground 2022-09-06 17:38:27 -04:00
yhirose
faa60bd85c Fixed word expression problem with Dictionary 2022-09-06 17:18:23 -04:00
yhirose
afd3acbeaf Fix #226 2022-09-03 23:08:31 -04:00
yhirose
1958bad23e Fix problem with set_logger 2022-09-03 08:46:33 -04:00
yhirose
b3f4381508 Added --output-on-failure 2022-09-03 08:36:38 -04:00
yhirose
66e5412b14 Added set_logger 2022-09-03 08:12:12 -04:00
yhirose
e5be920106 Fixed potential thread-safety problems 2022-09-03 07:41:08 -04:00
yhirose
0861c0065e Fix #242 2022-09-03 07:09:31 -04:00
yhirose
a8e5aa0e08 Updated README 2022-09-03 00:00:49 -04:00
yhirose
b83c7be298 Updated playground 2022-09-02 23:58:38 -04:00
yhirose
c9090b6661
Resolve #234 (#244) 2022-09-02 23:47:55 -04:00
yhirose
ef792116aa Update README 2022-09-01 20:43:32 -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
Bob Tolbert
b64b53aeef
clean up warnings in peglib.h sprintf on Visual Studio (#243) 2022-08-20 13:17:31 -04:00
yhirose
978a8dc274 Resolve #239 2022-08-19 23:11:02 -04:00
yhirose
eaef1725d7 Fixed source_line_index problem with a null context object 2022-08-19 22:52:19 -04:00
yhirose
9c3497e350 Fixed regression problem caused by #217 2022-08-19 22:31:04 -04:00
yhirose
9f275133bb Updated playground 2022-08-01 23:42:14 -04:00
yhirose
cc7330176f Fix #236 2022-08-01 23:26:26 -04:00
yhirose
4198d81bc6 Fix #238 2022-07-31 15:40:05 -04:00
yhirose
604fe1808e Added a unit test 2022-07-31 08:17:15 -04:00
yhirose
dc18c3d017 Fix #237 2022-07-31 07:16:45 -04:00
yhirose
6fe01cf310 Updated README 2022-07-08 20:40:18 -04:00
yhirose
5f3807b2c1 Updated README 2022-07-08 20:35:05 -04:00
yhirose
0795e26aaa Resolve #233 2022-07-07 16:01:39 -04:00
yhirose
738be51919 Refactoring 2022-07-07 16:01:27 -04:00
NotAPenguin
f9184bc2d4
fix typo 'choise' instead of 'choice' (#232) 2022-07-06 07:07:47 -04:00
yhirose
c4772a1b00 Fix #231 2022-07-03 20:45:01 -04:00
yhirose
eab2ea05cd Code cleanup 2022-07-03 19:23:35 -04:00
yhirose
2e0b941b7e Updated playground 2022-07-02 18:30:24 -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
ebfee4336a Added grammar/json.peg 2022-06-28 16:45:17 -04:00
yhirose
75cdfaf350 Code cleanup 2022-06-28 16:40:33 -04:00
yhirose
924588bb69 Added [...]i and [^...]i (Fix #220) 2022-06-25 16:05:23 -04:00
Domingo Alvarez Duarte
0366380091
Add cpp-peglib grammar extracted from peglib.h (#222) 2022-06-25 13:19:52 -04:00