dc10.scala.ScalaFile.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 java.nio.file.Path
case class ScalaFile(path: Path, contents: List[Statement])
object ScalaFile:
extension (file: ScalaFile)
def addParent(path: Path): ScalaFile =
file.copy(path = path.resolve(file.path))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy