Age | Commit message (Collapse) | Author |
|
|
|
|
|
Implementation Dependency Configuration
|
|
e.g:
```groovy
dependencies {
implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT'
}
```
|
|
Dependent Frege Files
|
|
If a Frege module A depends on Frege module B, then you need to
compile with the `-make` flag so that the compiler resolves the
dependencies and compiles the module B before the module A.
|
|
Incremental Build and Cache Support
|
|
|
|
Frege Compiler Flags
|
|
|
|
|
|
|
|
RunFrege Task
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setups missing java 11 in the github workflow
|
|
|
|
- Uses the builder pattern to simplify the creation of `build.gradle` test
files.
- Adds `gradlew clean test` github workflow
|
|
Upgrades gradle-wrapper to version `7.1`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- update wrapper to 2.12
- fix sourcedirectory setup
- add integTest coverage for 2.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TODO fix fregedoc task for mixed java + frege sources
|
|
|
|
|
|
- test coverage for #15
|
|
|
|
- fixes issue #30
|