1
0
forked from GitHub/gf-core

fixed command abbreviations in GFI

This commit is contained in:
aarne
2008-06-17 12:34:02 +00:00
parent b2cb675317
commit 9c30d94c28
4 changed files with 13 additions and 9 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)