ZKLlab / compiler-principle-project

[WIP] A naive PL/0 compiler for a Compiler Principle course. 编译原理 PL/0 编译器.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译原理 PL/0 编译器

A naive PL/0 compiler for a Compiler Principle course.


CI:

CMake

进度:

  • 识别标识符
  • 词法分析
  • 语法分析
  • 语义分析
  • 中间代码生成
  • 代码优化
  • PL/0 虚拟机 *
  • PL/0++ *

许可证:

MIT

About

[WIP] A naive PL/0 compiler for a Compiler Principle course. 编译原理 PL/0 编译器.

License:MIT License


Languages

Language:C++ 97.2%Language:CMake 2.8%