summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-07-13 23:08:11 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-07-13 23:08:11 -0400
commit2ef832fb45f7044f64746bdb422a4dfac20cefe9 (patch)
tree9c1fa2e2f7ce10ffecbe70766cc5e90c3aba5a61 /main.c
parent28de7a9c80524aac38a985ede651e782985bde67 (diff)
fixing some problems with eval
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 4934520..78e79a9 100644
--- a/main.c
+++ b/main.c
@@ -9,6 +9,7 @@ see development.md for development information
@TODO:
see note in types.c : we probably shouldn't go to the trouble of evaluating this (just do this stuff if it's an ident)
+ensure that in s[a:b] s is an l-value
figure out how printf is gonna work
make error when you give too few arguments better
when putf is done, migrate tests to new std