Age | Commit message (Expand) | Author |
2023-06-02 | wip: dictionary disassemblyllvm | Clyne Sullivan |
2023-03-18 | -Wconversion | Clyne Sullivan |
2023-03-14 | >number | Clyne Sullivan |
2023-03-11 | u< um/mod | Clyne Sullivan |
2023-03-11 | u. um* | Clyne Sullivan |
2023-03-11 | find | Clyne Sullivan |
2023-03-11 | make forth and msp430 folders | Clyne Sullivan |
2023-03-11 | update documentation | Clyne Sullivan |
2023-03-11 | common error enum; eval to _ev | Clyne Sullivan |
2023-03-10 | oops | clyne |
2023-03-10 | size reduction and refactoring | Clyne Sullivan |
2023-03-10 | Word::iterator | Clyne Sullivan |
2023-03-10 | make parser static; tested msp430 build | Clyne Sullivan |
2023-03-09 | move (most) of core-ext to its own file | Clyne Sullivan |
2023-03-09 | packed literals again | Clyne Sullivan |
2023-03-09 | add msp430 linker | Clyne Sullivan |
2023-03-09 | add cppcheck and test targets; some code size reductions | Clyne Sullivan |
2023-03-09 | linting; reduce msp430 binary size | Clyne Sullivan |
2023-03-08 | move libalee into folder | Clyne Sullivan |
2023-03-08 | update readme; make msp430 standalone | Clyne Sullivan |
2023-03-08 | build core.fth into executable | Clyne Sullivan |
2023-03-04 | add case/endcase of/endof | Clyne Sullivan |
2023-03-04 | evaluate | Clyne Sullivan |
2023-03-04 | evaluate complete | Clyne Sullivan |
2023-03-03 | wip: evaluate | Clyne Sullivan |
2023-03-03 | revise parsing for better compliance | Clyne Sullivan |
2023-03-02 | word, division compliance | Clyne Sullivan |
2023-03-02 | major compliance refactor; undo packed literals for now | Clyne Sullivan |
2023-02-27 | :noname, ?do; fix +loop, aligned | Clyne Sullivan |
2023-02-27 | key in forth; abort"; draft find | Clyne Sullivan |
2023-02-26 | packed literals; faster execution | Clyne Sullivan |
2023-02-26 | optimize ip incrementation | Clyne Sullivan |
2023-02-26 | pull exit check out of State::execute | Clyne Sullivan |
2023-02-25 | streamline single execution | Clyne Sullivan |
2023-02-25 | reduce built-in word count | Clyne Sullivan |
2023-02-25 | implement leave | Clyne Sullivan |
2023-02-25 | double-width mul/div; error strings | Clyne Sullivan |
2023-02-24 | compact implementation; runs on msp430 | Clyne Sullivan |
2023-02-24 | fix decimal and hex | Clyne Sullivan |
2023-02-24 | remove ParseStatus; reduce stack usage | Clyne Sullivan |
2023-02-23 | enable warnings | Clyne Sullivan |
2023-02-23 | try dict save/load; prevent execute recursion | Clyne Sullivan |
2023-02-23 | fix cell size handling; optimize for speed | Clyne Sullivan |
2023-02-23 | .(, buffer:, c", erase | Clyne Sullivan |
2023-02-22 | begin work on core extensions; fix does> | Clyne Sullivan |
2023-02-22 | add j | Clyne Sullivan |
2023-02-22 | move some corewords to core.fth; fix word reading | Clyne Sullivan |
2023-02-22 | fix comments; add accept, invert, true/false, environment? | Clyne Sullivan |
2023-02-21 | add recurse, move | Clyne Sullivan |
2023-02-21 | s", quit, abort | Clyne Sullivan |