Skip to content

Update ANTLR and language definition files

Latest
Compare
Choose a tag to compare
@T45K T45K released this 12 Jan 03:34
967bb98

to handle the latest Python (3.12)

Breaking change

Python function range is changed.

as-is: until the last token
to-be: until the first token of the next function def

this seems to be due to ANTLR and Python lexer and parser def update