Skip to content

@verhas verhas released this Aug 20, 2020 · 1 commit to master since this release

JSR interface now returns the output as a string

Assets 2

@verhas verhas released this Jan 19, 2020 · 26 commits to master since this release

Delivering : as command separator and other improvements.

Assets 5

@verhas verhas released this Jan 18, 2019 · 78 commits to master since this release

New version supporting Java 11 and upwards. No modules yet. Junit5 incorporated to testing. Built-in DSL handling on the BASIC language level with the command sentence.

Assets 10

@verhas verhas released this Dec 4, 2017 · 163 commits to master since this release

This version is an experimental version that is a Java 9 module.

It also contains internal structure and language enhancements.

The method new() is not supported from BASIC any more for security reasons. Embedding applications should provide means to pass objects to BASIC.

There is a new method newRecord() that returns a new object that behaves as an automatic record adding fields as the BASIC program wants.

There is no need to have a dummy variable when you call a method through an object.

you can write obj.method() as a command. Formerly you had to have a dummy = obj.method() assignment.

Assets 2

@verhas verhas released this Dec 1, 2017 · 220 commits to master since this release

The new interface version supports methods that can accept BASIC arrays as argument

Assets 2
You can’t perform that action at this time.