diff options
| author | aarne <unknown> | 2005-02-05 20:52:31 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-02-05 20:52:31 +0000 |
| commit | a1e8229910bbd01135d0e71c459872f87785a291 (patch) | |
| tree | 16612ffa6d974da1fb8e4234f134e5f97c0ad9af /src/HelpFile | |
| parent | 45f3b7d5e74dde250a3e0eb92469efc22479cd30 (diff) | |
cleand up Structural
Diffstat (limited to 'src/HelpFile')
| -rw-r--r-- | src/HelpFile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/HelpFile b/src/HelpFile index 5581039f2..c9e015810 100644 --- a/src/HelpFile +++ b/src/HelpFile @@ -428,17 +428,15 @@ q, quit: q The default is unlimited. -optimize, optimization on generated code. - The default is share. + The default is share for concrete, none for resource modules. -optimize=share share common branches in tables -optimize=parametrize first try parametrize then do share with the rest -optimize=values represent tables as courses-of-values -optimize=all first try parametrize then do values with the rest -optimize=none no optimization - --parser, Context-free parsing algorithm. The default is chart. - -parser=earley Earley algorithm - -parser=chart bottom-up chart parser +-parser, Context-free parsing algorithm. Under construction. + The default is a chart parser via context-free approximation. -printer, format in which the grammar is printed. The default is gfc. -printer=gfc GFC grammar |
