文件名称:bison_calculator:一个示例野牛编译器
文件大小:35KB
文件格式:ZIP
更新时间:2024-05-20 18:21:18
C
bison_calculator 基于示例野牛编译器-代数计算器的定义和编译示例,包括语法树的创建和评估。 档案 expression.h header file for syntax tree data structure expression.c implementation of syntax tree lexer.l Flex token specs parser.y Bison language syntax specs main.c call the Flex scanner and Bison parser to make a syntax tree, then evaluate the tree
【文件预览】:
bison_calculator-master
----expression.h(1KB)
----parser.y(1KB)
----tree.png(22KB)
----LICENSE(18KB)
----lexer.l(818B)
----README.md(2KB)
----makefile(613B)
----expression.c(999B)
----.gitignore(47B)
----tree.dot(292B)
----main.c(3KB)