Skip to content

Releases: verhas/jScriptBasic

release 2.1.1

20 Aug 16:17
Compare
Choose a tag to compare

JSR interface now returns the output as a string

2.1.0

19 Jan 17:09
Compare
Choose a tag to compare

Delivering : as command separator and other improvements.

v2.0.0

18 Jan 13:06
Compare
Choose a tag to compare

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.

Experimental Java 9 version

04 Dec 13:45
Compare
Choose a tag to compare

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.

1.0.4 supporting interface version 2

01 Dec 15:10
Compare
Choose a tag to compare

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