Test TODOs

This commit is contained in:
Todd Strader 2020-03-31 11:54:14 -04:00
parent d3ac16d6d9
commit 5d8d0585c1

View File

@ -118,6 +118,13 @@ module t();
// if (type(MY_CHAR) != type(byte)) $stop();
// TODO -- the rest
// TODO -- case equal/not equal, ===, !===
// TODO -- test associative arrays
// TODO -- test dynamic arrays
// TODO -- test unsized arrays
// TODO -- test const vars (both LHS and RHS) against const and non-const
// TODO -- test queues
// TODO -- test structs, enums and unions
// TODO -- test struct member vs type
end