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 d79898fa20
remove some direct access to stack arrays
4 years ago
include remove some direct access to stack arrays 4 years ago
src remove some direct access to stack arrays 4 years ago
.gitignore new words 4 years ago
CMakeLists.txt more stack ops, fix ( in compile mode 4 years ago
a.forth add comments 4 years ago
build.sh move to folders, more cleaning and fixes 4 years ago
exit.forth implement exit 4 years ago
hello.forth fixes and more comments, cleaning 4 years ago
if.forth postpone works now 4 years ago
loops.forth demo of nested loop 4 years ago
overwrite.forth improved override 4 years ago
postpone.forth postpone works now 4 years ago
str.forth add comments 4 years ago