An open API service indexing awesome lists of open source software.

https://github.com/frege/frege-interpreter

Frege Interpreter
https://github.com/frege/frege-interpreter

Last synced: 11 months ago
JSON representation

Frege Interpreter

Awesome Lists containing this project

README

          

# Frege Interpreter [![Build Status](https://travis-ci.org/Frege/frege-interpreter.svg)](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/