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
/
core.fth
Age
Commit message (
Collapse
)
Author
2023-03-04
add case/endcase of/endof
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-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
fix decimal and hex
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
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-20
text words; control word fixes
Clyne Sullivan
2023-02-19
do loops, executor fixes
Clyne Sullivan
2023-02-19
fundamental compiling words
Clyne Sullivan
2023-02-17
fix bad word detection
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 2/ and 2*
Clyne Sullivan
2023-02-09
add more core.fth words
Clyne Sullivan
2023-02-09
parse files
Clyne Sullivan