fixes, some checks, made working on part of simple tests (functions, arrays, operations, read, write, loops)

This commit is contained in:
ProgramSnail 2024-11-04 01:43:43 +03:00
parent da050c082c
commit 1e38ffaefb
11 changed files with 333 additions and 220 deletions

View file

@ -99,9 +99,9 @@ void *Belem(void *p, aint i);
void *LmakeArray(aint length);
void *LmakeString(aint length);
void *Bstring(aint *args /*void *p*/);
void *Lstringcat(aint *args /* void* p */);
void *Lstring(aint *args /* void *p */);
void *Bstring(aint *p);
void *Lstringcat(aint *p);
void *Lstring(aint *p);
void *Bclosure(aint *args, aint bn);
void *Barray(aint *args, aint bn);