update: should handle built-in variables

This commit is contained in:
maix0 2024-10-06 14:37:54 +02:00
parent b058348d35
commit d459a8b8dc
11 changed files with 81 additions and 24 deletions

View file

@ -20,6 +20,7 @@ run_ast/_ast_into_str3 \
run_ast/_ast_into_str4 \
run_ast/_ast_into_str5 \
run_ast/_ast_into_str6 \
run_ast/_get_pid \
run_ast/_run_exit_code \
run_ast/_run_exp_operators \
run_ast/_spawn_cmd \