/compilers

ILOC compiler front-end

Primary LanguageJava

316fe Lab 1

Requirements:

  1. GNU Make >= 4.0
  2. JDK 1.8

Change User permissions:

chmod a+x 316fe

Run using

./316fe [flags] filename

Flags

Usage: ./316fe [flags] file

optional flags:

-h = Display this help message

-s = Print to stdout a list of the tokens that the scanner found

-p = Scan, parse, build the intermediate representation and report any errors found

-r = Print intermediate representation to stdout