py-tree-sitter 该模块提供了到解析库的Python绑定。 安装 该软件包当前仅适用于Python3。没有库依赖性,但是您确实需要安装C编译器。 pip3 install tree_sitter 用法 设置 首先,您需要为要解析的每种语言提供Tree-sitter语言实现。 您可以克隆一些也可以: git clone https://github.com/tree-sitter/tree-sitter-go git clone https://github.com/tree-sitter/tree-sitter-javascript git clone https://github.com/tree-sitter/tree-sitter-python 使用Language.build_library方法将它们编译成可从Python使用的库。 如果自上次修改其源代码以来已
2022-06-23 13:06:15 17KB python tree-sitter binding C
1
树保姆 用于stree sitter的GDScript语法。 去做 格式说明符 陈述 setget 出口 const 信号 文字 @“ NodePath / StringName” $ node和$“ ../ node” 经营者 是 如 关键字陈述 断点 可变属性 现成的 这些可以在“导出”之后或在“ var”之前 远程[同步] 主[同步] 人偶[同步] 功能属性 静态的 远程[同步] 主[同步] 人偶[同步] 复合陈述 比赛 枚举 继承类的构造函数 表达 调用基类函数
2021-02-01 19:06:38 77KB atom tree-sitter godot godot-engine
1