Skip to content

Releases: iatorm/jellyfish

Better documentation, new functionality

18 Oct 16:56
Compare
Choose a tag to compare

Added a reference table to all implemented functions and operators. Added functions R, binary j and J, unary k and K, and ?. Added operators Z and O. Changed functionality of some existing stuff, most notably x, @, c and \. Also bugfixes.

Bugfixes and consistency improvement

08 Aug 17:26
Compare
Choose a tag to compare

Many bugs, mainly in operators, have been fixed. All values now have arguments, so the _ operator is much easier to use. Integers are used in combinatorial functions, and in division when possible. Argument order is more consistent in general.

No implicit output

17 Mar 16:35
Compare
Choose a tag to compare

Removed implicit output, added some new functions.

Evaluation mode bugfix.

19 Feb 01:11
Compare
Choose a tag to compare
v0.1.1

Fixed lazy evaluation, implemented print suppress.

First release

19 Feb 00:43
Compare
Choose a tag to compare
Implemented I/O functions and iteration.

Also split parsing and pretty-printing to a separate file.