RustPython / Parser

MIT License
66 stars 24 forks source link

Update to the latest ASDL #93

Closed zanieb closed 11 months ago

zanieb commented 12 months ago

Uses to latest ASDL to generated code for handling of new generic type syntax. Note this does not otherwise attempt to add handling for the new syntax, the new fields should always be empty.

Required for https://github.com/RustPython/Parser/issues/82

zanieb commented 12 months ago

@youknowone this should be ready now if you could approve the workflow again

MichaReiser commented 11 months ago

@youknowone this looks good to me. I'll go ahead and merge it by tomorrow evening (around now). Let me know if you object and I'll then defer merging too you.