Skip to content

Releases: RauliL/plorth

Not just output anymore

20 Apr 22:36
v1.0.0-alpha.8
ded14c4
Compare
Choose a tag to compare
Pre-release

Plorth has been missing very important feature for a very long time: Reading something from standard input. Well, not anymore, as you can read UTF-8 encoded text from standard input with read and nread words found from the global dictionary.

Improved comment parsing

18 Dec 21:16
v1.0.0-alpha.6
e3ce4e0
Compare
Choose a tag to compare
Pre-release

Fixed critical issue in parsing of comments. Oh yeah, and also includes improvements in source code position tracking.

Improved error reporting

17 Dec 17:04
v1.0.0-alpha.5
3112b71
Compare
Choose a tag to compare
Pre-release

Errors now include information about the position in source code on which they occurred.

Reflection - uoᴉʇɔǝlɟǝɹ

26 Aug 18:23
Compare
Choose a tag to compare
Pre-release

Introduce new reflection API with it's own data types symbols and words.

Integers are back

20 Aug 20:32
Compare
Choose a tag to compare
Integers are back Pre-release
Pre-release

Multiple bug fixes and reintroduction of integer numbers.

Now with 100% modules

16 Aug 22:04
Compare
Choose a tag to compare
Now with 100% modules Pre-release
Pre-release

Contains support for modules and some bug fixes.

Complete redesign of the language

15 Aug 19:40
Compare
Choose a tag to compare
Pre-release
  • Add improved Unicode support.
  • Simplify data types by dropping support for large numbers and
    integers. (At least for now.)
  • Rewrite interpreter in STL style.

v0.0.1: Fix pop methods

12 Aug 18:59
Compare
Choose a tag to compare
Pop methods in execution context don't pop values from the stack if they
are not expected type.