Fixed >scaled in example.
[forth.jl.git] / src / lib.4th
2016-04-27 Tim VaughanFixed >scaled in example.
2016-04-27 Tim VaughanAdded J.
2016-04-27 Tim VaughanFixed */ def, added fixed point arithmetic to example.
2016-04-26 Tim VaughanFinished ROLL
2016-04-26 Tim VaughanLOOP+ -> +LOOP, LEAVE? -> ?LEAVE
2016-04-26 Tim VaughanWorking on ROLL, redefined SPACES
2016-04-26 Tim VaughanFixed ROT/-ROT, added LEAVE? and LOOP+
2016-04-26 Tim VaughanDO LOOP LEAVE working
2016-04-26 Tim VaughanAdded MAX and MIN
2016-04-26 Tim VaughanAdded LOOP+ and expressed LOOP as a special case.
2016-04-26 Tim VaughanFixed broken DO LOOP
2016-04-26 Tim VaughanWorking on LEAVE and example.
2016-04-25 Tim VaughanAdded DO WHILE REPEAT, as well as . and .s
2016-04-24 Tim VaughanMostly copy-pasting forth code at this point!