aboutsummaryrefslogtreecommitdiffstats
path: root/alee.cpp
AgeCommit message (Expand)Author
2023-11-13add LIBALEE_SECTION; minor fixesClyne Sullivan
2023-11-12no more cstring; 16mhz/115200 msp430; fix dict initClyne Sullivan
2023-11-11msp430: more dict space; prepare for hal implClyne Sullivan
2023-10-26add .R PAD U.R U> UNUSED WITHINClyne Sullivan
2023-03-18-WconversionClyne Sullivan
2023-03-11u. um*Clyne Sullivan
2023-03-11common error enum; eval to _evClyne Sullivan
2023-03-10make parser static; tested msp430 buildClyne Sullivan
2023-03-09linting; reduce msp430 binary sizeClyne Sullivan
2023-03-04add case/endcase of/endofClyne Sullivan
2023-03-03wip: evaluateClyne Sullivan
2023-03-03revise parsing for better complianceClyne Sullivan
2023-03-02major compliance refactor; undo packed literals for nowClyne Sullivan
2023-02-25reduce built-in word countClyne Sullivan
2023-02-25double-width mul/div; error stringsClyne Sullivan
2023-02-24compact implementation; runs on msp430Clyne Sullivan
2023-02-24remove ParseStatus; reduce stack usageClyne Sullivan
2023-02-23try dict save/load; prevent execute recursionClyne Sullivan
2023-02-23.(, buffer:, c", eraseClyne Sullivan
2023-02-22move some corewords to core.fth; fix word readingClyne Sullivan
2023-02-20create, does>, variablesClyne Sullivan
2023-02-19do loops, executor fixesClyne Sullivan
2023-02-19fundamental compiling wordsClyne Sullivan
2023-02-17some cleanupClyne Sullivan
2023-02-16handle input within dictionaryClyne Sullivan
2023-02-09implement if and thenClyne Sullivan
2023-02-09add more core.fth wordsClyne Sullivan
2023-02-09build as library; add small targetClyne Sullivan
2023-02-09fix indentationClyne Sullivan
2023-02-09parse filesClyne Sullivan
2023-02-09initial commitClyne Sullivan