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 |
2016-04-24 |
Tim Vaughan | Sensible recovery from stack underflows. |
tree | commitdiff |
2016-04-24 |
Tim Vaughan | Propper EOF handling. |
tree | commitdiff |
2016-04-24 |
Tim Vaughan | Adding core forth words. |
tree | commitdiff |
2016-04-24 |
Tim Vaughan | added INCLUDE - can now write pure forth! |
tree | commitdiff |
2016-04-24 |
Tim Vaughan | It's alive! |
tree | commitdiff |
2016-04-23 |
Tim Vaughan | Debugging DOCOL |
tree | commitdiff |
2016-04-23 |
Tim Vaughan | NL only prints "ok" in state 0 |
tree | commitdiff |
2016-04-23 |
Tim Vaughan | added BYE and NL |
tree | commitdiff |
2016-04-23 |
Tim Vaughan | Interpreter almost works!!! |
tree | commitdiff |
2016-04-23 |
Tim Vaughan | Added CHAR and EXECUTE |
tree | commitdiff |
2016-04-23 |
Tim Vaughan | Finished INTERPRET |
tree | commitdiff |
2016-04-22 |
Tim Vaughan | Working on INTERPRET. |
tree | commitdiff |
2016-04-22 |
Tim Vaughan | improved dump() |
tree | commitdiff |
2016-04-22 |
Tim Vaughan | Fixed bug in FIND. |
tree | commitdiff |
2016-04-22 |
Tim Vaughan | Typo fixes. |
tree | commitdiff |
2016-04-22 |
Tim Vaughan | Added TICK, BRANCH, 0BRANCH |
tree | commitdiff |
2016-04-18 |
Tim Vaughan | Added HIDE, IMMEDIATE |
tree | commitdiff |
2016-04-18 |
Tim Vaughan | Added compilation words. |
tree | commitdiff |
2016-04-18 |
Tim Vaughan | Included comparison primitives |
tree | commitdiff |
2016-04-18 |
Tim Vaughan | Inner interpreter works. |
tree | commitdiff |
2016-04-17 |
Tim Vaughan | Debugging first non-primitive word. |
tree | commitdiff |
2016-04-17 |
Tim Vaughan | Added arithmetic operations |
tree | commitdiff |
2016-04-17 |
Tim Vaughan | Added FIND, TOCFA |
tree | commitdiff |
2016-04-17 |
Tim Vaughan | Added NUMBER |
tree | commitdiff |
2016-04-17 |
Tim Vaughan | Added KEY, EMIT, WORD |
tree | commitdiff |
2016-04-17 |
Tim Vaughan | Added stack dump method. |
tree | commitdiff |
2016-04-17 |
Tim Vaughan | Added core dump function for debugging. |
tree | commitdiff |
2016-04-16 |
Tim Vaughan | Reg values now stored in reg type. |
tree | commitdiff |
next |