https://github.com/doragd/compiler-front-end-python-implementation
C-- Compiler Front End (Determining and minimizing finite automata, Recursive descent parser, LL(1) parser, Tokenizer)
https://github.com/doragd/compiler-front-end-python-implementation
compiler parser tokenizer
Last synced: 8 months ago
JSON representation
C-- Compiler Front End (Determining and minimizing finite automata, Recursive descent parser, LL(1) parser, Tokenizer)
- Host: GitHub
- URL: https://github.com/doragd/compiler-front-end-python-implementation
- Owner: Doragd
- Created: 2019-05-08T02:24:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T02:30:23.000Z (almost 7 years ago)
- Last Synced: 2025-03-20T22:23:18.215Z (11 months ago)
- Topics: compiler, parser, tokenizer
- Language: Python
- Size: 2.33 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 使用Python实现的C--语言编译器前端
* 内容列表
* Tokenizer
* 词法分析器(报告,源码,样例)
* recDescParser
* 递归下降分析程序(报告,源码,样例)
* LL(1) parser
* LL(1)分析程序(报告,源码,样例)
* Finite automaton
* 有限自动机的确定及最小化(报告,源码,样例)