소스 검색

chore: generate

pull/134/head
Amaan Qureshi 3 년 전
부모
커밋
f0db9dfc82
No known key found for this signature in database 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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


불러오는 중...
취소
저장