fix comments in parser

This commit is contained in:
darkf 2013-10-23 15:38:11 -07:00
parent 47d43351e2
commit b1fc1a3715
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ seqStmt = sepBy1 statement semi
program =
many1 $ do
whiteSpace
e <- exprparser
symbol "."
return e