An open API service indexing awesome lists of open source software.

https://github.com/andimiller/typesafe-query-and-transform-language


https://github.com/andimiller/typesafe-query-and-transform-language

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## sbt project cross-compiled with Dotty and Scala 2

### Usage

This is a normal sbt project, you can compile code with `sbt compile` and run it
with `sbt run`, `sbt console` will start a Dotty REPL. For more information on
cross-compilation in sbt, see http://www.scala-sbt.org/0.13/docs/Cross-Build.html

For more information on the sbt-dotty plugin, see the
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).