-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtypes.h
More file actions
18 lines (17 loc) · 702 Bytes
/
Copy pathtypes.h
File metadata and controls
18 lines (17 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Autogenerated file; see corresponding .js
static type_info_t TYPES[] = {
{ 0, 'l', sizeof(VP), "list", &repr_l },
{ 1, 't', sizeof(tag_t), "tag", &repr_t },
{ 2, 'c', sizeof(char), "char", &repr_c },
{ 3, 'b', sizeof(int8_t), "byte", &repr_b },
{ 4, 'i', sizeof(int), "int", &repr_i },
{ 5, 'j', sizeof(__int64_t), "long", &repr_j },
{ 6, 'o', sizeof(__int128_t), "octa", &repr_o },
{ 7, 'f', sizeof(double), "float", &repr_f },
{ 8, 'd', sizeof(VP), "dict", &repr_d },
{ 9, 'a', sizeof(VP), "table", &repr_a },
{ 10, '1', sizeof(unaryFunc*), "f1", &repr_1 },
{ 11, '2', sizeof(binaryFunc*), "f2", &repr_2 },
{ 12, 'p', sizeof(Proj), "proj", &repr_p },
{ 13, 'x', sizeof(VP), "ctx", &repr_x },
};