cpp-peglib/lint
Xinzhao Zhu f58fd19f52 Use CMake's Threads library to provide '-pthread` for Linux
For linux platform, we may use the Threads library to provide
the option `-pthread` when the program uses multiple thread. This
solution is portable for WSL2/Linux and other disturbuiton.
2020-05-17 22:55:56 +08:00
..
CMakeLists.txt Use CMake's Threads library to provide '-pthread` for Linux 2020-05-17 22:55:56 +08:00
peglint.cc clangformat 2020-03-29 17:03:47 -04:00
README.md Removed server mode from peglint and updated documentation 2019-02-09 08:55:28 -05:00

peglint

The lint utility for PEG.

usage: peglint [--ast] [--optimize_ast_nodes|--opt] [--trace] [grammar file path] [source file path]