Commit Graph

555 Commits (b92da07beddd286cc16ef3620793e297a5f17a6c)
 

Author SHA1 Message Date
yhirose b92da07bed Fix #128 4 years ago
yhirose 11ed83e46f Fixed a code example in README 4 years ago
yhirose b3b29ce8f3 Fix #122 4 years ago
yhirose d84c2993af Updated peg.vim 4 years ago
yhirose 0061f393de Fix #121 4 years ago
yhirose 14305f9f53 Fix #111 4 years ago
yhirose aefeb3ae35 Fix #118 4 years ago
yhirose 8e890ced7f
Merge pull request #117 from peoro/master 4 years ago
peoro ad1a6d27da Fix support to custom AST node types 4 years ago
yhirose c49366ad07 Use `std::call_once` to initialize `is_word` in LiteralString 4 years ago
yhirose a2a4f30219 Updated Playground 4 years ago
yhirose ff9e5d6ea3 Fix #112 4 years ago
yhirose 94578c5274 Fixed possible build errors 4 years ago
yhirose 94c73b1e31
Merge pull request #114 from yhirose/combinators_with_ast 4 years ago
yhirose af8f0082fc Combinators with AST action handler 4 years ago
yhirose ef9147de08 Fixed crash in Ast action handler 4 years ago
yhirose feebe2bb0f Added add_ast_action 4 years ago
yhirose c1f087a91e Added enable_packrat_parsing to precedence expression parsing tests 4 years ago
yhirose ffc61e8a68 Removed unnecessary code 4 years ago
yhirose 5bd9b5cdc0 Removed version number from Playground 4 years ago
yhirose 580721aa46 Fix #107 4 years ago
yhirose 072cdb6d23 Fix #109 4 years ago
yhirose f9e0d252d9 Fixed initial value problem with Optimized AST mode 4 years ago
yhirose 19c83811ee Added --opt to peglint 4 years ago
yhirose 19c6c2615c Name refactoring 4 years ago
yhirose 370067f013 Added filters parameter to peglint and playground 4 years ago
yhirose 3c58f26635 Updated 'Semantic predicate test' 4 years ago
yhirose 10cc75d503 Performance improvement. Close #82 4 years ago
yhirose a37c609802
Merge pull request #105 from XinzhaoZHU/master 4 years ago
Xinzhao Zhu f58fd19f52 Use CMake's Threads library to provide '-pthread` for Linux 4 years ago
yhirose ffbc58c103 Changed order of parameters in AstBase constructors 4 years ago
yhirose 49289420b9
Merge pull request #101 from bnjf/patch-1 4 years ago
bnjf 8962a80454
add explicit `commentstring` to vim syntax 4 years ago
yhirose da123f1cd1
Merge pull request #100 from bnjf/patch-1 4 years ago
bnjf 6137e2a340
Fix "terminate called after throwing an instance of 'std::system_error'" 4 years ago
yhirose 51ed96c8f2 Fixed warning with enum value in switch statement 4 years ago
yhirose ab9a09bb88
Merge pull request #99 from halirutan/fix_missing_return_statement 4 years ago
Patrick Scheibe 4abf5a5332 Fix missing return statement in lambda 4 years ago
yhirose d2f2108fc5 Updated README 4 years ago
yhirose 95f9140464 clangformat 4 years ago
yhirose fdfd1f4267 Fixed warnings 4 years ago
yhirose c416d84fea Regex-like repetition support. Fix #95 4 years ago
yhirose 02db0405f3
Merge pull request #94 from pwuertz/patch-2 4 years ago
Peter Würtz 2561fd182d
Fix for u8 char C++20 incompatibility 4 years ago
yhirose e362ce7423
Merge pull request #93 from alex-87/master 4 years ago
Alexis LG 8cdc32d79b
Update CMakeLists.txt 4 years ago
yhirose f2fda77f5a Fixed warnings 4 years ago
yhirose 1b19b98cf5 Fixed problem with dictinary 4 years ago
yhirose e7d05e4ce6 Updated wasm 4 years ago
yhirose 270304ab88 Added build.sh for wasm 4 years ago