RustPython / Parser

MIT License
67 stars 24 forks source link

Add all node classes to ast module #40

Closed youknowone closed 1 year ago

youknowone commented 1 year ago

Currently only simple value unit types are missing under our ast module.

By adding a few unit types, it now matches to python ast module better. This is useful to work on python side.

@MichaReiser Do you want to have a feature to hide them by default from module namespace?