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

https://github.com/laixintao/pointerpascal

A simple compiler for beginners.
https://github.com/laixintao/pointerpascal

Last synced: 8 months ago
JSON representation

A simple compiler for beginners.

Awesome Lists containing this project

README

          

#PointerPascal

This is a simple compiler for Pascal,write by c++.

You can learn the compilers' principles,techniques and tools from it.For more Information,please click my blog:http://kawabangga.com (chinese)

#PointerPascal 编译器

我打算在这学期的编译原理课程中写一个简单的编译器。使用的语言是 C++,关于详细的开发过程和编译器相关知识,可以在我的博客上查看更多信息。http://kawabangga.com

## to do

- [ ] 语言实现的词法分析器不能对照符号表,只能分析单词种类

- [ ] 词法分析器要实现变量名查重功能