update: WIP changed from token output to ast

This commit is contained in:
maix0 2024-10-08 15:33:47 +02:00
parent e6f0f49e84
commit d8700f45f3
28 changed files with 23 additions and 2286 deletions

View file

@ -1,28 +1,8 @@
SRC_FILES = \
_here_doc \
_not_done_boucle_print \
_not_done_function \
_not_done_scripting_print \
ast_alloc/ast_alloc \
ast_alloc/ast_alloc_scripting \
ast_free/ast_free \
ast_free/ast_free_scripting \
from_node/arithmetic_node2 \
from_node/artihmetic_node \
from_node/boucle_node \
from_node/condition_node \
from_node/dev_node \
from_node/exec_node \
from_node/expansion_node \
from_node/file_node \
from_node/from_node \
from_node/node_utils \
from_node/node_utils2 \
from_node/node_utils3 \
from_node/other_node \
from_node/redirect_node \
from_node/scripting_node \
from_node/string_node \
print_ast/ast_print \
print_ast/ast_print_arithmetic \
print_ast/ast_print_command \