Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mowtwo/tiny-script
https://github.com/mowtwo/tiny-script
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mowtwo/tiny-script
- Owner: mowtwo
- License: mit
- Created: 2022-05-17T05:41:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T06:22:37.000Z (over 2 years ago)
- Last Synced: 2024-05-31T15:36:58.693Z (5 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-script
一个简单的脚本解释器计划,目前实现了四则运算解析部分## 组成
- lib
- lexer 词法解析
- m-asm 字节码生成器
- m-vm 虚拟机
- parser 语法解析
- index 模块导出