Commit Graph

78 Commits (3c745bf581ea35a3c16b01c66edf1465401638ed)

Author SHA1 Message Date
yhirose 0aec248de3 Changed to use gtest 3 years ago
Elliot 45fced1a97
fix spelling errors (#164) 4 years ago
yhirose fcd0b277ab Added --packrat option to peglint 4 years ago
yhirose 02f428ab67 Fixed peglit problem and update README 4 years ago
yhirose 80b20a091f Resolve #137 4 years ago
yhirose 8a853ef742 Updated README 4 years ago
yhirose 8ad71c4adc Fixed problem with %recover 4 years ago
yhirose 8dc6a287f8 Added error recovery feature 4 years ago
yhirose 847b7e9fe3 Fixed peglint trace token format problem 4 years ago
yhirose b26e2477ff C++17 support 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
Xinzhao Zhu f58fd19f52 Use CMake's Threads library to provide '-pthread` for Linux 4 years ago
bnjf 6137e2a340
Fix "terminate called after throwing an instance of 'std::system_error'" 4 years ago
yhirose 95f9140464 clangformat 5 years ago
yhirose fdfd1f4267 Fixed warnings 5 years ago
yhirose fe2d67fc88 Improved peglint trace format 5 years ago
yhirose 1a40e539d1 Updated cmake files 5 years ago
yhirose be3b09f704 Fixed typo 5 years ago
yhirose 06fc879371 Removed server mode from peglint and updated documentation 6 years ago
Yuji Hirose e12ab41b40 Fixed problem with JSON invalid characters 6 years ago
Yuji Hirose 47e51d3651 Fixed problems in server mode of peglint 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 f46737acbf Added --source option 6 years ago
yhirose ebfafc3947 Removed Visual Studio solution and project files. 7 years ago
yhirose 803335164d Changed minimum target to be 'c++11'. 8 years ago
hvellyr f98f8697c6 Add test support for windows MSVC 2015 on appveyor 8 years ago
hvellyr 1e47348daf Fix compiler warnings about "missing variable declaration" 8 years ago
hvellyr 8363407768 Fix compiler warnings about "hidden" names 8 years ago
hvellyr 2b2b171cbd Fix sign/unsigned compiler warnings 8 years ago
hvellyr 5cac962f18 Fix compiler warning about "old style cast" 8 years ago
hvellyr d95cef6c1b Fix compiler warnings about unused method parameters 8 years ago
hvellyr c3c6037241 Enhance CMake files to set warning level high(er) and set C++14 flags 8 years ago
hvellyr b031727fa2 Cmake 2.8 is more than sufficient 8 years ago
yhirose 69ede706f0 Fixed build errors. Switched to CMake build system completely. 9 years ago
yhirose 30da6961d4 Updated usage for peglint. 9 years ago
yhirose 8ce03face0 Added README for PEG lint. 9 years ago
yhirose f33e76249a Added trace feature. 9 years ago
yhirose 80d1488b42 Fixed ast dump format problem. 9 years ago
yhirose 59c7ab94ac Fixed the build error with peglint. 9 years ago
Yuji Hirose 8fd93d855f Moved 'online lint' functionality to peglint. 9 years ago
Yuji Hirose 3f5d54f811 Removed print_ast, and added ast_to_s. 9 years ago
Yuji Hirose 444398d1bb Added server mode. 9 years ago
Yuji Hirose adcd259268 Changed to show AST results. 9 years ago
yhirose 337741e17e Fixed build errors. 9 years ago
yhirose b9c9216788 Changed namespace/class names. 9 years ago
yhirose 6b690dd3cb Fixed backtrack problem. 9 years ago