Add START and END constants to std (#6270)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-14 20:37:45 +12:00
committed by GitHub
parent 8f487a441b
commit 7d7b153085
130 changed files with 2741 additions and 2292 deletions

View File

@ -3904,13 +3904,20 @@ description: Result of parsing gear.kcl
"type": "Name"
},
{
"abs_path": false,
"commentStart": 0,
"end": 0,
"raw": "'END'",
"name": {
"commentStart": 0,
"end": 0,
"name": "END",
"start": 0,
"type": "Identifier"
},
"path": [],
"start": 0,
"type": "Literal",
"type": "Literal",
"value": "END"
"type": "Name",
"type": "Name"
}
],
"callee": {