From 1f13c769f57d4670cee462b6cf741efb5f5a8cd6 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Wed, 24 Nov 2021 10:27:00 +0100 Subject: feat: adds `replFrege` task --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index df2e101..94364a1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Optional configuration parameters inside `build.gradle`: - **setupFrege**: Downloads the specified version of the Frege compiler. - **compileFrege**: All your `*.fr` files in `mainSourceDir` get compiled to `outputDir`. - **runFrege**: Runs the Frege module specified by `mainModule`. Alternatively you can also pass the main module by command line, e.g: `gradle runFrege --mainModule=my.mod.Name`. +- **replFrege**: Starts the Frege REPL with the Frege compiler, `outputDir` and specified `dependencies` on the classpath. ### Compile Dependencies -- cgit