Added README for PEG lint.

This commit is contained in:
yhirose 2015-11-29 23:16:51 -05:00
parent f33e76249a
commit 8ce03face0

8
lint/README.md Normal file
View File

@ -0,0 +1,8 @@
peglint
-------
The lint utility for PEG.
```
usage: peglint [--ast] [--optimize_ast_nodes|--opt] [--server [PORT=1234]] [--trace] [grammar file path] [source file path]
```