Argument-Clinic / cpython

The Python programming language
https://www.python.org/
Other
1 stars 0 forks source link

Break out the DSL parser and the code generator #4

Open erlend-aasland opened 1 year ago

erlend-aasland commented 1 year ago

I think it would help readability and maintainability to split the DSL parser and the code generator into separate libraries. Currently, when you're browsing through the code, it's hard to keep track on which pass you are working on.

erlend-aasland commented 9 months ago

cc. @corona10