Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit d1e61c0

Browse files
author
gek
committed
make push
1 parent d584749 commit d1e61c0

23 files changed

+13907
-13907
lines changed

astdump.c

+389-389
Large diffs are not rendered by default.

astexec.c

+2,726-2,726
Large diffs are not rendered by default.

astexec.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
#include <stdint.h>
22

33
/*
4-
Header for AST executor of Seabass.
4+
Header for AST executor of Seabass.
55
*/
66

77
enum{
8-
VM_VARIABLE,
9-
VM_EXPRESSION_TEMPORARY
8+
VM_VARIABLE,
9+
VM_EXPRESSION_TEMPORARY
1010
};
1111

1212

1313
typedef struct{
14-
//type t;
15-
uint64_t smalldata;
16-
uint8_t* ldata; /*for arrays and structs.*/
17-
uint32_t identification;
18-
uint32_t allocationsize;
14+
//type t;
15+
uint64_t smalldata;
16+
uint8_t* ldata; /*for arrays and structs.*/
17+
uint32_t identification;
18+
uint32_t allocationsize;
1919
}ast_vm_stack_elem;
2020

2121

0 commit comments

Comments
 (0)