Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 197 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 197 Bytes

简单绘图语言的编译器

词法分析器

遍历字符串,生成记号流

语法分析器

使用递归下降子程序编写

语法制导语义分析

给每个语句设定属性