Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Release-Candidate/flix-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This repository has been moved to Codeberg: codeberg.org/Release-Candidate/flix-test

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

Releases

No releases published

Packages

No packages published