Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeromake/tree-sitter-ns
https://github.com/zeromake/tree-sitter-ns
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeromake/tree-sitter-ns
- Owner: zeromake
- License: mit
- Created: 2023-12-13T10:38:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-02T10:39:45.000Z (11 months ago)
- Last Synced: 2024-03-01T13:38:14.935Z (10 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## tree-sitter-ns
onscripter 游戏脚本的解析器(不是解密用的)
## TODO
- [x] 标签
- [x] 注释
- [x] 变量
- [ ] 文本内容
- [ ] if
- [x] int 比较
- [x] 字符串比较
- [x] 变量表达式比较
- [ ] for
- [x] 命令表达式
- [ ] 常量参数
- [x] 字符串
- [x] 数字
- [x] 颜色
- [x] 变量参数
- [x] 数值下标参数
- [x] label 参数
- [x] 第一个参数为字符串可以不加空格分割
- [ ] 常量表达式参数(字符串拼接)
- [x] 变量表达式参数(使用 int 变量生成另一个变量表达式)