-
Ogilvie, D.H. (Duncan) authoredOgilvie, D.H. (Duncan) authored
To learn more about this project, read the wiki.
README.md 165 B
ModelParser
To generate the parser and lexer run the following commands from this directory:
cabal install alex happy
alex Lexer.x
happy Parser.y