Skip to content

Releases: penavon/BookPart2

Missing symbols command

20 Mar 18:20
cc69b14
Compare
Choose a tag to compare

I forgot to add back the symbols command when refactoring the console code.

Release 1.0 Rhodus Interpreter

15 Mar 01:38
Compare
Choose a tag to compare

This is the first public binary release of the Rhodus Interpreter Version 1. This only supports running scripts from the built-in console and is meant as a means to easily try out the language. Note this release doesn't include the tests, so if you try running the test you'll get path not found. These will be available once I create a proper binary installer.

Refactored the console code and fixed Ctrl-C which I had broken

19 Mar 00:49
7107be7
Compare
Choose a tag to compare

There was no 1.02 release but 1.03 includes 1.02 refactoring of the console code and a fix to the CTRL-C code which I had broken in 1.02.

Now includes a proper installer

15 Mar 22:05
7107be7
Compare
Choose a tag to compare

This release now includes a proper installer. It installs the test and sample scripts. The console itself has been updated to include new commands: cd, pwd, samples, and rhoduspath