Skip to content

Releases: remko/waforth

v0.12.2

10 Jun 18:25
Compare
Choose a tag to compare
  • standalone: Fix corrupted GitHub builds

Full Changelog: v0.12.1...v0.12.2

v0.12.1

10 Jun 18:01
Compare
Choose a tag to compare
  • shell: Flush output buffer on paste

Full Changelog: v0.12.0...v0.12.1

v0.12.0

10 Jun 12:54
Compare
Choose a tag to compare
  • shell: Buffer console output

Full Changelog: v0.11.0...v0.12.0

v0.11.0

05 Jun 17:21
Compare
Choose a tag to compare
  • Implement DEFER, DEFER!, DEFER@, IS, ACTION-OF
  • Implement SAVE-INPUT, RESTORE-INPUT

Full Changelog: v0.10.2...v0.11.0

v0.10.2

04 Jun 06:50
Compare
Choose a tag to compare
  • Standalone: Fix assertion on startup

Full Changelog: v0.10.1...v0.10.2

v0.10.1

04 Jun 06:26
Compare
Choose a tag to compare
  • UNUSED: Fix returning in cells instead of address units

Full Changelog: v0.10.0...v0.10.1

v0.10.0

03 Jun 19:12
Compare
Choose a tag to compare
  • New words: HOLDS, ROLL, MARKER, BUFFER:, U>, WITHIN, COMPILE,, :NONAME
  • Misc. small performance improvements, simplifications & cleanup

Full Changelog: v0.9.0...v0.10.0

v0.9.0

01 Jun 05:56
Compare
Choose a tag to compare
  • Implement .(, C", PARSE, PARSE-NAME, PAD, ?DO, <>, 0<>, 2>R, 2R>, 2R@
  • api: Add error to retrieve error code
  • api: Change interpret to no longer return state
  • WORDS: Remove accidental spaces after hidden words
  • Bump WABT dependency requirement to 1.0.29
  • Misc. fixes, cleanups & documentation updates

Full Changelog: v0.8.4...v0.9.0

0.8.4

26 May 18:30
Compare
Choose a tag to compare
  • Packaging updates

v0.8.3

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