dmytromitin / dotty-patched   3.2.1

Apache License 2.0 GitHub

Eval library and patched Scala-3/Dotty compiler. Evaluating source code and trees at compile time hacking multi-staging programming

Scala versions: 3.x

eval 0.1


Group ID:
com.github.dmytromitin
Artifact ID:
eval_3
Version:
0.1
Release Date:
Oct 30, 2022
Licenses:
Files:

libraryDependencies += "com.github.dmytromitin" %% "eval" % "0.1"

Mill build tool

ivy"com.github.dmytromitin::eval:0.1"

Scala CLI

//> using dep "com.github.dmytromitin::eval:0.1"

Ammonite REPL

import $ivy.`com.github.dmytromitin::eval:0.1`

<dependency>
  <groupId>com.github.dmytromitin</groupId>
  <artifactId>eval_3</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.dmytromitin', name: 'eval_3', version: '0.1'