Skip to content

Releases: Frege/frege-interpreter

1.3-SNAPSHOT

25 Feb 09:06
Compare
Choose a tag to compare
1.3-SNAPSHOT Pre-release
Pre-release

Release notes

  1. Upgrade to Frege 3.23.450-SNAPSHOT
  2. Better error messages
  3. Frege Script Engine bug fixes

How to get it?

Add frege-interpreter-core as a dependency. Frege script engine is also bundled with this.

Gradle:

"org.frege-lang:frege-interpreter-core:1.3-SNAPSHOT"

Maven

<dependency>
    <groupId>org.frege-lang</groupId>
    <artifactId>frege-interpreter-core</artifactId>
    <version>1.3-SNAPSHOT</version>
</dependency>

Interpreter, JSR223 Scripting Engine - Latest snapshot release

12 Dec 08:00
Compare
Choose a tag to compare

Last Snapshot update: Dec 12, 2014

Upgrade to Frege 3.21.586-g026e8d7
Fix Frege/try-frege#3
Fix Frege/frege-repl#4
Fix Frege/frege-repl#16

Interpreter, JSR223 Scripting Engine

09 Mar 07:32
Compare
Choose a tag to compare
  • Upgrade to the latest Frege 3.21.440-gd7ba043
  • Support for sandboxed input/output

Frege Interpreter, JSR 223 implementation

30 Dec 08:17
Compare
Choose a tag to compare
  1. Fix source in the generated Java file to have a file name instead of the actual Frege source.
  2. When a module is submitted on online REPL, do not just append imports (to block stdout, stderr) to the source which can cause issues when the module is closed already with braces instead after parsing, add import definitions to the parsed declarations.
  3. Support multi-line expressions
  4. Upgrade Frege version to 3.21.297 g6b54457
  5. A Java proxy to easily implement interfaces in Frege

JSR 223 - Scripting with Frege

06 Oct 06:38
Compare
Choose a tag to compare

Initial JSR 223 implementation for Frege.