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 964aec76c8
control stack merged into data stack
3 years ago
..
fh_builtins.c use one buffer for both compiled code and data 3 years ago
fh_error.c bitwise arith, more loops 3 years ago
fh_mem.c use one buffer for both compiled code and data 3 years ago
fh_runtime.c use one buffer for both compiled code and data 3 years ago
fh_stack.c control stack merged into data stack 3 years ago
main.c control stack merged into data stack 3 years ago