fsprojects / FsLexYacc

Lexer and parser generators for F#
http://fsprojects.github.io/FsLexYacc/
MIT License
203 stars 68 forks source link

Added `--quiet` option to FsLex and FsYacc. #199

Closed vzarytovskii closed 1 month ago

vzarytovskii commented 2 months ago

This option suppresses the output of the generated code to the console. The generated code is still written to the output file.

If anyone has better approach to the issue, please advise. Also, not sure where/how to test it.

I will pick this later to dotnet/fsharp's local copies.

Update: reasoning is to suppress output when working with compiler, output is useless for 99% of contributors in 99% of cases.