First fully operational release.
- Code cleaned up and commented.
- Passes all tests (AddressSanitizer, Valgrind, and also, in both simavr and real Arduino UNO board).
- All strings moved to Flash (via
dprintf
,__FlashStringHelper
, etc) - No obvious places where memory/stack are wasted - at least I can't see any...
- Blog post written ( https://www.thanassis.space/miniforth.html )