8000 Update README.md · ashishch164/Mini-Python-Compiler@b6080a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6080a5

Browse files
authored
Update README.md
1 parent ce60cd7 commit b6080a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

5-Target_Code/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33
```
44
python final.py
55
```
6+
7+
2) Now for checking syntax error and semantics error, refer to Project_Report.pdf, for executing it go to first folder i.e,Token and symbol Table, then make changes in inp.py file according to written in report and execute following commands:
8+
+ **Code Execution: **
9+
The following commands can be used to execute the code:
10+
```
11+
lex proj.l
12+
yacc -d -v proj1.y
13+
gcc lex.yy.c y.tab.c -lm -w
14+
a.exe
15+
```

0 commit comments

Comments
 (0)
0