https://github.com/frege/frege-interpreter
Frege Interpreter
https://github.com/frege/frege-interpreter
Last synced: 11 months ago
JSON representation
Frege Interpreter
- Host: GitHub
- URL: https://github.com/frege/frege-interpreter
- Owner: Frege
- Created: 2012-11-10T20:43:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T18:50:04.000Z (about 6 years ago)
- Last Synced: 2025-01-08T11:47:07.560Z (over 1 year ago)
- Language: Frege
- Homepage:
- Size: 8.11 MB
- Stars: 15
- Watchers: 7
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frege Interpreter [](https://travis-ci.org/Frege/frege-interpreter)
This is an interpreter for Frege.
Frege REPL and [Online REPL](http://try.frege-lang.org/) make use of this to provide an interactive
environment on terminal as well as on the browser.
#### JSR 223 Scripting support ####
This project also implements JSR 223, a scripting engine for Frege.
### How to get frege-interpreter? ###
**Build from sources**
Checkout this project and then from project root, run ```./gradlew install```
**Binary**
Under releases page [here](https://github.com/Frege/frege-interpreter/releases).
## Continuous Integration
Travis: https://travis-ci.org/Frege/frege-interpreter/
Sonatype: https://oss.sonatype.org/content/groups/public/org/frege-lang/