Commit Graph

437 Commits (51b13a4291359de2a3fa206949391d9ecfb20321)
 

Author SHA1 Message Date
yhirose 51b13a4291 Fixed missing comma problem in JSON output from PEG playground parser 5 years ago
Yuji Hirose bbeadfa937 Fixed problem with PEG Playground when grammar or code text is empty 5 years ago
Yuji Hirose 57f866c6ca Fixed build error 5 years ago
Yuji Hirose b330799cd6 Added `name` in SemanticValues 5 years ago
yhirose 2dcdafe3cb Fixed problem with choice and choice count 5 years ago
yhirose 51234df3df Updated library dependency 5 years ago
yhirose 06fc879371 Removed server mode from peglint and updated documentation 5 years ago
yhirose cc053fd9ad Added docs directory 5 years ago
Yuji Hirose e12ab41b40 Fixed problem with JSON invalid characters 5 years ago
Yuji Hirose 47e51d3651 Fixed problems in server mode of peglint 5 years ago
yhirose c89c44f1ef Added Visual Studio 2017 to AppVeyor config 5 years ago
yhirose 5c167f413e
Merge pull request #58 from yhirose/remove-enabler 5 years ago
yhirose 559836cda1 Removed enabler 5 years ago
yhirose 5664d917dc Changed to dump llvm assembly code to standard output 5 years ago
yhirose c84cdd1645 Added verifyFunction call 5 years ago
yhirose 15c19e4a0f fix #55 6 years ago
yhirose b76e4fe305 Keep selected rule id in AST 6 years ago
yhirose 5f323c5b3a Updated README 6 years ago
yhirose 9a8af28f06 Updated README 6 years ago
yhirose 757e81e63d fix #52. Changed to allow Action handler taking non const SemanticValues 6 years ago
yhirose 5b3ad705c4 Retab 6 years ago
yhirose 304029a8d3 fix #53 6 years ago
yhirose c006918329 Merge branch 'unicode' 6 years ago
yhirose 452aea18cd UTF encoding support 6 years ago
yhirose 79a3c75846 Removed 'user defined rule' feature 6 years ago
yhirose ed8a1bd7d9 Better Unicode handling 6 years ago
yhirose a56ad1cfc2 Updated enter/leave examples 6 years ago
yhirose 3a6d202d17 Updated README 6 years ago
yhirose 26f8c046f4 Updated documentation 6 years ago
yhirose fe3ae84736 Fixed build errors 6 years ago
Mirko fc03a32d1f extended parameters for enter and leave callbacks 6 years ago
Mirko 99380c2d72 added method get_rule_names() to parser class 6 years ago
yhirose 469a61f044 Fixed 'std::call_once' crash problem with peglint on Ubuntu. 6 years ago
Yuji Hirose 91bf45b7d4 Fix #45 6 years ago
yhirose 15a08da1b2 Updated peglint and added peglint documentation 6 years ago
yhirose 6dc7b38b4e Changed operator= in Definition to return Action 6 years ago
yhirose 4c8415c054 Added another test case for %whitespace 6 years ago
yhirose f46737acbf Added --source option 6 years ago
yhirose fa5ffd8211 fix #43 6 years ago
yhirose 5445b5c2bb fix #41 6 years ago
yhirose 6584bfa5c6 Changed to setup is_token at a better place 6 years ago
yhirose 6f9d19463d Code cleanup 6 years ago
yhirose bbd8e68b71 Macro support (fix #25) 6 years ago
yhirose beaa0346ca
Merge pull request #40 from rkollataj/clang_3.5.2_fix 6 years ago
Remigiusz Kołłątaj ba6efeae90 Backporting "undefined reference to peg::enabler" fix to all versions older than 5.0.0; Fix tests to compile with clang 3.5. 6 years ago
yhirose 9c3da8d6af Name refactoring 6 years ago
yhirose 9980eea1cd Fixed problems with backreference 6 years ago
yhirose e2da595899
Merge pull request #38 from yhirose/backref 6 years ago
yhirose f0d2c529ba Back reference support 6 years ago
yhirose a77edadfa7 Added %word rule 6 years ago