Skip to content

v1.4.3

Compare
Choose a tag to compare
@jkotlinski jkotlinski released this 01 Nov 14:42
· 1083 commits to master since this release
  • forth: made +loop work like it should
  • forth: removed <=, >=
  • forth: renamed <, > to u<, u>
  • forth: renamed s<, s> to <, >
  • forth: renamed d* to um*
  • forth: optimized loop, r>, >r, r@, i
  • forth: disabled tail call elimination for (
  • vi: faster key delay+repeat
  • vi: hid fg
  • vi: various bugfixes
  • doc: documented min, max, within