Implemented subshells and improved error handling
This commit is contained in:
@@ -401,6 +401,7 @@ impl LexStream {
|
||||
}
|
||||
}
|
||||
if !paren_stack.is_empty() {
|
||||
self.cursor = pos;
|
||||
return Err(
|
||||
ShErr::full(
|
||||
ShErrKind::ParseErr,
|
||||
|
||||
Reference in New Issue
Block a user