-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymbol_table.txt
More file actions
90 lines (88 loc) · 4.35 KB
/
symbol_table.txt
File metadata and controls
90 lines (88 loc) · 4.35 KB
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
80
81
82
83
84
85
86
87
88
89
90
SYMBOL TABLE VARIABLES
--------------------------------------------------------------------------
TYPE -> NAME -> VALUE -> LINE NO
--------------------------------------------------------------------------
int -> initial -> -> 3
--------------------------------------------------------------------------
int -> a -> -> 4
--------------------------------------------------------------------------
const int -> b -> 2 -> 5
--------------------------------------------------------------------------
int[] -> arr[10] -> -> 7
--------------------------------------------------------------------------
const float -> f2 -> 20.0 -> 8
--------------------------------------------------------------------------
float -> ff -> -> 9
--------------------------------------------------------------------------
string -> d -> "%&asaads%^*" -> 11
--------------------------------------------------------------------------
const char -> e -> "asta este" -> 12
--------------------------------------------------------------------------
int -> f1 -> -> 13
--------------------------------------------------------------------------
int -> g -> -> 14
--------------------------------------------------------------------------
bool -> h0 -> -> 15
--------------------------------------------------------------------------
const int -> bb -> 2 -> 16
--------------------------------------------------------------------------
const float -> xx -> 2.5 -> 17
--------------------------------------------------------------------------
int -> integer -> -> 18
--------------------------------------------------------------------------
int[] -> vector[5] -> -> 19
--------------------------------------------------------------------------
char[] -> text[256] -> -> 20
--------------------------------------------------------------------------
bool[] -> adv[24] -> -> 21
--------------------------------------------------------------------------
char -> super -> -> 22
--------------------------------------------------------------------------
float -> m -> 123738324.438323993 -> 27
--------------------------------------------------------------------------
float -> aaaa -> 3.2 -> 28
--------------------------------------------------------------------------
int -> z -> 3 -> 29
--------------------------------------------------------------------------
int -> djjd -> -> 30
--------------------------------------------------------------------------
bool -> jdj -> false -> 32
--------------------------------------------------------------------------
char -> alfabet -> "abcd" -> 33
--------------------------------------------------------------------------
int -> hlh -> -> 47
--------------------------------------------------------------------------
int -> qqqq -> -> 64
--------------------------------------------------------------------------
float -> fr -> -> 74
--------------------------------------------------------------------------
int -> smh -> -> 75
--------------------------------------------------------------------------
int -> x -> 9 -> 85
--------------------------------------------------------------------------
int -> x3 -> 10 -> 86
--------------------------------------------------------------------------
int -> x4 -> 11 -> 87
--------------------------------------------------------------------------
string -> wh -> -> 89
--------------------------------------------------------------------------
bool -> sjb -> -> 90
--------------------------------------------------------------------------
float -> f -> -> 91
--------------------------------------------------------------------------
int -> y -> -> 92
--------------------------------------------------------------------------
int -> x1 -> -> 94
--------------------------------------------------------------------------
int -> x2 -> 3 -> 95
--------------------------------------------------------------------------
string -> nus -> "c" -> 96
--------------------------------------------------------------------------
int -> cff -> -> 103
--------------------------------------------------------------------------
int -> q -> 0 -> 104
--------------------------------------------------------------------------
int -> aa -> 111 -> 120
--------------------------------------------------------------------------
int -> bbb -> -> 121
--------------------------------------------------------------------------