TMP changes

This commit is contained in:
ProgramSnail 2024-11-01 23:27:19 +03:00
parent 39715334c7
commit 2c03654cca
5 changed files with 26 additions and 5 deletions

View file

@ -31,3 +31,7 @@ void s_enter_f(struct State *s, char *func_ip, size_t params_sz,
void s_exit_f(struct State *s);
void **var_by_category(struct State *s, enum VarCategory category, int id);
// --- changed runtime operations ---
void *s_Bsexp(struct State *state, int bn, int tag);