Skip to content

Commit b4990f3

Browse files
authored
Update README.md
1 parent ea1d273 commit b4990f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is our Compiler Design project for 6th semester.
1010
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.
13-
+ **Code Execution: **
13+
+ **Code Execution :**
1414
1) The following commands can be used to execute the code in any of the folders except '5-Target_Code':
1515
```
1616
lex proj.l

0 commit comments

Comments
 (0)