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
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Final Project of ' Design of Compiler Technology' Course of SCSE,BUAA
4
4
This is the repository for the project of "Design of Compiler Technology".This project contains a simple compiler which can translate a 'C0' language to MIPS assembly language.
5
5
### About the 'C0 language'
6
6
C0 language is a slightly modified and simplified High-level programming language based on C language. The grammar of this 'C0' language is LL(1) grammar.<br>
7
-
The Grammar of this C0 language is shown bellow.
8
-
[!](Annotation 2019-09-26 123820.jpg)
7
+
The Grammar of this C0 language is shown bellow.<br>
This compiler contains a 'frontend' and a 'backend.<br>
11
11
In the front end we implemented Lexical analysis,Grammar analysis ( recursive-descend method), and the fault handling. The front end can translate the original C0 language to midcode.
0 commit comments