Trying to build a forth runtime in C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ondřej Hruška be084210f9
many new words and some fixes
3 years ago
include many new words and some fixes 3 years ago
src many new words and some fixes 3 years ago
.gitignore new words 3 years ago
CMakeLists.txt many fixes using prelimtest 3 years ago
a.forth add comments 3 years ago
build.sh move to folders, more cleaning and fixes 3 years ago
defined.f many new words and some fixes 3 years ago
doloop.forth big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
exit.forth implement exit 3 years ago
hello.forth fixes and more comments, cleaning 3 years ago
if.forth postpone works now 3 years ago
loops.forth demo of nested loop 3 years ago
overwrite.forth improved override 3 years ago
postpone.forth postpone works now 3 years ago
str.forth refactor "next word/string" parsing to work inside the definition without substates, add char and [char], add .\" and s\" 3 years ago