com.thoughtworks.dsl.compilerplugins
The Scala compiler plug-in to convert ordinary Scala control flows to continuation-passing style, which will then be interpreted by Dsl.
// In your build.sbt addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "latest.release")
杨博 (Yang Bo)
(Since version 2.11) use Plugin#init instead
The Scala compiler plug-in to convert ordinary Scala control flows to continuation-passing style, which will then be interpreted by Dsl.
Usage
Author:
杨博 (Yang Bo)