ast start

This commit is contained in:
Nathan Lebrun
2025-01-29 15:51:59 +01:00
parent 8320ea9050
commit 94e2f26112
4 changed files with 101 additions and 49 deletions

View File

@@ -24,6 +24,8 @@ const char *translate_state(t_state state)
out = "CMD_PIPELINE";
else if (state == _CMD)
out = "SIMPLE_CMD";
else if (state == _SUBSH)
out = "SUBSHELL";
else
out = "UNDEFINED";
return (out);