You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This is our Compiler Design project for 6th semester.
7
7
- Using Python Language for Target Code Generation.
8
8
+**Team Members:**
9
9
1) Ashish Kumar
10
-
2) Anmol yadav
10
+
2) Anmol Yadav
11
11
12
12
+**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.
13
13
+**Code Execution: **
@@ -20,7 +20,7 @@ a.exe
20
20
```
21
21
2) The following commands execute the code in the '5-Target_Code' folder:
0 commit comments