Skip to content

Commit 89ea4b8

Browse files
committed
Python: Regenerate parser files
1 parent 9c91390 commit 89ea4b8

File tree

3 files changed

+31626
-34089
lines changed

3 files changed

+31626
-34089
lines changed

python/extractor/tsg-python/tsp/src/grammar.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,11 @@
11691169
"members": [
11701170
{
11711171
"type": "STRING",
1172-
"value": "except*"
1172+
"value": "except"
1173+
},
1174+
{
1175+
"type": "STRING",
1176+
"value": "*"
11731177
},
11741178
{
11751179
"type": "SEQ",

python/extractor/tsg-python/tsp/src/node-types.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3964,10 +3964,6 @@
39643964
"type": "except",
39653965
"named": false
39663966
},
3967-
{
3968-
"type": "except*",
3969-
"named": false
3970-
},
39713967
{
39723968
"type": "exec",
39733969
"named": false

0 commit comments

Comments
 (0)