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

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 (自制脚本语言)

Awesome Lists containing this project

README

          

# 开发你的脚本语言

- [00_概念](00_概念/README.md)

- [01_设计程序语言](01_设计程序语言/README.md)

- 02_词法分析器

- 03_抽象语法树

- 04_设计语法分析器

- 05_测试执行

- 06_扩展——添加函数功能