Added support for enumerations
This commit is contained in:
parent
01fafec1c0
commit
2cd9b04b85
8 changed files with 57 additions and 35 deletions
|
@ -6,4 +6,4 @@ main :: IO ()
|
|||
main = do
|
||||
text <- getContents
|
||||
|
||||
print $ Parsec.parse File.parse "<stdin>" text
|
||||
print $ Parsec.parse (File.parse <* Parsec.eof) "<stdin>" text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue