Created file for builtins and fixed a bug about expansion not working correctly
This commit is contained in:
parent
1ecfba4340
commit
3f08544384
15 changed files with 243 additions and 429 deletions
|
|
@ -1,4 +1,6 @@
|
|||
SRC_FILES = \
|
||||
_not_done_function \
|
||||
_not_done_print \
|
||||
ast_alloc/ast_alloc \
|
||||
ast_alloc/ast_alloc_scripting \
|
||||
ast_free/ast_free \
|
||||
|
|
@ -7,14 +9,15 @@ from_node/arithmetic_node2 \
|
|||
from_node/artihmetic_node \
|
||||
from_node/boucle_node \
|
||||
from_node/condition_node \
|
||||
from_node/dev_node \
|
||||
from_node/expand_node \
|
||||
from_node/expansion_node \
|
||||
from_node/file_node \
|
||||
from_node/from_node \
|
||||
from_node/node_utils \
|
||||
from_node/node_utils2 \
|
||||
from_node/redirect_node \
|
||||
from_node/scripting_node \
|
||||
_not_done_function \
|
||||
_not_done_print \
|
||||
print_ast/ast_print_command \
|
||||
print_ast/ast_print_global \
|
||||
print_ast/ast_print_node \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue