mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
f58fd19f52
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]