diff options
Diffstat (limited to 'comp/lucas-standen-NEA/code/proto/ast')
-rw-r--r-- | comp/lucas-standen-NEA/code/proto/ast/ast.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |