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
- Host: GitHub
- URL: https://github.com/andimiller/typesafe-query-and-transform-language
- Owner: andimiller
- Created: 2018-03-21T18:38:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T00:17:01.000Z (about 7 years ago)
- Last Synced: 2025-01-18T20:58:55.356Z (5 months ago)
- Language: Scala
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.htmlFor more information on the sbt-dotty plugin, see the
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).