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
f74d157a7c
refactor "next word/string" parsing to work inside the definition without substates, add char and [char], add .\" and s\"
|
3 years ago |
.. |
fh_builtins.h
|
move to folders, more cleaning and fixes
|
3 years ago |
fh_config.h
|
remove some direct access to stack arrays
|
3 years ago |
fh_error.h
|
refactor "next word/string" parsing to work inside the definition without substates, add char and [char], add .\" and s\"
|
3 years ago |
fh_globals.h
|
new words
|
3 years ago |
fh_mem.h
|
moved buffer into heap, prep to remove substates
|
3 years ago |
fh_print.h
|
move to folders, more cleaning and fixes
|
3 years ago |
fh_runtime.h
|
refactor "next word/string" parsing to work inside the definition without substates, add char and [char], add .\" and s\"
|
3 years ago |
fh_stack.h
|
control stack merged into data stack
|
3 years ago |
forth.h
|
moved buffer into heap, prep to remove substates
|
3 years ago |