Skip to content

Releases: ObjectPascalInterpreter/BookPart_3

Rhodus 3.0.3.0

Choose a tag to compare

@hsauro hsauro released this 05 Dec 19:58

This release updates the interpreter and IDE. The IDE now uses TImage32 for graphics and the graphics capabilities have been extended with a number of new sample scripts. Started to add support to enable runtime errors to report the line number in the source code. Some minor fixes to the interpreter itself.

Minor update to 3.0.3, forgot to update the examples.json file.

Choose a tag to compare

@hsauro hsauro released this 06 Dec 01:24

This release updates the interpreter and IDE. The IDE now uses TImage32 for graphics and the graphics capabilities have been extended with a number of new sample scripts. Started to add support to enable runtime errors to report the line number in the source code. Some minor fixes to the interpreter itself. Updates the examples for the rhodusIDE and adds another method "line(penColor, x1,y1,x2y,y2)" function, otherwise it's the same as 3.0.3.0

Rhodus 3.0.2.2

Rhodus 3.0.2.2 Pre-release
Pre-release

Choose a tag to compare

@hsauro hsauro released this 19 Nov 21:54

This fixes a number of bugs and includes a basic graphics library for the IDE. See the example script that loads when the IDE is started.

Rhodus 3.0.2.0 Embedded Version

Pre-release

Choose a tag to compare

@hsauro hsauro released this 07 Nov 03:27

This release includes array support, bug fixes, general clean up and the first release of an embeddable version in the form of a DLL. A very simple GUI example that uses the DLL is provided with RhodusIDE.

Rhodus 3.0.1.2

Rhodus 3.0.1.2 Pre-release
Pre-release

Choose a tag to compare

@hsauro hsauro released this 14 Oct 01:05

Rewritten repl, start of array support, module support appears to be working ok. The parser has been updated along with the AST generator. New repl command showtree and showcode

Rhodus 3.0.0.5 (Windows)

Pre-release

Choose a tag to compare

@hsauro hsauro released this 28 Sep 19:29

Further improvements to the error reporting, fixed some leaks when there were syntax errors. Added improved color support, setColor now recognizes web colors, eg setColor("Aquamarine"). A list of colors can be found at https://en.wikipedia.org/wiki/Web_colors. Note that Windows only allows 255 colors in total so it will interpolate if necessary. Unzip files to anywhere and run the exe file.

Rhodus 3.0.0.4: Fixed path issue.

Pre-release

Choose a tag to compare

@hsauro hsauro released this 26 Sep 00:23

Unzip the files into a convenient location (anywhere will do). Run the RhodusVersionThreeProject.exe. To run the tests, run tests at the Rhodus console. There are many samples in the sampleScripts directory.

Rhodus 3.0.0.3

Rhodus 3.0.0.3 Pre-release
Pre-release

Choose a tag to compare

@hsauro hsauro released this 23 Sep 19:04

This fixes the help system when using eg ?math.sin and significantly improves error reporting during parsing.

First release of Rhodus 3.0.0.1

Pre-release

Choose a tag to compare

@hsauro hsauro released this 23 Sep 02:28

This is the first release for the Rhodus interpreter Part III