summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraarne <unknown>2004-08-03 15:24:23 +0000
committeraarne <unknown>2004-08-03 15:24:23 +0000
commite9b010393b34b20e1b6b8a830a1187b0f462d5cb (patch)
tree88b5bf6e45b4174697a6c32a31a49679653d9fa6 /src
parent166a32b1e7b29263edb89a630a093fca38ca1909 (diff)
help flags for i
Diffstat (limited to 'src')
-rw-r--r--src/HelpFile.hs2
1 files changed, 2 insertions, 0 deletions
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)" ++