summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-05-10 14:45:19 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-05-10 14:45:19 -0400
commit10aea299fe118d852962e71f1a0e6a23b6105562 (patch)
tree1c6b5621ba7399e337fc4c3a548c0c20245c4271 /main.c
parent2302b1049ddedb4b8c2c1d29ed2e53f0cd56de62 (diff)
remove while loops with no condition
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 1d83b41..49b1cc2 100644
--- a/main.c
+++ b/main.c
@@ -8,7 +8,6 @@
/*
@TODO:
-remove while loops with no condition- they're weird
initialization functions (maybe #init(-50), where -50 is the priority and <0 is reserved for standard library)
detect circular declarations (A ::= B; B ::= A)
either detect circular #includes or set a #include depth limit (maybe sometimes you want finite circular includes with #if)