Releases: Frege/frege-interpreter
Releases · Frege/frege-interpreter
1.3-SNAPSHOT
Release notes
- Upgrade to Frege 3.23.450-SNAPSHOT
- Better error messages
- 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
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
- Upgrade to the latest Frege 3.21.440-gd7ba043
- Support for sandboxed input/output
Frege Interpreter, JSR 223 implementation
- Fix
source
in the generated Java file to have a file name instead of the actual Frege source. - 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.
- Support multi-line expressions
- Upgrade Frege version to 3.21.297 g6b54457
- A Java proxy to easily implement interfaces in Frege
JSR 223 - Scripting with Frege
Initial JSR 223 implementation for Frege.