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 68ddeb3e17
split to files
3 years ago
.gitignore split to files 3 years ago
CMakeLists.txt split to files 3 years ago
a.forth add comments 3 years ago
build.sh split to files 3 years ago
fh_builtins.c split to files 3 years ago
fh_builtins.h split to files 3 years ago
fh_config.h split to files 3 years ago
fh_error.h split to files 3 years ago
fh_mem.c split to files 3 years ago
fh_mem.h split to files 3 years ago
fh_runtime.c split to files 3 years ago
fh_runtime.h split to files 3 years ago
fh_stack.c split to files 3 years ago
fh_stack.h split to files 3 years ago
forth split to files 3 years ago
forth.h split to files 3 years ago
hello.forth fixes and more comments, cleaning 3 years ago
main.c split to files 3 years ago
str.forth add comments 3 years ago