yhirose
527422aa38
Update GitHub Actions workflow ( #315 )
2024-11-16 14:27:16 -05:00
Mura
9e405c4b03
It fixes for compiling error on C++20. ( #314 )
2024-11-16 13:55:48 -05:00
Patrick Scheibe
b0cbfdc7f2
Fix grammar, punctuation, and formatting in README.md ( #313 )
2024-11-13 08:11:32 -05:00
yhirose
dedc8278d2
Fix #311
2024-11-11 20:17:53 -05:00
yhirose
2ab5d27d7b
Bump actions/checkout version
2024-09-03 15:12:57 -04:00
yhirose
ab393fbdd7
Removed Appveyor CI
2024-09-03 15:04:27 -04:00
yhirose
79eb37c851
Fix #304 ( #306 )
2024-09-03 10:30:33 -04:00
yhirose
2b022992a4
Updated cpp-peglib.peg
2024-09-01 15:53:10 -04:00
yhirose
5ef7180a12
Update CMake related files
2024-06-17 13:03:53 -04:00
Niels Moseley
50ea4b05e9
Changed INTERFACE location to CMAKE_CURRENT_SOURCE_DIR for package manager compatibility. ( #298 )
...
CMAKE_SOURCE_DIR points to the top-level CMakeLists.txt, not to the subdir CMakeLists.txt, so when cpp-peglib is included in a project, the INTERFACE/include directory points to the wrong location.
2024-05-02 18:31:31 +09:00
yhirose
f01a5e637e
Update the README
2024-04-24 07:10:58 +09:00
yhirose
d9d38ec122
Update playground
2024-04-01 10:57:41 -04:00
yhirose
f61052359c
Fix #294
2024-03-31 19:55:36 -04:00
yhirose
9f06da7aa6
Update playground
2024-03-27 14:01:48 -04:00
yhirose
939ccb2af4
Fix #291
2024-03-27 12:49:54 -04:00
yhirose
6201458f3b
Fix #286
2024-01-26 22:00:18 -05:00
yhirose
4e305b423b
Added example/choice.cc
2024-01-17 10:53:33 -05:00
yhirose
195746dedd
Update playground
2024-01-02 08:48:16 -05: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
bd0e43e550
Fix #285 (Warnings due to -Woverloaded-virtual)
2023-11-20 16:10:36 -05:00
yhirose
6c1089bda6
Fix #275
2023-07-14 22:04:17 -04:00
yhirose
abac8288f3
Changed exeutable name test-main
to peglib-test-main
2023-07-11 21:11:17 -04:00
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