Commit Graph

280 Commits (501836a025c944ef1c83797707b545c4e4dc9411)

Author SHA1 Message Date
yhirose feebe2bb0f Added add_ast_action 4 years ago
yhirose ffc61e8a68 Removed unnecessary code 4 years ago
yhirose 580721aa46 Fix #107 4 years ago
yhirose 072cdb6d23 Fix #109 4 years ago
yhirose 19c6c2615c Name refactoring 4 years ago
yhirose 10cc75d503 Performance improvement. Close #82 4 years ago
yhirose ffbc58c103 Changed order of parameters in AstBase constructors 4 years ago
yhirose 51ed96c8f2 Fixed warning with enum value in switch statement 4 years ago
Patrick Scheibe 4abf5a5332 Fix missing return statement in lambda 5 years ago
yhirose fdfd1f4267 Fixed warnings 5 years ago
yhirose c416d84fea Regex-like repetition support. Fix #95 5 years ago
Peter Würtz 2561fd182d
Fix for u8 char C++20 incompatibility 5 years ago
yhirose f2fda77f5a Fixed warnings 5 years ago
yhirose 1b19b98cf5 Fixed problem with dictinary 5 years ago
yhirose 5b3d95e0a1 Fix #90 5 years ago
yhirose 375794e344 Support expression parsing in macro 5 years ago
yhirose 5a6bd1a60a Fixed vim setting 5 years ago
yhirose 9bdb577aaf Split test.cc 5 years ago
yhirose 038bc06343 Precedence climbing feature support 5 years ago
yhirose b0c4aa1441 Apply clang-format 5 years ago
yhirose 9679cdcc27 Removed search method 5 years ago
yhirose fe2d67fc88 Improved peglint trace format 5 years ago
yhirose 7d00be396b Performance improvements 5 years ago
yhirose 2180657eea Added Negated Characgter Class 5 years ago
yhirose 3dc0205ffa Handle an invalid escape sequence char 5 years ago
yhirose 13b8a46e90 Fixed C++11 bulid errors 5 years ago
yhirose c5e356d804 Implemented infinite loop detector 5 years ago
yhirose 47616ca781 Fix #80 again 5 years ago
yhirose 5ff1caf38c Fixed int overflow problem 5 years ago
yhirose fe6314a6e0 Fixed semantic values stack leak 5 years ago
yhirose 911a235431 Fix #84 5 years ago
yhirose da8cae6269 Fix #80 5 years ago
yhirose 88c67cba4f Code cleanup 5 years ago
yhirose 64f205d949 Dropped old Visual C++ compiler support. 5 years ago
yhirose 250096bd08 Code cleanup 5 years ago
yhirose 0e106df04c Fix #79 5 years ago
Peter Würtz 4676115e57
Fix maybe uninitialized warning / error 5 years ago
yhirose be470f9332 Fix #71 5 years ago
Francesco Guastella 1afa4988bc Replace peg::any with std::any (when C++17 is available) 5 years ago
yhirose 3482a08465 Fix #67 5 years ago
yhirose 9ee03a9211 Fixed build error with VS2015 5 years ago
yhirose 4d0b2b3591 Fix #66 5 years ago
yhirose d75ced2408 Fix #68 5 years ago
yhirose 5f3a5a82e1 Fix #69 5 years ago
yhirose 2d276c8cd9 Fix #63 5 years ago
Mura f3e88afd39
Update peglib.h 5 years ago
Yuji Hirose 55add1dacb Fix #60 6 years ago
Yuji Hirose 57f866c6ca Fixed build error 6 years ago
Yuji Hirose b330799cd6 Added `name` in SemanticValues 6 years ago
yhirose 2dcdafe3cb Fixed problem with choice and choice count 6 years ago