added another test for the parser

This commit is contained in:
2025-03-19 15:16:43 -04:00
parent b0dd101740
commit 255a4586b4
11 changed files with 20179 additions and 17 deletions

View File

@@ -10,8 +10,9 @@ pub mod source;
pub mod shift;
pub mod jobctl;
pub mod alias;
pub mod flowctl;
pub const BUILTINS: [&str;10] = [
pub const BUILTINS: [&str;14] = [
"echo",
"cd",
"export",
@@ -21,7 +22,11 @@ pub const BUILTINS: [&str;10] = [
"jobs",
"fg",
"bg",
"alias"
"alias",
"return",
"break",
"continue",
"exit"
];
/// Sets up a builtin command