Skip to content

Commit 3985be6

Browse files
Update README.md
1 parent 23dfd92 commit 3985be6

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
@@ -5,7 +5,7 @@ This is the repository for the project of "Design of Compiler Technology".This p
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>
77
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)
8+
![grammar](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)