使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
isprogram
/
tree-sitter-c
镜像自地址
https://github.com/tree-sitter/tree-sitter-c
关注
1
点赞
0
派生
0
代码
工单
0
项目
0
版本发布
79
百科
动态
浏览代码
chore: generate
pull/134/head
Amaan Qureshi
3 年前
父节点
d4a789bf07
当前提交
f0db9dfc82
找不到此签名对应的密钥
GPG 密钥 ID:
E67890ADC4227273
共有
3 个文件被更改
,包括
41833 次插入
和
41221 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+14
-6
src/grammar.json
+1
-1
src/node-types.json
+41818
-41214
src/parser.c
+ 14
- 6
src/grammar.json
查看文件
@ -4461,12 +4461,20 @@
"value"
:
"?"
}
,
{
"type"
:
"FIELD"
,
"name"
:
"consequence"
,
"content"
:
{
"type"
:
"SYMBOL"
,
"name"
:
"_expression"
}
"type"
:
"CHOICE"
,
"members"
:
[
{
"type"
:
"FIELD"
,
"name"
:
"consequence"
,
"content"
:
{
"type"
:
"SYMBOL"
,
"name"
:
"_expression"
}
}
,
{
"type"
:
"BLANK"
}
]
}
,
{
"type"
:
"STRING"
,
+ 1
- 1
src/node-types.json
查看文件
@ -1116,7 +1116,7 @@
}
,
"consequence"
:
{
"multiple"
:
false
,
"required"
:
tru
e
,
"required"
:
fals
e
,
"types"
:
[
{
"type"
:
"_expression"
,
+ 41818
- 41214
src/parser.c
文件差异内容过多而无法显示
查看文件
撰写
预览
正在加载...
取消
保存