interpreter: Add regression tests for operators and precedence

This commit is contained in:
2024-01-09 23:52:48 -06:00
parent d9d8c70556
commit 6bb2f3774f
2 changed files with 462 additions and 0 deletions

View File

@@ -959,3 +959,6 @@ pub mod error {
}
}
}
#[cfg(test)]
mod tests;