https://github.com/johnynek/gottlob
Bazel rules for the Frege programming language
https://github.com/johnynek/gottlob
Last synced: 9 months ago
JSON representation
Bazel rules for the Frege programming language
- Host: GitHub
- URL: https://github.com/johnynek/gottlob
- Owner: johnynek
- Created: 2017-09-03T20:48:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T20:55:17.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T23:24:20.578Z (about 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gottlob
Bazel rules for the [Frege programming language](https://github.com/Frege/frege/)
These are rules that use some recent bazel features to allow clean integration of calling frege from any
language that supports Bazel's java_provider, and vice-versa.
This also may serve as an example of bazel support for a language that compiles via Java.
# Getting started
See the example in [test/BUILD](test/BUILD) or check out this repo and run:
```
bazel run test:run_hello foo bar baz
```