From b9ce279883d3f44411021cd5d0b3eb09cdd4b6b2 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 3 Aug 2004 15:24:23 +0000 Subject: [PATCH] help flags for i --- src/HelpFile.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/HelpFile.hs b/src/HelpFile.hs index 500427121..24d47221b 100644 --- a/src/HelpFile.hs +++ b/src/HelpFile.hs @@ -44,6 +44,8 @@ txtHelpFile = "\n -nocf don't build context-free grammar (thus no parser)" ++ "\n -nocheckcirc don't eliminate circular rules from CF " ++ "\n -cflexer build an optimized parser with separate lexer trie" ++ + "\n -noemit do not emit code (default with old grammar format)" ++ + "\n -o do emit code (default with new grammar format)" ++ "\n flags:" ++ "\n -abs set the name used for abstract syntax (with -old option)" ++ "\n -cnc set the name used for concrete syntax (with -old option)" ++