瀏覽代碼
chore: generate
pull/134/head
Amaan Qureshi
3 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: E67890ADC4227273
共有
3 個檔案被更改,包括
41833 行新增 和
41221 行删除
-
src/grammar.json
-
src/node-types.json
-
src/parser.c
|
|
|
@ -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", |
|
|
|
|
|
|
|
@ -1116,7 +1116,7 @@ |
|
|
|
}, |
|
|
|
"consequence": { |
|
|
|
"multiple": false, |
|
|
|
"required": true, |
|
|
|
"required": false, |
|
|
|
"types": [ |
|
|
|
{ |
|
|
|
"type": "_expression", |
|
|
|
|