dc10.scala.dsl.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc10-scala_3 Show documentation
Show all versions of dc10-scala_3 Show documentation
A definitional compiler for generating Scala code.
package dc10.scala
import dc10.scala.predef.{Applications, Functions, Variables}
import dc10.scala.predef.datatype.{ComplexTypes, PrimitiveTypes}
import dc10.scala.predef.file.Files
import dc10.scala.predef.namespace.{Objects, Packages}
trait dsl
object dsl extends dsl
with Applications.Mixins with Functions.Mixins with Variables.Mixins
with ComplexTypes.Mixins with PrimitiveTypes.Mixins
with Files.Mixins
with Objects.Mixins with Packages.Mixins
© 2015 - 2025 Weber Informatics LLC | Privacy Policy