global vars implementation, todo gc problems

This commit is contained in:
ProgramSnail 2025-05-11 11:02:07 +03:00
parent 474b0a8ed2
commit aff30ad7c1
12 changed files with 76 additions and 52 deletions

View file

@ -105,9 +105,7 @@ void *Lstring(aint *p);
void *Bclosure(aint *args, aint bn);
void *Barray(aint *args, aint bn);
void *Barray_rev(aint *args, aint bn);
void *Bsexp(aint *args, aint bn);
void *Bsexp_rev(aint *args, aint bn);
aint Btag(void *d, aint t, aint n);
aint get_tag(data *d);