about summary refs log tree commit diff stats
path: root/archive
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-12 00:43:50 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-12 00:43:50 -0700
commit0e2092507806f4d5e337d8219d0a4073107b6814 (patch)
treee936865ba025cfc9f01e4dd05f05b1cab79a3a8b /archive
parent32ada0e1397ccde23ee8aa24cae647260c149d6e (diff)
downloadmu-0e2092507806f4d5e337d8219d0a4073107b6814.tar.gz
6511 - start of error-checking
We now raise an error if a variable is declared on the stack with an initializer.
And there are unit tests for this functionality.
Diffstat (limited to 'archive')
0 files changed, 0 insertions, 0 deletions
>25a6252a ^
f7843def ^
a2726b6a ^

f7843def ^
a2726b6a ^
9bd2315d ^
f7843def ^

a2726b6a ^

f7843def ^
a2726b6a ^

f7843def ^
51bd4ed3 ^
a2726b6a ^
f7843def ^
9bd2315d ^

f7843def ^

a2726b6a ^

f7843def ^
a2726b6a ^


f7843def ^
51bd4ed3 ^

a2726b6a ^
f7843def ^
9bd2315d ^
f7843def ^

a2726b6a ^

f7843def ^
a2726b6a ^

f7843def ^
51bd4ed3 ^
9bd2315d ^
a2726b6a ^
f7843def ^
9bd2315d ^
25a6252a ^
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