summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code
diff options
context:
space:
mode:
authorstandenboy <standenboy@seacrossedlovers.xyz>2024-05-09 13:11:11 +0100
committerstandenboy <standenboy@seacrossedlovers.xyz>2024-05-09 13:11:11 +0100
commita6ba59778ec6e78da6da107b6771d5ae24d22e1f (patch)
tree7acce50fedcfe2c712a66c32d7443684c67d3fe9 /comp/lucas-standen-NEA/code
parentd3857c793eeb07793eebc94377226ea1b10522dc (diff)
added design section start
Diffstat (limited to 'comp/lucas-standen-NEA/code')
-rw-r--r--comp/lucas-standen-NEA/code/proto/ast/ast.c1
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;