Allow syscalls in infix operations

This commit is contained in:
2025-12-11 02:24:01 -07:00
parent 342b1ab107
commit 236b50c813
2 changed files with 20 additions and 17 deletions

View File

@@ -766,6 +766,7 @@ impl<'a> Parser<'a> {
Expression::Binary(_)
| Expression::Logical(_)
| Expression::Invocation(_)
| Expression::Syscall(_)
| Expression::Priority(_)
| Expression::Literal(_)
| Expression::Variable(_)