yhirose
|
2c5d2b55cc
|
Fixed pl0.cc build errors (Need LLVM 9.0 or later)
|
2020-01-24 19:58:56 -05:00 |
|
yhirose
|
e9d73c48ca
|
Added '-Wno-c++2a-compat'
|
2020-01-24 19:58:43 -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
|
be3b09f704
|
Fixed typo
|
2020-01-24 15:12:31 -05:00 |
|
yhirose
|
fe6314a6e0
|
Fixed semantic values stack leak
|
2020-01-23 21:57:13 -05:00 |
|
yhirose
|
0d601b4b2c
|
Include lint in CMakeList.txt
|
2020-01-23 18:29: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
|
ac00f1246e
|
Updated README
|
2020-01-23 17:30:51 -05:00 |
|
yhirose
|
fd8a684a20
|
Added Visual C++ 2019 to appveyor.yml
|
2020-01-23 17:27:29 -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 |
|
yhirose
|
c59b0b8f0d
|
Merge pull request #83 from pwuertz/patch-1
Fix maybe uninitialized warning / error
|
2020-01-15 12:53:33 -05:00 |
|
Peter Würtz
|
4676115e57
|
Fix maybe uninitialized warning / error
|
2020-01-15 16:03:29 +01:00 |
|
yhirose
|
c0d2318b15
|
Merge pull request #73 from Krovatkin/patch-1
Fix a small type in a calc example in Readme.md
|
2019-12-27 16:53:06 -05:00 |
|
Nick Korovaiko
|
3f57797cbf
|
Fix a small type in a calc example in Readme.md
|
2019-12-27 12:39:13 -08:00 |
|
yhirose
|
be470f9332
|
Fix #71
|
2019-11-29 00:57:45 -05:00 |
|
yhirose
|
e4095076e3
|
Updated README to reflect the recent change to peg::any
|
2019-11-25 17:31:13 -05:00 |
|
yhirose
|
666b364425
|
Merge pull request #72 from romeoxbm/master
Replace peg::any with std::any
|
2019-11-25 17:11:46 -05:00 |
|
Francesco Guastella
|
1afa4988bc
|
Replace peg::any with std::any (when C++17 is available)
|
2019-11-22 13:25:42 +01:00 |
|
Yuji Hirose
|
523137c5dd
|
Fixed sample examples in README
|
2019-09-04 16:00:21 -04:00 |
|
yhirose
|
347113d4fd
|
Code cleanup
|
2019-08-27 20:09:07 -04: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
|
b7da359bac
|
Code cleanup
|
2019-08-27 08:28:03 -04:00 |
|
yhirose
|
d75ced2408
|
Fix #68
|
2019-08-27 02:44:04 -04:00 |
|
yhirose
|
69749237c9
|
Fixed README
|
2019-08-27 02:42:12 -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 |
|
Yuji Hirose
|
ac8c93f415
|
Update README due to #62
|
2019-05-14 09:26:02 -04:00 |
|
yhirose
|
e01f198648
|
Merge pull request #61 from mura-orz/master
Update peglib.h
|
2019-04-27 17:37:32 -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 |
|
yhirose
|
38d48971f3
|
Update README.md
|
2019-03-07 21:22:17 -05:00 |
|
yhirose
|
51b13a4291
|
Fixed missing comma problem in JSON output from PEG playground parser
|
2019-03-07 17:51:22 -05:00 |
|
Yuji Hirose
|
bbeadfa937
|
Fixed problem with PEG Playground when grammar or code text is empty
|
2019-02-27 09:04:58 -05: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
|
51234df3df
|
Updated library dependency
|
2019-02-12 22:49:52 -05:00 |
|
yhirose
|
06fc879371
|
Removed server mode from peglint and updated documentation
|
2019-02-09 08:55:28 -05:00 |
|
yhirose
|
cc053fd9ad
|
Added docs directory
|
2019-02-09 01:00:30 -05:00 |
|
Yuji Hirose
|
e12ab41b40
|
Fixed problem with JSON invalid characters
|
2019-02-08 15:19:40 -05:00 |
|
Yuji Hirose
|
47e51d3651
|
Fixed problems in server mode of peglint
|
2019-02-08 11:36:29 -05:00 |
|
yhirose
|
c89c44f1ef
|
Added Visual Studio 2017 to AppVeyor config
|
2019-01-11 23:17:58 -05:00 |
|
yhirose
|
5c167f413e
|
Merge pull request #58 from yhirose/remove-enabler
Removed enabler
|
2019-01-11 18:33:33 -05:00 |
|