Skip to content

Releases: remko/waforth

v0.8.2

26 May 15:49
Compare
Choose a tag to compare
  • Standalone: Packaging fixes

v0.8.1

26 May 12:28
Compare
Choose a tag to compare
  • Standalone: Package fixes

Full Changelog: v0.8.0...v0.8.1

v0.8.0

26 May 12:15
Compare
Choose a tag to compare
  • Standalone shell
  • Replace memcopy and memset by memory bulk operations
  • Grow table from within WebAssembly (instead of host)
  • Read input from host line by line (instead of character by character)

Full Changelog: v0.7.0...v0.8.0

v0.7.0

21 May 18:14
Compare
Choose a tag to compare
  • Print the name of the undefined word on undefined word errors

v0.6.0

14 May 10:51
Compare
Choose a tag to compare

JavaScript

  • Add WAForth.pushString()
  • Add WAForth.bindAsync() for asynchronous bindings

v0.5.0

07 May 15:40
Compare
Choose a tag to compare
  • Fix last failing test from the Core Words standard testsuite

v0.4.1

06 May 18:58
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
v0.4.1

0.4.0

05 May 18:57
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
v0.4.0

v0.4.0

0.1

15 Mar 12:25
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Initial release

  • Web-based CLI
  • Implements many of the ANS Forth Core Words #4. Word implementations didn't receive much testing yet.