diff options
author | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-11-24 10:27:00 +0100 |
---|---|---|
committer | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-11-24 10:27:00 +0100 |
commit | 1f13c769f57d4670cee462b6cf741efb5f5a8cd6 (patch) | |
tree | 8f701a527ec89459f400fffd3dba8632da29fc8d /README.md | |
parent | 4f287790c285a1503bc05d75e1561de122f9a79e (diff) | |
download | frege-gradle-plugin-1f13c769f57d4670cee462b6cf741efb5f5a8cd6.tar.gz frege-gradle-plugin-1f13c769f57d4670cee462b6cf741efb5f5a8cd6.tar.bz2 frege-gradle-plugin-1f13c769f57d4670cee462b6cf741efb5f5a8cd6.zip |
feat: adds `replFrege` taskf-repl-task
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |