Skip to content

Version 1.2.0: Quality of Life update

Compare
Choose a tag to compare
@bigyihsuan bigyihsuan released this 19 Jun 00:06
· 28 commits to master since this release

Changelog:

  • Added:
    • u (ele -- ). CPRINT. Concatenative print: simply prints ele without any trailing characters. (#12)
    • ɯ (ele trail -- ). TPRINT. Prints ele with a trailing trail. (#12)
    • ɟ (a b c -- c b a). REV. Reverses the stack. (#13)
    • w (ele -- ). SETREG. Stores ele into the register. (#14)
    • ʍ ( -- ele). GETREG. Copies ele from the register. (#14)
  • Fixed an implementation involving y WORD.