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
/
corewords.cpp
Age
Commit message (
Expand
)
Author
2023-03-02
word, division compliance
Clyne Sullivan
2023-03-02
major compliance refactor; undo packed literals for now
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
double-width mul/div; error strings
Clyne Sullivan
2023-02-24
compact implementation; runs on msp430
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-22
move some corewords to core.fth; fix word reading
Clyne Sullivan
2023-02-21
s", quit, abort
Clyne Sullivan
2023-02-20
fix execution lookup; add unloop
Clyne Sullivan
2023-02-20
concise parser; >body, >in, source
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-14
allow byte indexing
Clyne Sullivan
2023-02-09
depth and more core.fth words
Clyne Sullivan
2023-02-09
add else
Clyne Sullivan
2023-02-09
implement if and then
Clyne Sullivan
2023-02-09
fix indentation
Clyne Sullivan
2023-02-09
initial commit
Clyne Sullivan