summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-26 17:18:06 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-26 17:18:06 -0400
commitb2ec9e753e74e57cd0d140c2608a82169253943c (patch)
tree9cb99eaa601dc57fda9978ae7903631e5cc8caaa /main.c
parent3f13dafdcb617286aae542ab6a2e1ab91d228836 (diff)
minor cleaning up and bug fixes
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 468d6c8..87819ab 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
TODO:
-make sure initializers for global variables are compile-time constants
structs
length of slice/arr with .len
don't allow while {3; 5} (once break is added)