-
Notifications
You must be signed in to change notification settings - Fork 0
ajm188/hava
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
You can either run the lexer/parser as a standalone unit or as a Unix pipeline. To get the standalone unit, just run `make Main`. This creates an executable called "Main". Then you can do `./Main file1 file2 ...`. To get the Unix pipeline, just run `make`. This creates executables "Lex" and "Parse" (it also creates "Main" but we don't care about that). Then you can do `cat file1 file2 ... | ./Lex | ./Parse`.
About
{Lexer, Parser} for a Java-like language implemented in Haskell
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published