https://github.com/starhosea/script-language-dev
make your own scipting language (自制脚本语言)
https://github.com/starhosea/script-language-dev
compiler dsl programming-language
Last synced: 7 months ago
JSON representation
make your own scipting language (自制脚本语言)
- Host: GitHub
- URL: https://github.com/starhosea/script-language-dev
- Owner: StarHosea
- Created: 2019-10-18T08:56:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T07:52:00.000Z (over 6 years ago)
- Last Synced: 2025-05-15T08:44:32.738Z (9 months ago)
- Topics: compiler, dsl, programming-language
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 开发你的脚本语言
- [00_概念](00_概念/README.md)
- [01_设计程序语言](01_设计程序语言/README.md)
- 02_词法分析器
- 03_抽象语法树
- 04_设计语法分析器
- 05_测试执行
- 06_扩展——添加函数功能