mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 23:38:47 +00:00
fixes, some checks, made working on part of simple tests (functions, arrays, operations, read, write, loops)
This commit is contained in:
parent
da050c082c
commit
1e38ffaefb
11 changed files with 333 additions and 220 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue