liufengyun / gestalt

gestalt : portable and solid macros for Scala
https://github.com/scalacenter/macros
31 stars 3 forks source link

support multi-param blocks #65

Closed liufengyun closed 7 years ago

liufengyun commented 7 years ago

The multi-param block support is fixed in https://github.com/liufengyun/dotty/commit/b2a85c4e4b350eae82d135fc62aae99684085b0c. The commit also refactor macro expansion to minimise changes to the compiler core.