This website requires JavaScript.
Explore
Help
Sign In
zzy
/
smcc
Watch
1
Star
0
Fork
0
You've already forked smcc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
smcc
/
ccompiler
/
frontend
/
lexer
History
ZZY
74f43a1ab7
stable
2025-04-01 00:13:21 +08:00
..
lexer_log.h
feat(frontend): 重构词法分析器
2025-03-23 12:13:16 +08:00
lexer.c
stable
2025-04-01 00:13:21 +08:00
lexer.h
stable
2025-04-01 00:13:21 +08:00
README.md
init basic
2025-03-05 15:45:19 +08:00
token.c
feat(frontend): 重构词法分析器
2025-03-23 12:13:16 +08:00
token.h
feat(frontend): 重构词法分析器
2025-03-23 12:13:16 +08:00
README.md
词法分析
参考LCC的此分析部分
主要使用 LL(n) 硬编码查找token