Skip to content

Commit 7382cf0

Browse files
authored
Update README.md
1 parent 38d57c9 commit 7382cf0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ python3 final.py
2424
```
2525

2626
## 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.
32+
3333

0 commit comments

Comments
 (0)