Skip to content

Commit 673ddc5

Browse files
authored
Update README.md
1 parent 39bed0f commit 673ddc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is our Compiler Design project for 6th semester.
77
- Using Python Language for Target Code Generation.
88
+ **Team Members:**
99
1) Ashish Kumar
10-
2) Anmol yadav
10+
2) Anmol Yadav
1111

1212
+ **Project Abstract:** The Mini-Compiler, contains all phases of compiler has been made for the language Python by using C language (till intermediate code optimisation phase) and we used Python language itself for target code generation as well . The constructs that have been focused on are ‘if-else’ and ‘while’ statements. The optimizations handled for the intermediate code are ‘packing temporaries’ and ‘constant propagation’. Syntax and semantic errors have been handled and syntax error recovery has been implemented using Panic Mode Recovery in the lexer.
1313
+ **Code Execution: **
@@ -20,7 +20,7 @@ a.exe
2020
```
2121
2) The following commands execute the code in the '5-Target_Code' folder:
2222
```
23-
python3 final.py
23+
python final.py
2424
```
2525

2626
## Various folders

0 commit comments

Comments
 (0)