diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-08-21 21:20:38 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-08-21 21:32:48 -0700 |
commit | e8ffaf29cea786e1c1266273c65bdb5eb42b39ab (patch) | |
tree | e1ec26201727f5bd3a05895e46cb8b9175342fe7 /apps/braces | |
parent | be2a94d9b82021109f3ef0510c3fc9cfe9537a29 (diff) | |
download | mu-e8ffaf29cea786e1c1266273c65bdb5eb42b39ab.tar.gz |
6719 - error-checking for 'index' instructions
1000+ LoC spent; just 300+ excluding tests. Still one known gap; we don't check the entirety of an array's element type if it's a compound. So far we just check if say both sides start with 'addr'. Obviously that's not good enough.
Diffstat (limited to 'apps/braces')
-rwxr-xr-x | apps/braces | bin | 46283 -> 46283 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/braces b/apps/braces
index e5677f93..0d80ed73 100755
--- a/apps/braces
+++ b/apps/braces
Binary files differ |