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 ef2e6943bd
big refactor and add DO-LOOP and DO-+LOOP and LEAVE
3 years ago
..
fh_builtins.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_builtins_arith.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_builtins_control.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_builtins_mem.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_builtins_meta.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_builtins_stack.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_builtins_system.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_builtins_text.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_error.c refactor "next word/string" parsing to work inside the definition without substates, add char and [char], add .\" and s\" 3 years ago
fh_mem.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_runtime.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_see.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
fh_stack.c big refactor and add DO-LOOP and DO-+LOOP and LEAVE 3 years ago
main.c moved buffer into heap, prep to remove substates 3 years ago