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
Age
Commit message (
Collapse
)
Author
2024-02-23
add .gitattributes
HEAD
master
Clyne Sullivan
2023-11-16
add dict impl to libalee section
Clyne Sullivan
2023-11-13
Merge branch 'documentation'
Clyne Sullivan
2023-11-13
msp430: add spi, update uart examples
Clyne Sullivan
2023-11-13
add LIBALEE_SECTION; minor fixes
Clyne Sullivan
2023-11-13
CHAR return zero on no input
Clyne Sullivan
2023-11-13
msp430: add rtc, analog, button support
Clyne Sullivan
2023-11-12
no more cstring; 16mhz/115200 msp430; fix dict init
Clyne Sullivan
2023-11-12
msp430: reduce excess memory usage; trim linker script
Clyne Sullivan
2023-11-11
msp430: add uart example
Clyne Sullivan
2023-11-11
msp430: build reg data with bash, not make
Clyne Sullivan
2023-11-11
msp430: more dict space; prepare for hal impl
Clyne Sullivan
2023-11-10
msp430: lpm support; . uses base; expand dict size
Clyne Sullivan
2023-11-09
MaxDistance constant; some .cpp comments
Clyne Sullivan
2023-11-09
coreword opcodes via token(); calculated WordCount
Clyne Sullivan
2023-11-08
precalculate some literals
Clyne Sullivan
2023-11-08
document some core words; reorganize
Clyne Sullivan
2023-11-08
add doxygen support
Clyne Sullivan
2023-11-06
msp430: set SR on exit when in ISR
Clyne Sullivan
2023-11-05
Merge branch 'master' of ssh://code.bitgloo.com:222/bitgloo/alee-forth
Clyne Sullivan
2023-11-05
msp430: clean up some build flags
Clyne Sullivan
2023-11-05
msp430: add compressed register/flag wordset
Clyne Sullivan
2023-11-05
make parser extendable
Clyne Sullivan
2023-11-03
Delete 'forth/hal.fth'
Clyne
2023-11-03
interrupt support; better reg words
Clyne Sullivan
2023-11-03
fix standalone
Clyne Sullivan
2023-11-03
forgot to push msp430 dict impl
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-11-02
fix if condition on 16-bit cpus
Clyne Sullivan
2023-10-28
add SOURCE-ID
Clyne Sullivan
2023-10-28
add PARSE; fixes to actually comply with all tests
Clyne Sullivan
2023-10-27
fix core and core-ext impl to pass all tests
Clyne Sullivan
2023-10-27
fix MARKER
Clyne Sullivan
2023-10-26
add [COMPILE], fix :NONAME
Clyne Sullivan
2023-10-26
remove compat.txt
Clyne Sullivan
2023-10-26
add .R PAD U.R U> UNUSED WITHIN
Clyne Sullivan
2023-10-25
remove old tests
Clyne Sullivan
2023-10-25
support long definitions; add tests as submodule
Clyne Sullivan
2023-10-25
100% core test passing
Clyne Sullivan
2023-10-25
implement HOLDS
Clyne Sullivan
2023-10-24
implement pictured numeric output
Clyne Sullivan
2023-10-14
msp430.fth
Clyne Sullivan
2023-10-14
consteval and other refactoring
Clyne Sullivan
2023-10-14
switch to c++20
Clyne Sullivan
2023-10-14
align builtin dictionary
Clyne Sullivan
2023-10-13
more refactoring, object organization
Clyne Sullivan
2023-10-12
some class refactoring
Clyne Sullivan
2023-03-18
-Wconversion
Clyne Sullivan
[next]