Implemented subshells and improved error handling

This commit is contained in:
2025-03-29 22:16:26 -04:00
parent 1eb19092cc
commit 80b6453597
15 changed files with 222 additions and 35 deletions

View File

@@ -401,6 +401,7 @@ impl LexStream {
}
}
if !paren_stack.is_empty() {
self.cursor = pos;
return Err(
ShErr::full(
ShErrKind::ParseErr,