fixed command abbreviations in GFI

This commit is contained in:
aarne
2008-06-17 12:34:02 +00:00
parent 327d0a6a4a
commit 7c097669d2
3 changed files with 12 additions and 8 deletions

View File

@@ -23,7 +23,6 @@ pCommand = do
cmd <- pIdent
RP.skipSpaces
opts <- RP.sepBy pOption RP.skipSpaces
-- opts <- RP.many pOption
arg <- RP.option ANoArg (fmap AExp (pExp False))
return (Command cmd opts arg)