Tidying up after refactor.
[forth.jl.git] / src / lib.4th
2016-10-11 Tim VaughanTidying up after refactor.
2016-10-11 Tim VaughanMoved some input stream words to library.
2016-10-09 Tim VaughanAdded generic input buffer words IB and #IB.
2016-06-05 Tim VaughanDecompilation works again.
2016-06-02 Tim VaughanWORDS now searches transient vocab only.
2016-06-01 Tim VaughanFIND working again.
2016-05-31 Tim VaughanWorking on vocabularies.
2016-05-29 Tim VaughanDivided up library code.
2016-05-26 Tim VaughanReimplemented EXPECT. Closes #1.
2016-05-26 Tim VaughanAdded workable KEY.
2016-05-25 Tim VaughanFIND behaviour now standard. Closes #5.
2016-05-25 Tim VaughanWorking on standardizing FIND.
2016-05-24 Tim VaughanReimplement CONSTANT, VARIABLE, VALUE using DOES>
2016-05-24 Tim VaughanCREATE/DOES> working. Closes #2.
2016-05-24 Tim VaughanStandardized HERE.
2016-05-23 Tim VaughanRSP0 and PSP0 now constants. Closes #4.
2016-05-23 Tim VaughanFixed residual INTERPRET bugs. Closes #3.
2016-05-23 Tim VaughanProblem is with lines >80 chars long.
2016-05-23 Tim VaughanAdequate handling of EOF restored.
2016-05-08 Tim VaughanPinning down insidious bug in interpreter.
2016-05-07 Tim VaughanSlowly getting lib.4th to compile again.
2016-05-07 Tim VaughanDebugging interpreter.
2016-05-06 Tim VaughanImplemented COUNT, renamed TELL to TYPE
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!