gwuah / 341fe

ILOC Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

//NAME: Awuah Asare Griffith
//INDEX NUMBER: 040917277

Change Permission
chmod a+x 341fe

Run using
./341fe [optional flag] filename

Optional Flags:
-h = Display a list of valid command-line arguments and their descriptions
-s = Reads the file passed and returns tokens the scanner found
-p = Reads the file, scans and parses it. Then it builds the intermediate representation and reports all errors if it encountered any.
-r = Reads the file, scans and parses it and prints the intermediate from in readable format

About

ILOC Compiler


Languages

Language:Java 97.5%Language:Makefile 1.4%Language:Assembly 0.7%Language:Shell 0.4%