Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeromake/tree-sitter-ns


https://github.com/zeromake/tree-sitter-ns

Last synced: about 1 month ago
JSON representation

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 变量生成另一个变量表达式)