COMP 520 Compiler Design, Winter 2015, Group 5
- Guillaume Labranche
- Will Bain
- Si Mei Zhang
Make commands (from src/ directory):
$ make
$ make clean
$ make check
$ make checkall
Running make
creates the file golite.jar
in the toplevel directory
as well as a Bash utility script named golite
. If make is run under
Cygwin on a Windows machine, it also creates a Batch utility file named
golite.bat
.
Build the code as described above. From the root directory, run golite -pprint inputFile
.
Build the code as described above. From the root directory, run
golite [-dumpsymtab] [-dumpsymtaball] [-pptype] inputFile
.
Build the code, then run
golite inputFile.go
. This will generate a JavaScript file which can be run with node inputFile.js
.