Project assignment for the undergraduate course Compilers of the Department of Computer Science and Engineering at the University of Ioannina.
Fotios Mitropoulos AM : 2486
$make [options]
- Options:
- run-def: Runs the compiler with default parameters.
- run ARGS="[your_arguments]": Runs the compiler with custom parameters.
- clean: Removes all the unnecessary files from previous runs.
- help: Shows Usage.
- debug: Enables debug printouts.
- test: Runs default test files on tests directory.