Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decaf-lang/minidecaf

The MiniDecaf compilers.
https://github.com/decaf-lang/minidecaf

Last synced: about 2 months ago
JSON representation

The MiniDecaf compilers.

Awesome Lists containing this project

README

        

# minidecaf
2020 年《编译原理》基础实验参考代码仓库。

助教提供的参考代码放在不同 git branch 上,
具体请看[实验指导书](https://decaf-lang.github.io/minidecaf-tutorial/docs/ref/intro.html)。

相关链接
* [实验指导书](https://decaf-lang.github.io/minidecaf-tutorial/)
* [实验测例](https://github.com/decaf-lang/minidecaf-tests)

# REFERENCE
* [nqcc](https://github.com/nlsandler/nqcc)