Commit Graph

496 Commits

Author SHA1 Message Date
yhirose
4b25458012
Merge pull request #89 from yhirose/precedence
Expression parsing support (precedence climbing)
2020-02-07 14:26:13 -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
9b89b19949 Updated README and examples 2020-02-07 11:55:21 -05:00
yhirose
038bc06343 Precedence climbing feature support 2020-02-07 10:58:34 -05:00
yhirose
29cd967975 Updated .wasm 2020-02-06 15:01:37 -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
748e82dae0
Merge pull request #88 from yhirose/trace
Improved peglint trace format
2020-01-29 11:54:41 -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
35d2d201e1 Updated CmakeLists.txt for test 2020-01-26 22:36:34 -05:00
yhirose
3b968d2595 Disabled pl0 buld due to the linker problem in Travis CI 2020-01-24 23:35:25 -05:00
yhirose
d9f66ead76 Fixed build problem with LLVM 8.0 or lower 2020-01-24 23:06:30 -05:00
yhirose
1a40e539d1 Updated cmake files 2020-01-24 22:54:03 -05:00
yhirose
29974e3c07 Fixed porting error 2020-01-24 21:44:26 -05:00
yhirose
13b8a46e90 Fixed C++11 bulid errors 2020-01-24 21:32:54 -05:00
yhirose
e7b4570841
Merge pull request #86 from yhirose/infiniteloop
Infinite loop detector. Fix #85
2020-01-24 21:20:21 -05:00
yhirose
c5e356d804 Implemented infinite loop detector 2020-01-24 20:57:37 -05:00
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