Skip to content

Releases: mcmenaminadrian/riscyforth

Memory management fixes

08 Jul 20:44
6a7cde5
Compare
Choose a tag to compare

Fix memory allocations via ALLOCATE, FREE and RESIZE words
Fix tests
Assorted other fixes

General TERMIOS support

14 Jan 15:40
Compare
Choose a tag to compare

General TERMIOS support now available via TERMIOSSTRING word

Improved makefiles

27 Aug 11:43
e753193
Compare
Choose a tag to compare

Improved makefiles and a man file

Conway's Game of Life

31 Dec 19:46
Compare
Choose a tag to compare

Curses support now allows Conway's Game of Life to be played.

1.0 - full support for float words

22 Nov 12:26
Compare
Choose a tag to compare

Riscyforth moves to release 1.0 with full support for float words (as 64 bit IEEE754) in the float module.

Full Changelog: 0.7...v1.0

Maturing Float support

12 Nov 23:49
Compare
Choose a tag to compare

Support for 64 bit floating point is now quite mature

Fix for Double release

05 Jul 20:18
e008b3a
Compare
Choose a tag to compare
Merge pull request #9 from mcmenaminadrian/dynamic

Fix directory issue

Double

04 Jul 20:36
2876c08
Compare
Choose a tag to compare

Full implementation of optional DOUBLE word set from the Forth 2012 standard.

Modules support

11 Jun 15:20
Compare
Choose a tag to compare

It's now possible to extend Riscyforth via dynamically loaded modules.