index
:
bitgloo/alee-forth
llvm
master
native
optimize
A portable and concise Forth implementation in modern C++
bitgloo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alee.cpp
Age
Commit message (
Expand
)
Author
2023-11-13
add LIBALEE_SECTION; minor fixes
Clyne Sullivan
2023-11-12
no more cstring; 16mhz/115200 msp430; fix dict init
Clyne Sullivan
2023-11-11
msp430: more dict space; prepare for hal impl
Clyne Sullivan
2023-10-26
add .R PAD U.R U> UNUSED WITHIN
Clyne Sullivan
2023-03-18
-Wconversion
Clyne Sullivan
2023-03-11
u. um*
Clyne Sullivan
2023-03-11
common error enum; eval to _ev
Clyne Sullivan
2023-03-10
make parser static; tested msp430 build
Clyne Sullivan
2023-03-09
linting; reduce msp430 binary size
Clyne Sullivan
2023-03-04
add case/endcase of/endof
Clyne Sullivan
2023-03-03
wip: evaluate
Clyne Sullivan
2023-03-03
revise parsing for better compliance
Clyne Sullivan
2023-03-02
major compliance refactor; undo packed literals for now
Clyne Sullivan
2023-02-25
reduce built-in word count
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
remove ParseStatus; reduce stack usage
Clyne Sullivan
2023-02-23
try dict save/load; prevent execute recursion
Clyne Sullivan
2023-02-23
.(, buffer:, c", erase
Clyne Sullivan
2023-02-22
move some corewords to core.fth; fix word reading
Clyne Sullivan
2023-02-20
create, does>, variables
Clyne Sullivan
2023-02-19
do loops, executor fixes
Clyne Sullivan
2023-02-19
fundamental compiling words
Clyne Sullivan
2023-02-17
some cleanup
Clyne Sullivan
2023-02-16
handle input within dictionary
Clyne Sullivan
2023-02-09
implement if and then
Clyne Sullivan
2023-02-09
add more core.fth words
Clyne Sullivan
2023-02-09
build as library; add small target
Clyne Sullivan
2023-02-09
fix indentation
Clyne Sullivan
2023-02-09
parse files
Clyne Sullivan
2023-02-09
initial commit
Clyne Sullivan