RustPython-Parser/ast
Micha Reiser 192379cede
Move range from Attributed to Nodes (#22)
* Move `range` from `Attributed` to `Node`s

* No Attributed + custom for Range PoC

* Generate all located variants, generate enum implementations

* Implement `Copy` on simple enums

* Move `Suite` to `ranged` and `located`

* Update tests
---------

Co-authored-by: Jeong YunWon <jeong@youknowone.org>
2023-05-15 15:08:12 +09:00
..
src Move range from Attributed to Nodes (#22) 2023-05-15 15:08:12 +09:00
asdl.py Add python lint 2023-05-06 14:34:31 +09:00
asdl_rs.py Move range from Attributed to Nodes (#22) 2023-05-15 15:08:12 +09:00
Cargo.toml Move range from Attributed to Nodes (#22) 2023-05-15 15:08:12 +09:00
Python.asdl Update Python.asdl from CPython 3.11.1 2023-02-21 12:19:51 +09:00