2018-06-19 11:43 | Added new word: LITERAL | Henry Wilson | 2 | +7 | -5 |
2018-06-18 20:35 | Remove unicode characters | Henry Wilson | 2 | +3 | -3 |
2018-06-18 20:13 | Standardized makefile | Henry Wilson | 1 | +5 | -1 |
2017-08-22 13:51 | improved make clean | Henry Wilson | 1 | +1 | -0 |
2017-08-04 17:49 | image in README.md | Henry Wilson | 1 | +2 | -0 |
2017-08-04 17:46 | added recursion and examples | Henry Wilson | 3 | +30 | -0 |
2017-08-04 17:10 | Added ['] CONSTANT VARIABLE & FORGET | Henry Wilson | 1 | +50 | -1 |
2017-08-03 16:26 | added ROT and ROLL | Henry Wilson | 1 | +19 | -0 |
2017-08-03 15:05 | R@ and ." added. WORD now can use other delimiters | Henry Wilson | 4 | +29 | -3 |
2017-08-02 23:21 | Removed flag words | Henry Wilson | 1 | +0 | -18 |
2017-08-02 22:57 | mark/resolve words | Henry Wilson | 5 | +88 | -47 |
2017-08-02 18:24 | stack based DO ... LEAVE ... LOOP | Henry Wilson | 1 | +30 | -58 |
2017-08-02 17:24 | made IF work with LEAVE | Henry Wilson | 1 | +11 | -10 |
2017-08-02 16:53 | single LEAVE | Henry Wilson | 2 | +102 | -13 |
2017-08-02 13:21 | stripped out old immediate flag | Henry Wilson | 4 | +1 | -8 |
2017-08-02 13:09 | immediate flag from coefield | Henry Wilson | 1 | +3 | -2 |
2017-08-02 12:44 | begin codefield flags | Henry Wilson | 5 | +27 | -10 |
2017-08-01 19:57 | flags in the top 16-bits of addresses | Henry Wilson | 3 | +30 | -5 |
2017-08-01 18:06 | move COMPILE to , | Henry Wilson | 1 | +2 | -2 |
2017-08-01 14:40 | added IF ... ELSE ... THEN | Henry Wilson | 1 | +24 | -0 |
2017-08-01 14:03 | added DO ... +LOOP | Henry Wilson | 1 | +43 | -0 |
2017-08-01 12:59 | BEGIN ... UNTIL & BEGIN ... WHILE ... REPEAT | Henry Wilson | 1 | +44 | -7 |
2017-08-01 10:58 | compiles numbers | Henry Wilson | 7 | +20 | -15 |
2017-07-31 23:30 | split source file up in to categories | Henry Wilson | 12 | +702 | -701 |
2017-07-31 21:47 | separated test input from makefile | Henry Wilson | 2 | +8 | -1 |
2017-07-31 18:10 | compiler first working state | Henry Wilson | 2 | +9 | -13 |
2017-07-31 17:24 | getting closer | Henry Wilson | 2 | +21 | -11 |
2017-07-31 16:19 | compiler half done | Henry Wilson | 1 | +60 | -0 |
2017-07-31 13:44 | moved HERE to LAST and added HERE | Henry Wilson | 1 | +13 | -12 |
2017-07-30 14:51 | HERE | Henry Wilson | 3 | +17 | -4 |
2017-07-30 14:39 | added compiler entry/exit words | Henry Wilson | 2 | +23 | -3 |
2017-07-30 13:27 | added immediacy to word header | Henry Wilson | 2 | +19 | -8 |
2017-07-30 12:09 | tidying | Henry Wilson | 1 | +22 | -22 |
2017-07-13 17:38 | downwards growing stack | Henry Wilson | 2 | +11 | -10 |
2017-07-13 16:06 | reorganized memory layout | Henry Wilson | 1 | +49 | -40 |
2017-06-21 13:51 | escape sequences, new test | Henry Wilson | 3 | +19 | -8 |
2017-06-21 05:08 | 0= | Henry Wilson | 1 | +5 | -0 |
2017-06-21 04:51 | ok now shows stack summary | Henry Wilson | 1 | +7 | -1 |
2017-06-21 04:39 | ignoring 0 length tokens | Henry Wilson | 1 | +24 | -2 |
2017-06-21 03:55 | added colours | Henry Wilson | 1 | +7 | -7 |
2017-06-21 03:20 | Proper catch stack underflow | Henry Wilson | 2 | +59 | -13 |
2017-06-21 01:50 | rudimentary catch stack underflow | Henry Wilson | 1 | +32 | -6 |
2017-06-21 00:07 | +DICTIONARY | Henry Wilson | 1 | +19 | -2 |
2017-06-20 18:11 | remove stack debug from loop | Henry Wilson | 1 | +0 | -1 |
2017-06-20 17:05 | Number input | Henry Wilson | 1 | +44 | -8 |
2017-06-20 12:46 | indeq name | Henry Wilson | 1 | +2 | -2 |
2017-06-20 12:44 | 128-bit multiply-division | Henry Wilson | 1 | +35 | -9 |
2017-06-20 03:21 | split macros in to own file | Henry Wilson | 1 | +150 | -0 |
2017-06-20 03:21 | split macros in to own file | Henry Wilson | 1 | +2 | -144 |
2017-06-20 02:58 | interactive mode | Henry Wilson | 2 | +38 | -38 |
2017-06-20 01:30 | tidying | Henry Wilson | 2 | +28 | -35 |
2017-06-20 00:49 | dictionary | Henry Wilson | 2 | +128 | -130 |
2017-06-19 18:52 | first interpreter running | Henry Wilson | 2 | +50 | -15 |
2017-06-19 15:54 | return stack documentation | Henry Wilson | 1 | +14 | -14 |
2017-06-19 15:42 | full strcmp | Henry Wilson | 1 | +17 | -8 |
2017-06-19 14:36 | indirect compare macro | Henry Wilson | 1 | +9 | -5 |
2017-06-19 14:29 | fixed local labels started strcmp added addrcmp | Henry Wilson | 2 | +68 | -11 |
2017-06-18 20:34 | added missing drop | Henry Wilson | 1 | +1 | -2 |
2017-06-18 20:28 | input parsing to strings | Henry Wilson | 1 | +22 | -5 |
2017-06-18 16:35 | early word parsing | Henry Wilson | 2 | +62 | -6 |
2017-06-17 20:29 | min, max | Henry Wilson | 1 | +21 | -0 |
2017-06-17 16:00 | moved to makefile | Henry Wilson | 3 | +15 | -5 |
2017-06-17 13:37 | tick | Henry Wilson | 1 | +1 | -1 |
2017-06-17 13:12 | removed newline from input | Henry Wilson | 2 | +9 | -5 |
2017-06-17 12:34 | compilation stuff | Henry Wilson | 1 | +0 | -0 |
2017-06-17 12:33 | stuff | Henry Wilson | 2 | +3 | -3 |
2017-06-17 12:17 | got accept working properly | Henry Wilson | 2 | +62 | -31 |
2017-06-17 00:06 | type | Henry Wilson | 1 | +7 | -0 |
2017-06-16 23:36 | added missing syscall, derpderp | Henry Wilson | 1 | +1 | -0 |
2017-06-16 23:34 | fixed dotdot leaving bottom of stack on stack | Henry Wilson | 1 | +8 | -3 |
2017-06-16 23:15 | added ... | Henry Wilson | 1 | +29 | -6 |
2017-06-16 22:28 | register names | Henry Wilson | 1 | +14 | -11 |
2017-06-16 22:12 | progressing on input | Henry Wilson | 1 | +26 | -18 |
2017-06-16 19:48 | input testing | Henry Wilson | 1 | +65 | -19 |
2017-06-16 18:19 | execute | Henry Wilson | 1 | +9 | -7 |
2017-06-16 17:32 | test macro, full dot implementation | Henry Wilson | 2 | +45 | -13 |
2017-06-16 16:04 | unsigned/signed comparisons | Henry Wilson | 1 | +4 | -0 |
2017-06-16 13:09 | do, unless | Henry Wilson | 1 | +43 | -34 |
2017-06-16 13:04 | cleaning | Henry Wilson | 1 | +11 | -8 |
2017-06-16 12:47 | rudimentary dot | Henry Wilson | 2 | +36 | -18 |
2017-06-16 11:45 | comparisons, negate | Henry Wilson | 2 | +31 | -1 |
2017-06-15 22:52 | top | Henry Wilson | 1 | +5 | -0 |
2017-06-15 22:38 | even better string macro | Henry Wilson | 1 | +6 | -5 |
2017-06-15 22:35 | improved string macro | Henry Wilson | 1 | +4 | -5 |
2017-06-15 21:45 | String printing | Henry Wilson | 2 | +78 | -24 |
2017-06-11 03:06 | swap, over | Henry Wilson | 1 | +16 | -14 |
2017-06-11 02:55 | test | Henry Wilson | 1 | +28 | -4 |
2017-06-11 01:12 | no o | Henry Wilson | 1 | +1 | -1 |
2017-06-11 01:11 | tabs | Henry Wilson | 1 | +8 | -8 |
2017-06-11 00:38 | more macros | Henry Wilson | 1 | +19 | -12 |
2017-06-10 20:56 | tidy | Henry Wilson | 1 | +10 | -12 |
2017-06-10 20:33 | codeword macro, dovar | Henry Wilson | 1 | +43 | -26 |
2017-06-10 19:50 | loops | Henry Wilson | 1 | +112 | -47 |
2017-06-10 15:28 | so many stars | Henry Wilson | 2 | +28 | -11 |
2017-06-10 07:41 | new file: .gitignore | Henry Wilson | 1 | +3 | -0 |
2017-06-10 07:30 | new file: README.md | Henry Wilson | 1 | +1 | -0 |
2017-06-10 07:26 | 4 star square | Henry Wilson | 2 | +113 | -0 |