Skip to content

Commit 23dfd92

Browse files
Update README.md
1 parent 22ed29d commit 23dfd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Final Project of ' Design of Compiler Technology' Course of SCSE,BUAA
44
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.
55
### About the 'C0 language'
66
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>
8+
[!](https://github.com/ComradeProgrammer/C0_Compiler_BUAA/blob/master/Annotation%202019-09-26%20123820.jpg?raw=true)
99
### About the simple compiler
1010
This compiler contains a 'frontend' and a 'backend.<br>
1111
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

Comments
 (0)