mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2025-11-23 21:57:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| peglint.cc | ||
| README.md | ||
peglint
The lint utility for PEG.
usage: peglint [--ast] [--optimize_ast_nodes|--opt] [--trace] [grammar file path] [source file path]