-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuiltin_symbols.h
79 lines (79 loc) · 916 Bytes
/
builtin_symbols.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* -*-Mode: c++;-*-
Copyright (c) 2004-2009 John Plevyak, All Rights Reserved
*/
S(system)
S(anytype)
S(any)
S(module)
S(symbol)
S(function)
S(closure)
S(continuation)
S(vector)
S(tuple)
S(nil_type)
S(unknown_type)
S(void_type)
S(object_pointer)
S(object)
S(list)
S(empty_list)
S(empty_tuple)
S(ref)
S(value)
S(set)
S(int8)
S(int16)
S(int32)
S(int64)
S(int)
S(uint8)
S(uint16)
S(uint32)
S(uint64)
S(uint)
S(anyint)
S(size)
S(bool)
S(true)
S(false)
S(enum_element)
S(float32)
S(float64)
S(float128)
S(float)
S(anyfloat)
S(complex32)
S(complex64)
S(complex128)
S(complex)
S(anycomplex)
S(anynum)
S(char)
S(string)
S(nil)
S(unknown)
S(void)
S(primitive)
S(reply)
S(make)
S(make_vector)
S(len)
S(new)
S(clone)
S(clone_vector)
S(new_object)
S(index_object)
S(set_index_object)
S(operator)
S(destruct)
S(meta_apply)
S(period)
S(setter)
S(assign)
S(coerce)
S(merge)
S(merge_in)
S(type_assert)
S(exclamation)
S(__main__)