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 5724ac4273 add ACCEPT and KEY 2 years ago
..
fh_builtins.c add ACCEPT and KEY 2 years ago
fh_builtins_arith.c implement source ID, better error handling in nested input 2 years ago
fh_builtins_control.c implement source ID, better error handling in nested input 2 years ago
fh_builtins_mem.c fix more bugs 2 years ago
fh_builtins_meta.c fixes 2 years ago
fh_builtins_stack.c reformat code, some cleaning 2 years ago
fh_builtins_stdin.c add ACCEPT and KEY 2 years ago
fh_builtins_system.c implement source ID, better error handling in nested input 2 years ago
fh_builtins_text.c fix implementation of ABORT, ABORT" and QUIT 2 years ago
fh_error.c safely abort on exec of uninitialized mem or addr 0 2 years ago
fh_input.c implement source ID, better error handling in nested input 2 years ago
fh_mem.c implement source ID, better error handling in nested input 2 years ago
fh_parse.c fix more bugs 2 years ago
fh_runtime.c fixes 2 years ago
fh_see.c add overrun check to SEE 2 years ago
fh_stack.c some fixes 2 years ago
main.c fix implementation of ABORT, ABORT" and QUIT 2 years ago