Skip to content

Releases: tomdodd4598/Dodd-Simple-Stack-Language

DSSL-4.2

16 Dec 04:44
Compare
Choose a tag to compare

Renamed $consts to $const, removed Iter .sum and .product methods (add to or multiply with element on top of stack using .forEach instead).

DSSL-4.1

13 Dec 21:15
Compare
Choose a tag to compare

Bug fixes, sets and dictionaries respect overloaded == and hash, and new built-in methods.

DSSL-4.0

11 Dec 06:30
Compare
Choose a tag to compare

Added iterators, extensions, generalised member access logic, new keywords, more built-in methods and more built-in modules.

DSSL-3.0

16 Feb 15:36
Compare
Choose a tag to compare

Added macros, inheritance, operator overloading, modules and built-in methods.

DSSL-2.0

27 Jan 12:46
Compare
Choose a tag to compare

Added classes, importing and natives.

DSSL-1.0

19 Mar 18:24
Compare
Choose a tag to compare

Initial build.