Implemented loops and redirection for shell structures

This commit is contained in:
2025-03-05 01:37:51 -05:00
parent 83c9c08106
commit d2554777f5
16 changed files with 277 additions and 98 deletions

View File

@@ -3,7 +3,6 @@ pub mod tilde;
pub mod alias;
pub mod cmdsub;
use alias::expand_aliases;
use vars::{expand_dquote, expand_var};
use tilde::expand_tilde;