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.
- Host: GitHub
- URL: https://github.com/laixintao/pointerpascal
- Owner: laixintao
- Created: 2015-03-31T15:04:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T03:25:26.000Z (over 10 years ago)
- Last Synced: 2025-02-23T00:12:05.161Z (8 months ago)
- Language: C
- Size: 488 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
- [ ] 语言实现的词法分析器不能对照符号表,只能分析单词种类
- [ ] 词法分析器要实现变量名查重功能