文件名称:SLR-Parser:一个SLR解析器,它将解析令牌的输入数组并生成一个解析树。 该程序用C语言编写
文件大小:22KB
文件格式:ZIP
更新时间:2024-05-31 10:16:14
C
单反解析器 使用自底向上的SLR方法基于输入语法来分析令牌的输入数组 有关如何使用文件以及工作示例的说明,请参见下面的链接: 许可证
【文件预览】:
SLR-Parser-master
----LinkedList.h(802B)
----ParseTree.h(1KB)
----Create_object.h(117B)
----SLRParser_Example.c(3KB)
----Follow.c(7KB)
----ParseTree.c(6KB)
----.gitmodules(0B)
----Closure.c(8KB)
----SLRParser.c(3KB)
----Automaton.c(4KB)
----ParseTable.h(969B)
----Stack.c(2KB)
----stdafx.h(305B)
----Follow.h(484B)
----SLRParser.h(500B)
----Create_object.c(213B)
----First.c(7KB)
----Stack.h(374B)
----Class_Generic.h(182B)
----Closure.h(1KB)
----README.md(324B)
----LinkedList.c(1KB)
----Automaton.h(401B)
----ParseTable.c(9KB)
----.gitignore(25B)
----First.h(492B)
----targetver.h(306B)
----Grammar.c(7KB)
----Grammar.h(2KB)