properly implemented $(( )) substitution

This commit is contained in:
2025-05-14 16:35:04 -04:00
parent 6006244739
commit c9414c8ce3
2 changed files with 90 additions and 103 deletions

View File

@@ -493,6 +493,7 @@ impl LexStream {
}
}
if paren_count != 0 && !self.flags.contains(LexFlags::LEX_UNFINISHED) {
self.cursor = pos;
return Err(
ShErr::full(
ShErrKind::ParseErr,