diff options
| author | aarne <unknown> | 2005-02-25 14:35:48 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-02-25 14:35:48 +0000 |
| commit | 115be3d52bb2fe522cb4a1aa5d27f2e7c4fba58e (patch) | |
| tree | a466f74ea98abbcbb1b2206fe7d3053f87a35140 /src/HelpFile | |
| parent | 224244c82577247ec687b09957d7b12efafe3c75 (diff) | |
p by lines, lin to multi
Diffstat (limited to 'src/HelpFile')
| -rw-r--r-- | src/HelpFile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/HelpFile b/src/HelpFile index 4b54bd0a6..4283164df 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -127,6 +127,7 @@ l, linearize: l PattList? Tree -struct bracketed form -record record, i.e. explicit GF concrete syntax term -all show all forms and variants + -multi linearize to all languages (the other options don't work) flags: -lang linearize in this grammar -number give this number of forms at most @@ -144,6 +145,8 @@ p, parse: p String -raw return context-free terms in raw form -v verbose: give more information if parsing fails -new use an experimental method (GF 2.0; sometimes very good) + -lines parse each line of input separately, ignoring empty lines + -all as -lines, but also parse empty lines flags: -cat parse in this category -lang parse in this grammar @@ -151,7 +154,8 @@ p, parse: p String -parser use this context-free parsing method -number return this many results at most examples: - p -cat=S -new "jag är gammal" -- print an S with the new method + p -cat=S -new "jag är gammal" -- parse an S with the new method + rf examples.txt | p -lines -- parse each non-empty line of the file tt, test_tokenizer: tt String Show the token list sent to the parser when String is parsed. |
