summaryrefslogtreecommitdiff
path: root/src/HelpFile
diff options
context:
space:
mode:
Diffstat (limited to 'src/HelpFile')
-rw-r--r--src/HelpFile8
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