Support for using processors #17
Labels
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
🧒 semver/minor
This is backwards-compatible change
🦋 type/enhancement
This is great to have
Take the following example:
Currently, the last line doesn’t work, we have to replace it with:
...which is okay for two lines but when using many plugins it becomes
cumbersome, and hampers reusability.
If passing a processor to
use
would be supported we walk into a newproblem though: the given processor, if it has a parser or compiler,
would overwrite the origin parser/compiler with them. That’s OK for
the compiler (I think?) but not for the parser.
The text was updated successfully, but these errors were encountered: