/** * Forth main entry-point * * Created on 2021/11/13. */ #ifndef FORTH_H #define FORTH_H #include #include #include #include "fh_config.h" #include "fh_error.h" #include "fh_globals.h" #include "fh_runtime.h" #include "fh_input.h" #include "fh_print.h" #endif //FORTH_H