aboutsummaryrefslogtreecommitdiff
path: root/src/parse/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/parse.c')
-rw-r--r--src/parse/parse.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parse/parse.c b/src/parse/parse.c
index 3aa2a30..4c8d279 100644
--- a/src/parse/parse.c
+++ b/src/parse/parse.c
@@ -7,8 +7,10 @@
t_ast *parse(char **input)
{
+ int i = 0;
+
while (input[i] != '\0')
{
-
+
}
}