aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.c
diff options
context:
space:
mode:
authorc2024-03-16 10:59:12 -0400
committerc2024-03-16 10:59:12 -0400
commitaaf2ae7693e2b48358f7d3007aca9f0cb5f4950f (patch)
tree7bda5c35f11ff7e76116c123ffb40cc4aa470501 /src/lexer.c
parent8848b46c2873faa019f96b0194237745a80f78f2 (diff)
Can print multiple string variables.
Diffstat (limited to 'src/lexer.c')
-rw-r--r--src/lexer.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lexer.c b/src/lexer.c
index aa068a9..4ad8fd6 100644
--- a/src/lexer.c
+++ b/src/lexer.c
@@ -7,6 +7,12 @@
#include "include/syntax.h"
#include "include/token.h"
+/*
+
+ TODO: Fix bug where calls ending with numbers get interpreted as lints.
+
+*/
+
lexer_t* lexer_init(char* src) {
lexer_t* lexer;