Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 283 Bytes

cs4120

As cowabungans, we make compilers in Java

Frequent Commands

Generate jflex and cup files: make cowabunga

Run Tests: make test

Build jar: mvn package

Build compiler: ./xic-build

Run compiler: ./xic [options] <source files>

Prepare Submission: make zip