Implemented \ comments as a word, implemented [CHAR]
[forth.jl.git] / src / lib.4th
2016-05-06 Tim VaughanImplemented \ comments as a word, implemented [CHAR]
2016-05-02 Tim VaughanAdded C,
2016-05-02 Tim VaughanImplemented FILL and ERASE.
2016-05-02 Tim VaughanAdded .(, ." no longer applies in immediate mode.
2016-05-02 Tim VaughanCREATE, ALLOT and VARIABLE now work as they should.
2016-05-02 Tim VaughanAdded UNUSED, made VM mem sizes more sensible.
2016-05-02 Tim VaughanImproved decompiler support for non-docol words.
2016-05-01 Tim VaughanRenamed CREATE to HEADER in prep for true CREATE/DOES>
2016-04-30 Tim VaughanID. sensible handles control characters in word names.
2016-04-30 Tim VaughanTICK problem solved. (Split into ['] and '.)
2016-04-30 Tim VaughanPorted last of relevant jonesforth library code.
2016-04-30 Tim VaughanFixed problem with TICK, but now only works when compiled.
2016-04-30 Tim VaughanWorking on decompilation.
2016-04-30 Tim VaughanAdded string words to library.
2016-04-28 Tim VaughanFixed 2swap bug, added ?do, fixed +loop.
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!