An open API service indexing awesome lists of open source software.

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.

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进行恐慌模式错误恢复的脚本。