about summary refs log tree commit diff stats
path: root/apps/tests.subx
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 /apps/tests.subx
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 'apps/tests.subx')
0 files changed, 0 insertions, 0 deletions
/a> 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157