8000 GitHub - zackshackleton/PL-0-Compiler
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zackshackleton/PL-0-Compiler

Repository files navigation

Sagar Mistry
Adam Levy 
Zack Shackleton


Assignment 4 Read me: 




To run

-Open Terminal/Console
-Locate C Code location 
-Compile the code with the following
—-> $gcc -o Assignment4 Assignment4.c
—-> $./Assignment4 (Insert path to input.txt file here) (Insert any special commands) 

Example: 

$gcc -o Assignment4 Assignment4.c
$./Assignment4 input.txt -t -a -v -m -s


Options ( use after path to input.txt ): 

-t The token list
-s The symbol table
-m The machine code
-a The disassembled code
-v The virtual machine execution stack trace 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0