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
/
Makefile
Age
Commit message (
Expand
)
Author
2023-11-13
add LIBALEE_SECTION; minor fixes
Clyne Sullivan
2023-11-11
msp430: more dict space; prepare for hal impl
Clyne Sullivan
2023-11-05
msp430: clean up some build flags
Clyne Sullivan
2023-11-02
msp430: include core-ext and tools
Clyne Sullivan
2023-11-02
running on the devboard
Clyne Sullivan
2023-11-02
msp430 impl targets msp430fr2476
Clyne Sullivan
2023-10-25
support long definitions; add tests as submodule
Clyne Sullivan
2023-10-14
msp430.fth
Clyne Sullivan
2023-10-14
switch to c++20
Clyne Sullivan
2023-03-18
-Wconversion
Clyne Sullivan
2023-03-14
>number
Clyne Sullivan
2023-03-11
u. um*
Clyne Sullivan
2023-03-11
make forth and msp430 folders
Clyne Sullivan
2023-03-09
move (most) of core-ext to its own file
Clyne Sullivan
2023-03-09
add cppcheck and test targets; some code size reductions
Clyne Sullivan
2023-03-09
linting; reduce msp430 binary size
Clyne Sullivan
2023-03-08
move libalee into folder
Clyne Sullivan
2023-03-08
update readme; make msp430 standalone
Clyne Sullivan
2023-03-08
build core.fth into executable
Clyne Sullivan
2023-02-26
packed literals; faster execution
Clyne Sullivan
2023-02-25
streamline single execution
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
enable warnings
Clyne Sullivan
2023-02-23
fix cell size handling; optimize for speed
Clyne Sullivan
2023-02-17
some cleanup
Clyne Sullivan
2023-02-09
build as library; add small target
Clyne Sullivan
2023-02-09
initial commit
Clyne Sullivan