RustPython-Parser/ast
Daniel Chiquito 649fdd4be9 Fix type param order during source location
There is a `debug_assert!` during source location which verifies that
there is no backtracking during the location scanning process. Type
params were being folded after everything else, which required a
backtrack. This caused any code with function or class type parameters
to break when run in debug mode.
2024-05-12 16:09:30 +09:00
..
src Fix type param order during source location 2024-05-12 16:09:30 +09:00
asdl.py Add python lint 2023-05-06 14:34:31 +09:00
asdl_rs.py Rename unconventional nodes (#74) 2023-06-17 01:54:00 +09:00
Cargo.toml Clean up Cargo.toml and bump dependency versions (#104) 2023-10-03 20:50:52 +09:00
Python.asdl Update Python ASDL for Python 3.12 2023-07-10 13:15:17 -05:00