Unify generator
and builder
in traverse/visit abstractions.
#239
Labels
code quality
Improving the quality of the code, and dev experience
Milestone
The arguments
generator
andbuilder
are always passed together when compiling.It would make sense to unify these into one argument, and additionally include some quality of life methods for our specific use case.
Examples include:
builder.if_else( .. )
that can handleResult
typesThe text was updated successfully, but these errors were encountered: