Release-Candidate / flix-test

Some random stuff using Flix https://flix.dev/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flix Test

Some random Flix stuff.

Usage

Dependencies

Build targets

  • display help: java -jar flix.jar --help
  • initialize a new project: java -jar flix.jar init
  • open a REPL of the project: java -jar flix.jar repl
  • typecheck the project: java -jar flix.jar check
  • run the program: java -jar flix.jar run
  • run the tests: java -jar flix.jar test
  • compile sources: java -jar flix.jar build
  • generate a Jar: java -jar flix.jar build-jar

License

Everything in this repository is licensed unter Apache 2.0, see file ./LICENSE.md

About

Some random stuff using Flix https://flix.dev/.

License:Apache License 2.0