ソースを参照

chore: generate

pull/134/head
Amaan Qureshi 3年前
コミット
f0db9dfc82
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E67890ADC4227273
3個のファイルの変更41833行の追加41221行の削除
  1. +14
    -6
      src/grammar.json
  2. +1
    -1
      src/node-types.json
  3. +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": true,
"required": false,
"types": [
{
"type": "_expression",

+ 41818
- 41214
src/parser.c
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存