Support additional ops for Quote transformations. #177
Labels
AST-scope
AST elements for the quote system
documentation
Improvements or additions to documentation
enhancement
New feature or request
Currently, quote transformations are limited to
Transform.replace
which replaces a returned node by a list of declarations. There is an additional set of operations that we would like transformation to be used on.We would like to support further transformations:
Diagnostic
that the compiler should present to the userWe should do one PR per transform and ensure these transformations are tested with the
quoteOutputMatches
combinators in the testing library. The testing library would need to receive a few additional algebras to verify produced sources in thenewSources
transformThe text was updated successfully, but these errors were encountered: