Skip to content

zhangxiaang/SimpleArithmeticCompiler

Repository files navigation

  • 旨在于熟悉编译器的词法解析,把输入分解为单独的字或者是记号
  • 语法解析的简化过程,和解析动作,也就是如何构建起一颗语法树.
  • 尝试去语意分析,尝试使用堆栈来存放变量参数以及操作符号.

About

try to implement a simple compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages