batch mode in tutorial

This commit is contained in:
aarne
2005-12-21 09:28:28 +00:00
parent 9bb7364234
commit 9f50f3ec05

View File

@@ -1835,13 +1835,14 @@ The rest of the modules (black) come from the resource.
==More concepts of abstract syntax== ==More concepts of abstract syntax==
===Dependent types=== ===Dependent types===
===Higher-order abstract syntax=== ===Higher-order abstract syntax===
===Semantic definitions=== ===Semantic definitions===
===List categories===
==Transfer modules== ==Transfer modules==
@@ -1951,7 +1952,16 @@ Forthcoming.
===Communicating with GF=== ===Communicating with GF===
Other processes can communicate with the GF command interpreter, Other processes can communicate with the GF command interpreter,
and also with the GF syntax editor. and also with the GF syntax editor. Useful flags when invoking GF are
- ``-batch`` suppresses the promps and structures the communication with XML tags.
- ``-s`` suppresses non-output non-error messages and XML tags.
-- ``-nocpu`` suppresses CPU time indication.
Thus the most silent way to invoke GF is
```
gf -batch -s -nocpu
```
===Embedded grammars in Haskell, Java, and Prolog=== ===Embedded grammars in Haskell, Java, and Prolog===