mwchase / python-structured-data

MIT License
2 stars 0 forks source link

Provide API to create custom ProcessorLists and pass them to Matchable #10

Closed mwchase closed 6 years ago

mwchase commented 6 years ago

I want to allow the matching code to replace some of the "Visitor" code I have in Homunculus, and that means having the ability to define custom destructuring logic for external classes. It doesn't make sense to put the custom code into Structured Data, so I need a way to expose my weird APIs, maybe need to touch them up some.

mwchase commented 6 years ago

Deferred.