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
/
parser.cpp
Age
Commit message (
Expand
)
Author
2023-03-04
evaluate complete
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-26
packed literals; faster execution
Clyne Sullivan
2023-02-25
reduce built-in word count
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
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-20
concise parser; >body, >in, source
Clyne Sullivan
2023-02-19
fundamental compiling words
Clyne Sullivan
2023-02-17
fix bad word detection
Clyne Sullivan
2023-02-17
some cleanup
Clyne Sullivan
2023-02-16
handle input within dictionary
Clyne Sullivan
2023-02-09
depth and more core.fth words
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