编译原理实验-PL/0语言的词法分析

时间:2023-10-13 15:16:47
【文件属性】:

文件名称:编译原理实验-PL/0语言的词法分析

文件大小:18KB

文件格式:ZIP

更新时间:2023-10-13 15:16:47

编译原理 PL/0语言 词法分析器 编译原理实验 Python实现词法分析器

(Python实现,详细注释)通过实现PL/0语言(一种示例小语言)的词法分析器,理解词法分析过程,掌握程序各部分之间的接口安排。 PL/0的语言的词法分析器将要完成以下工作: (1)跳过分隔符(如空格,回车,制表符); (2)识别诸如begin,end,if,while等保留字; (3)识别非保留字的一般标识符。 (4)识别数字序列。 (5)识别:=,<=,>=之类的特殊符号。


【文件预览】:
PL0词法分析
----TestPL0()
--------demo2.txt(375B)
--------demo4.txt(113B)
--------demo3.txt(784B)
--------demo6.txt(388B)
--------demo5.txt(104B)
--------demo1.txt(410B)
----.idea()
--------.gitignore(176B)
--------misc.xml(289B)
--------workspace.xml(8KB)
--------inspectionProfiles()
--------PL0词法分析.iml(284B)
--------modules.xml(282B)
----PL0_System.py(8KB)
----Result()
--------6.txt(4KB)
--------4.txt(2KB)
--------8.txt(4KB)
--------3.txt(7KB)
--------5.txt(2KB)
--------7.txt(4KB)
--------1.txt(4KB)
--------2.txt(4KB)

网友评论