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 56ab10f6c8 fix implementation of ABORT, ABORT" and QUIT 3 years ago
..
fh_builtins.c many fixes and add some missing words 3 years ago
fh_builtins_arith.c reformat code, some cleaning 3 years ago
fh_builtins_control.c fix implementation of ABORT, ABORT" and QUIT 3 years ago
fh_builtins_mem.c reformat code, some cleaning 3 years ago
fh_builtins_meta.c fix implementation of ABORT, ABORT" and QUIT 3 years ago
fh_builtins_stack.c reformat code, some cleaning 3 years ago
fh_builtins_system.c reformat code, some cleaning 3 years ago
fh_builtins_text.c fix implementation of ABORT, ABORT" and QUIT 3 years ago
fh_error.c fix implementation of ABORT, ABORT" and QUIT 3 years ago
fh_input.c implement saving and restoring input, at least for string (file not tested) 3 years ago
fh_mem.c some fixes 3 years ago
fh_parse.c fix implementation of ABORT, ABORT" and QUIT 3 years ago
fh_runtime.c fix implementation of ABORT, ABORT" and QUIT 3 years ago
fh_see.c fix implementation of ABORT, ABORT" and QUIT 3 years ago
fh_stack.c some fixes 3 years ago
main.c fix implementation of ABORT, ABORT" and QUIT 3 years ago