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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ python3 final.py
24
24
```
25
25
26
26
## Various folders
27
-
1)**1-Token_And Symbol_Table:** This folder contains the code that outputs the tokens and the symbol table.
28
-
2)**2-Abstract_Syntax_Tree:** This folder contains the code that displays the abstract syntax tree.
29
-
3)**3-Intermediate_Code_Generation:** This folder contains the code that generates the symbol table before optimisations and the intermediate code.
30
-
4)**4-Optimised_ICG:** This folder contains the code that generates the symbol table after optimisations, the quadruples table and the optimised intermediate code.
31
-
5)**5-Target_Code:** This folder contains the code that displays the assembly code/target code.
32
-
6)**Entire_Compiler:** This folder contains the code that generates the all the above outputs at once and displays it on the terminal.
27
+
1)**Token_And Symbol_Table:** This folder contains the code that outputs the tokens and the symbol table.
28
+
2)**Abstract_Syntax_Tree:** This folder contains the code that displays the abstract syntax tree.
29
+
3)**Intermediate_Code_Generation:** This folder contains the code that generates the symbol table before optimisations and the intermediate code.
30
+
4)**Optimised_ICG:** This folder contains the code that generates the symbol table after optimisations, the quadruples table and the optimised intermediate code.
31
+
5)**Target_Code:** This folder contains the code that displays the assembly code/target code.
0 commit comments