summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 9cca0f2..e77b6cb 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
TODO:
-whiles should not return values, unless they have no condition
call fns at compile time
finish evaluator
improve casting: do you really need "as"?
@@ -43,7 +42,6 @@ int main(int argc, char **argv) {
return EXIT_FAILURE;
}
fclose(in);
-
Identifiers file_idents;
idents_create(&file_idents);
Tokenizer t;