Programming language for distributed systems & p2p
Go to file
2021-02-25 16:57:27 +03:00
project First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00
src Added type argument to parsers 2021-02-25 16:57:27 +03:00
.gitignore First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00
.scalafmt.conf Basic FuncSpec 2021-02-25 15:50:42 +03:00
build.sbt FuncOp progress 2021-02-24 18:57:41 +03:00
README.md First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00

sbt project compiled with Dotty

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 the sbt-dotty plugin, see the dotty-example-project.