Skip to content

Commit

Permalink
Python: Regenerate parser files
Browse files Browse the repository at this point in the history
  • Loading branch information
tausbn committed Oct 22, 2024
1 parent 9c91390 commit 89ea4b8
Show file tree
Hide file tree
Showing 3 changed files with 31,626 additions and 34,089 deletions.
6 changes: 5 additions & 1 deletion python/extractor/tsg-python/tsp/src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,11 @@
"members": [
{
"type": "STRING",
"value": "except*"
"value": "except"
},
{
"type": "STRING",
"value": "*"
},
{
"type": "SEQ",
Expand Down
4 changes: 0 additions & 4 deletions python/extractor/tsg-python/tsp/src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -3964,10 +3964,6 @@
"type": "except",
"named": false
},
{
"type": "except*",
"named": false
},
{
"type": "exec",
"named": false
Expand Down
Loading

0 comments on commit 89ea4b8

Please sign in to comment.