https://github.com/donydchen/postfix
A simple tutorial program of Compiler.
https://github.com/donydchen/postfix
Last synced: 10 months ago
JSON representation
A simple tutorial program of Compiler.
- Host: GitHub
- URL: https://github.com/donydchen/postfix
- Owner: donydchen
- Created: 2016-01-09T14:28:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T09:07:13.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T05:41:55.821Z (12 months ago)
- Language: Java
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Postfix
## 项目介绍
SYSU 2015 Compiler Project 1
## 文件介绍:
* 项目的介绍文档以及完成文档都在manual文件夹中;
* compare.bat文件用于执行判断有无尾递归Parser的性能的差异的脚本,最终得到的结果存储于文件result.txt中;
* plotResult.py文件是对result.txt进行数据可视化展示的脚本,具体运行方法清参照design.docx文档中的数据分析结果展示部分;
* panic.bat文件是用于执行对Parser进行恐慌模式错误恢复的脚本。