cpp-peglib/lint
2015-11-29 23:16:51 -05:00
..
httplib.h Moved 'online lint' functionality to peglint. 2015-11-27 15:53:32 -05:00
Makefile Fixed the build error with peglint. 2015-11-29 10:26:27 -05:00
peglint.cc Added trace feature. 2015-11-29 23:07:02 -05:00
peglint.sln Moved 'online lint' functionality to peglint. 2015-11-27 15:53:32 -05:00
peglint.vcxproj Moved 'online lint' functionality to peglint. 2015-11-27 15:53:32 -05:00
README.md Added README for PEG lint. 2015-11-29 23:16:51 -05:00
server.cc Fixed ast dump format problem. 2015-11-29 11:06:28 -05:00

peglint

The lint utility for PEG.

usage: peglint [--ast] [--optimize_ast_nodes|--opt] [--server [PORT=1234]] [--trace] [grammar file path] [source file path]