aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-03-14>numberClyne Sullivan
2023-03-11u< um/modClyne Sullivan
2023-03-11u. um*Clyne Sullivan
2023-03-11findClyne Sullivan
2023-03-11make forth and msp430 foldersClyne Sullivan
2023-03-11update documentationClyne Sullivan
2023-03-11common error enum; eval to _evClyne Sullivan
2023-03-10oopsclyne
2023-03-10size reduction and refactoringClyne Sullivan
2023-03-10Word::iteratorClyne Sullivan
2023-03-10make parser static; tested msp430 buildClyne Sullivan
2023-03-09move (most) of core-ext to its own fileClyne Sullivan
2023-03-09packed literals againClyne Sullivan
2023-03-09add msp430 linkerClyne Sullivan
2023-03-09add cppcheck and test targets; some code size reductionsClyne Sullivan
2023-03-09linting; reduce msp430 binary sizeClyne Sullivan
2023-03-08move libalee into folderClyne Sullivan
2023-03-08update readme; make msp430 standaloneClyne Sullivan
2023-03-08build core.fth into executableClyne Sullivan
2023-03-04add case/endcase of/endofClyne Sullivan
2023-03-04evaluateClyne Sullivan
2023-03-04evaluate completeClyne Sullivan
2023-03-03wip: evaluateClyne Sullivan
2023-03-03revise parsing for better complianceClyne Sullivan
2023-03-02word, division complianceClyne Sullivan
2023-03-02major compliance refactor; undo packed literals for nowClyne Sullivan
2023-02-27:noname, ?do; fix +loop, alignedClyne Sullivan
2023-02-27key in forth; abort"; draft findClyne Sullivan
2023-02-26packed literals; faster executionClyne Sullivan
2023-02-26optimize ip incrementationClyne Sullivan
2023-02-26pull exit check out of State::executeClyne Sullivan
2023-02-25streamline single executionClyne Sullivan
2023-02-25reduce built-in word countClyne Sullivan
2023-02-25implement leaveClyne Sullivan
2023-02-25double-width mul/div; error stringsClyne Sullivan
2023-02-24compact implementation; runs on msp430Clyne Sullivan
2023-02-24fix decimal and hexClyne Sullivan
2023-02-24remove ParseStatus; reduce stack usageClyne Sullivan
2023-02-23enable warningsClyne Sullivan
2023-02-23try dict save/load; prevent execute recursionClyne Sullivan
2023-02-23fix cell size handling; optimize for speedClyne Sullivan
2023-02-23.(, buffer:, c", eraseClyne Sullivan
2023-02-22begin work on core extensions; fix does>Clyne Sullivan
2023-02-22add jClyne Sullivan
2023-02-22move some corewords to core.fth; fix word readingClyne Sullivan
2023-02-22fix comments; add accept, invert, true/false, environment?Clyne Sullivan
2023-02-21add recurse, moveClyne Sullivan
2023-02-21s", quit, abortClyne Sullivan
2023-02-20fix execution lookup; add unloopClyne Sullivan
2023-02-20concise parser; >body, >in, sourceClyne Sullivan