Added support for enumerations

This commit is contained in:
vegowotenks 2025-01-25 21:37:13 +01:00
parent 01fafec1c0
commit 2cd9b04b85
8 changed files with 57 additions and 35 deletions

View file

@ -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