inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
107 stars 25 forks source link

pass *args and **kwargs through mappers #3

Closed dham closed 9 years ago

dham commented 9 years ago

Cause mappers to pass through additional arguments more consistently. This facilitates the subclassing of mappers. For example, one can implement a subclass of stringify which automatically indents code. This requires the current indentation level to be passed through the mapper.

inducer commented 9 years ago

Thanks! :)

inducer commented 9 years ago

Btw, do you need this in a release sometime soon?

dham commented 9 years ago

It's not mega-urgent. I'm happy tracking master. We might still come up with more changes in the course of doing FInAT