Fixed bug where infix wouldn't rewind when encountering a comma, causing the rest of a syscall parse in an assignment expression to fail

This commit is contained in:
2025-12-10 00:09:16 -07:00
parent 0fde11a2bf
commit 9c260ef2d5
7 changed files with 14 additions and 7 deletions

View File

@@ -909,7 +909,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
[[package]]
name = "slang"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"anyhow",
"clap",