]> gitweb.factorcode.org Git - factor.git/blob - core/parser/notes/notes-docs.factor
f9a86c69341fa84b2db09d0997ec3ab1d5bb3641
[factor.git] / core / parser / notes / notes-docs.factor
1 USING: help.markup help.syntax io ;
2 IN: parser.notes
3
4 HELP: parser-notes
5 { $var-description "A boolean controlling whether the parser will print various notes. Switched on by default. If a source file is being run for its effect on " { $link output-stream } ", this variable should be switched off, to prevent parser notes from polluting the output." } ;
6
7 HELP: parser-notes?
8 { $values { "?" "a boolean" } }
9 { $description "Tests if the parser will print various notes and warnings. To disable parser notes, either set " { $link parser-notes } " to " { $link f } ", or pass the " { $snippet "-quiet" } " command line switch." } ;
10