2016-10-08 |
Tim Vaughan | Updated run() to call new INCLUDED word. |
tree | commitdiff |
2016-10-08 |
Tim Vaughan | INCLUDED and INCLUDE should now work. |
tree | commitdiff |
2016-10-05 |
Tim Vaughan | Working on getting initialization working again. |
tree | commitdiff |
2016-10-02 |
Tim Vaughan | Draft INTERPRET implementation. |
tree | commitdiff |
2016-10-02 |
Tim Vaughan | Added EOF word back in. |
tree | commitdiff |
2016-10-02 |
Tim Vaughan | Added READ-LINE |
tree | commitdiff |
2016-10-01 |
Tim Vaughan | Implemented SOURCE. |
tree | commitdiff |
2016-10-01 |
Tim Vaughan | Updated WORD to read from file or terminal buffer. |
tree | commitdiff |
2016-10-01 |
Tim Vaughan | Removed old INCLUDE def. |
tree | commitdiff |
2016-10-01 |
Tim Vaughan | Implemented basic file io words. |
tree | commitdiff |
2016-09-24 |
Tim Vaughan | Added open-file and 2 FAMs |
tree | commitdiff |
2016-09-23 |
Tim Vaughan | Working on fixing file io. |
tree | commitdiff |
2016-08-13 |
Tim Vaughan | Fixed bug in CODE. |
tree | commitdiff |
2016-08-13 |
Tim Vaughan | Added CODE/END-CODE. |
tree | commitdiff |
2016-07-24 |
Tim Vaughan | Added stack overflow exceptions. |
tree | commitdiff |
2016-07-16 |
Tim Vaughan | Added unicode completion support to repl. Closes #6. |
tree | commitdiff |
2016-07-05 |
Tim Vaughan | Ammended tab handling. |
tree | commitdiff |
2016-07-05 |
Tim Vaughan | Tabs behaving sensibly in expect. |
tree | commitdiff |
2016-06-12 |
Tim Vaughan | Abort now resets the input stream. |
tree | commitdiff |
2016-06-11 |
Tim Vaughan | Minor changes. |
tree | commitdiff |
2016-06-11 |
Tim Vaughan | Fixed FORGET. |
tree | commitdiff |
2016-06-06 |
Tim Vaughan | Functionally complete implementation. |
tree | commitdiff |
2016-06-06 |
Tim Vaughan | Implemented ABORT". |
tree | commitdiff |
2016-06-05 |
Tim Vaughan | Decompilation works again. |
tree | commitdiff |
2016-06-04 |
Tim Vaughan | FORGET works with vocabularies. Updated readme. |
tree | commitdiff |
2016-06-02 |
Tim Vaughan | WORDS now searches transient vocab only. |
tree | commitdiff |
2016-06-02 |
Tim Vaughan | Factored FIND. |
tree | commitdiff |
2016-06-02 |
Tim Vaughan | Implemented most vocab words. |
tree | commitdiff |
2016-06-01 |
Tim Vaughan | Still messing around with vocabs. |
tree | commitdiff |
2016-06-01 |
Tim Vaughan | Implemented CURRENT, FORTH, ORDER. |
tree | commitdiff |
2016-06-01 |
Tim Vaughan | Correct FORTH behaviour implemented. |
tree | commitdiff |
2016-06-01 |
Tim Vaughan | Added CMOVE> |
tree | commitdiff |
2016-06-01 |
Tim Vaughan | Using standard field conversion words. |
tree | commitdiff |
2016-06-01 |
Tim Vaughan | A bit of abstraction. |
tree | commitdiff |
2016-06-01 |
Tim Vaughan | FIND working again. |
tree | commitdiff |
2016-05-31 |
Tim Vaughan | Broken draft of vocab implementation. |
tree | commitdiff |
2016-05-31 |
Tim Vaughan | Working on vocabularies. |
tree | commitdiff |
2016-05-30 |
Tim Vaughan | Fixed library loading bug. |
tree | commitdiff |
2016-05-29 |
Tim Vaughan | Added COMPILE. |
tree | commitdiff |
2016-05-29 |
Tim Vaughan | Removed unnecessary ['] primitive. |
tree | commitdiff |
2016-05-29 |
Tim Vaughan | Divided up library code. |
tree | commitdiff |
2016-05-28 |
Tim Vaughan | All constants refering to CFAs are now labelled as... |
tree | commitdiff |
2016-05-26 |
Tim Vaughan | Reimplemented EXPECT. Closes #1. |
tree | commitdiff |
2016-05-26 |
Tim Vaughan | Added workable KEY. |
tree | commitdiff |
2016-05-25 |
Tim Vaughan | FIND behaviour now standard. Closes #5. |
tree | commitdiff |
2016-05-25 |
Tim Vaughan | Working on standardizing FIND. |
tree | commitdiff |
2016-05-24 |
Tim Vaughan | Reimplement CONSTANT, VARIABLE, VALUE using DOES> |
tree | commitdiff |
2016-05-24 |
Tim Vaughan | CREATE/DOES> working. Closes #2. |
tree | commitdiff |
2016-05-24 |
Tim Vaughan | Working on CREATE/DOES> |
tree | commitdiff |
2016-05-24 |
Tim Vaughan | Standardized HERE. |
tree | commitdiff |
2016-05-23 |
Tim Vaughan | Removed debug code. |
tree | commitdiff |
2016-05-23 |
Tim Vaughan | RSP0 and PSP0 now constants. Closes #4. |
tree | commitdiff |
2016-05-23 |
Tim Vaughan | Fixed residual INTERPRET bugs. Closes #3. |
tree | commitdiff |
2016-05-23 |
Tim Vaughan | Problem is with lines >80 chars long. |
tree | commitdiff |
2016-05-23 |
Tim Vaughan | Adequate handling of EOF restored. |
tree | commitdiff |
2016-05-08 |
Tim Vaughan | Pinning down insidious bug in interpreter. |
tree | commitdiff |
2016-05-07 |
Tim Vaughan | Slowly getting lib.4th to compile again. |
tree | commitdiff |
2016-05-07 |
Tim Vaughan | Compiler working again. |
tree | commitdiff |
2016-05-07 |
Tim Vaughan | debugging compilation |
tree | commitdiff |
2016-05-07 |
Tim Vaughan | Debugging interpreter. |
tree | commitdiff |
2016-05-07 |
Tim Vaughan | New interpreter working. |
tree | commitdiff |
2016-05-07 |
Tim Vaughan | INTERPRET works for numbers in immediate mode. |
tree | commitdiff |
2016-05-06 |
Tim Vaughan | Rewriting INTERPRET. |
tree | commitdiff |
2016-05-06 |
Tim Vaughan | Implemented COUNT, renamed TELL to TYPE |
tree | commitdiff |
2016-05-06 |
Tim Vaughan | Implemented \ comments as a word, implemented [CHAR] |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | Working on CREATE/DOES> |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | Added C, |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | Implemented FILL and ERASE. |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | Added .(, ." no longer applies in immediate mode. |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | CREATE, ALLOT and VARIABLE now work as they should. |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | Added UNUSED, made VM mem sizes more sensible. |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | Better placement of built-in constant/variable word... |
tree | commitdiff |
2016-05-02 |
Tim Vaughan | Improved decompiler support for non-docol words. |
tree | commitdiff |
2016-05-01 |
Tim Vaughan | Renamed CREATE to HEADER in prep for true CREATE/DOES> |
tree | commitdiff |
2016-05-01 |
Tim Vaughan | variables and constants now use DOVAR and DOCON |
tree | commitdiff |
2016-04-30 |
Tim Vaughan | ID. sensible handles control characters in word names. |
tree | commitdiff |
2016-04-30 |
Tim Vaughan | TICK problem solved. (Split into ['] and '.) |
tree | commitdiff |
2016-04-30 |
Tim Vaughan | Ported last of relevant jonesforth library code. |
tree | commitdiff |
2016-04-30 |
Tim Vaughan | Fixed problem with TICK, but now only works when compiled. |
tree | commitdiff |
2016-04-30 |
Tim Vaughan | Working on decompilation. |
tree | commitdiff |
2016-04-30 |
Tim Vaughan | Added string words to library. |
tree | commitdiff |
2016-04-28 |
Tim Vaughan | Fixed 2swap bug, added ?do, fixed +loop. |
tree | commitdiff |
2016-04-27 |
Tim Vaughan | Fixed >scaled in example. |
tree | commitdiff |
2016-04-27 |
Tim Vaughan | Added J. |
tree | commitdiff |
2016-04-27 |
Tim Vaughan | Fixed */ def, added fixed point arithmetic to example. |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Stacks cleared on error. |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Finished ROLL |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | LOOP+ -> +LOOP, LEAVE? -> ?LEAVE |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Working on ROLL, redefined SPACES |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Fixed ROT/-ROT, added LEAVE? and LOOP+ |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | DO LOOP LEAVE working |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Added MAX and MIN |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Added 2* and 2/ arithmetic bit shift words. |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Added LOOP+ and expressed LOOP as a special case. |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Fixed broken DO LOOP |
tree | commitdiff |
2016-04-26 |
Tim Vaughan | Working on LEAVE and example. |
tree | commitdiff |
2016-04-25 |
Tim Vaughan | Added DO WHILE REPEAT, as well as . and .s |
tree | commitdiff |
2016-04-24 |
Tim Vaughan | Mostly copy-pasting forth code at this point! |
tree | commitdiff |
2016-04-24 |
Tim Vaughan | Hit on working TICK implementation. |
tree | commitdiff |
2016-04-24 |
Tim Vaughan | Exposed debug functions as forth words. |
tree | commitdiff |
next |