mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
structure fixes, xmake, gitignore
This commit is contained in:
parent
23835d92fd
commit
6c39c65076
16 changed files with 1404 additions and 87 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#include "../include/interpreter.h"
|
||||
#include "../include/types.h"
|
||||
#include "../include/builtin.h"
|
||||
#include "../include/operations.h"
|
||||
#include "../../runtime/runtime.h"
|
||||
#include "../../runtime/gc.h"
|
||||
#include "interpreter.h"
|
||||
#include "types.h"
|
||||
#include "builtin.h"
|
||||
#include "operations.h"
|
||||
#include "runtime.h"
|
||||
#include "gc.h"
|
||||
|
||||
int ip_read_int(char** ip) {
|
||||
*ip += sizeof(int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue