The Scala compiler plug-in to convert ordinary Scala control flows to continuation-passing style, which will then be interpreted by Dsl.
A Scala compiler plug-in to enable !-notation for every methods and functions.
A Scala compiler plug-in to enable !-notation for every methods and functions.
Add the following setting in your build.sbt
to enable this plug-in.
// build.sbt
addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "latest.release")
杨博 (Yang Bo)
All @reset
annotations are not neseccary if this ResetEverywhere plug-in is enabled.
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)