From a6ba59778ec6e78da6da107b6771d5ae24d22e1f Mon Sep 17 00:00:00 2001 From: standenboy Date: Thu, 9 May 2024 13:11:11 +0100 Subject: added design section start --- comp/lucas-standen-NEA/code/proto/ast/ast.c | 1 - 1 file changed, 1 deletion(-) (limited to 'comp/lucas-standen-NEA/code/proto') diff --git a/comp/lucas-standen-NEA/code/proto/ast/ast.c b/comp/lucas-standen-NEA/code/proto/ast/ast.c index 80d198d..5163032 100644 --- a/comp/lucas-standen-NEA/code/proto/ast/ast.c +++ b/comp/lucas-standen-NEA/code/proto/ast/ast.c @@ -67,7 +67,6 @@ ast_node *genAst(char *expression){ * if that number is another expression{ * grab everything inside its braket and then call this function on it * } - * execute the output */ int i = 0, j = 0; -- cgit v1.2.3