本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
isprogram
/
tree-sitter-c
镜像来自
https://github.com/tree-sitter/tree-sitter-c
關注
1
收藏
0
複製
0
程式碼
問題
0
Projects
0
版本發佈
79
Wiki
活動
瀏覽代碼
⬆️
tree-sitter-cli
pull/8/head
Max Brunsfeld
8 年之前
父節點
a2bbfc6bdc
當前提交
01ef6260cd
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package.json
+1
-1
src/parser.c
+ 1
- 1
package.json
查看文件
@ -14,7 +14,7 @@
"nan"
:
"^2.4.0"
}
,
"devDependencies"
:
{
"tree-sitter-cli"
:
"^0.10.
0
"
"tree-sitter-cli"
:
"^0.10.
1
"
}
,
"scripts"
:
{
"build"
:
"tree-sitter generate && node-gyp build"
,
+ 1
- 1
src/parser.c
查看文件
@ -5,7 +5,7 @@
#
pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#
endif
#
define LANGUAGE_VERSION
5
#
define LANGUAGE_VERSION
6
#
define STATE_COUNT 1707
#
define SYMBOL_COUNT 202
#
define ALIAS_COUNT 18
Write
Preview
Loading…
取消
儲存