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
/
libalee
/
dictionary.hpp
Age
Commit message (
Expand
)
Author
2024-01-01
remove addNativeWord
native
Clyne Sullivan
2024-01-01
Merge branch 'native' of ssh://code.bitgloo.com:222/bitgloo/alee-forth into n...
Clyne Sullivan
2023-12-31
distancepos constant
Clyne Sullivan
2023-11-18
add _nx word, use for most of core
Clyne Sullivan
2023-11-17
add native definition bit
Clyne Sullivan
2023-11-13
Merge branch 'documentation'
Clyne Sullivan
2023-11-13
add LIBALEE_SECTION; minor fixes
Clyne Sullivan
2023-11-12
msp430: reduce excess memory usage; trim linker script
Clyne Sullivan
2023-11-09
MaxDistance constant; some .cpp comments
Clyne Sullivan
2023-11-08
add doxygen support
Clyne Sullivan
2023-10-27
fix core and core-ext impl to pass all tests
Clyne Sullivan
2023-10-14
consteval and other refactoring
Clyne Sullivan
2023-10-12
some class refactoring
Clyne Sullivan
2023-03-18
-Wconversion
Clyne Sullivan
2023-03-11
update documentation
Clyne Sullivan
2023-03-10
size reduction and refactoring
Clyne Sullivan
2023-03-09
linting; reduce msp430 binary size
Clyne Sullivan
2023-03-08
move libalee into folder
Clyne Sullivan