From a1e8229910bbd01135d0e71c459872f87785a291 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 5 Feb 2005 20:52:31 +0000 Subject: cleand up Structural --- src/HelpFile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/HelpFile') 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 -- cgit v1.2.3