Skip to content
Snippets Groups Projects
user avatar
Orestis Melkonian authored
02f406cb
History
Name Last commit Last update
..
Lexer.x
Model.hs
Parser.y
README.md

ModelParser

To generate the parser and lexer run the following commands from this directory:

cabal install alex happy
alex Lexer.x
happy Parser.y