I'd like to get this merged into SymPy.
As you may know, I'm working on a project to improve the code generation in SymPy. Based on my analysis of what's out there (which somehow completely missed this) I came to the conclusion myself that we need something exactly like this, an AST representation of high-level code objects.
So my questions are:
- Do you agree that this should be merged into SymPy?
- Are there any things here that you would change (especially API-wise)? Reading through the code, nothing has stood out to me yet as something that I would do differently (OK, one minor thing, but it's trivial to change).
- Technically, how should the merge happen?
- Are there any other points of advice or comments for code generation that you have?
I'd like to get this merged into SymPy.
As you may know, I'm working on a project to improve the code generation in SymPy. Based on my analysis of what's out there (which somehow completely missed this) I came to the conclusion myself that we need something exactly like this, an AST representation of high-level code objects.
So my questions are: