Skip to content

Commit

Permalink
Zip file with what we upload to webcourses
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDuarte committed Jul 13, 2015
1 parent 125cc42 commit 0b7912c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added Driver2/Module3.zip
Binary file not shown.
22 changes: 22 additions & 0 deletions Driver2/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//TEAM
//First team member name: Kevin Duarte
//Second team member name: Nestor Maysonet

//How to compile:

gcc driver.c parserwithcodegen.c scanner.c pmachine.c -o driver

//How to run (ensure there is an input.txt with the PL/0 input code):

./driver

//after ./driver you may use the comiler directives -l -a -v to print to the console


//The compiler will create these .txt files:
//cleaninput.txt: the input.txt file without comments
//lexemetable.txt: a table with all the lexemes/tokens
//lexemelist.txt: a list of all the lexemes/tokens
//mcode.txt: the assembly code that is generated
//stacktrace.txt: the stacktrace that is generated from the assembly code

0 comments on commit 0b7912c

Please sign in to comment.