1.1.1-SNAPSHOT
mmhelloworld
released this
12 Dec 08:10
·
79 commits
to master
since this release
Last Snapshot Update: Mar 03, 2015
Release Notes
- Fix #16
- Support for multiple terminals (System console, JLine, GUI)
- Upgrade to Frege 3.22.367-g2737683
- Introduce
:set
and:unset
commands to change compiler flags - groupId is now
org.frege-lang
- Add launcher scripts
frepl
- plain old command line REPLfreplj
- JLine enabled REPL, supports command line historyfreplg
- Graphic REPL, Better unicode support (for windows users)- JVM options can be passed with JAVA_OPTS environment variable:
export JAVA_OPTS="-Xss4m -Xmx1g"