编译原理c语言词法分析器

gaww8914 59 0 ZIP 2018-12-29 17:12:29

、设计题目:词法分析器的设计。 2、设计要求: 使用任何一种编程语言编制一个词法分析程序。 该程序能够识别的单词有5类: 关键字:"long", "float", "static", "char", "short", "switch", "int", "const", "if", "then", "else", "for", "while", "break"。 常数:任何整型常数 标识符:字母打头的字母数字串。 → → → 运算符:算术运算符 +,-,*,/ 关系运算符>,>=, (5) 界符: (, ), ”, !, ;

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2018-12-29 17:12:31

不错不错,可以运行

Generic placeholder image 卡了网匿名网友 2018-12-29 17:12:31

编译可以通过

Generic placeholder image 卡了网匿名网友 2018-12-29 17:12:31

能运行出来,但好像不能用啊

Generic placeholder image 卡了网匿名网友 2018-12-29 17:12:31

十分有用,非常感谢!

Generic placeholder image 卡了网匿名网友 2018-12-29 17:12:31

词法规则的定义较为全面,有借鉴价值。

Generic placeholder image 卡了网匿名网友 2018-12-29 17:12:31

可以正常运行

Generic placeholder image 卡了网匿名网友 2018-12-29 17:12:31

不错编译可以通过