mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
fix binop rhs precedence
This commit is contained in:
parent
7b1c7335c2
commit
87790d4049
4 changed files with 20 additions and 25 deletions
5
test.sl
5
test.sl
|
|
@ -1,6 +1,3 @@
|
|||
fn test() {
|
||||
let uwu = 2;
|
||||
if uwu {
|
||||
print;
|
||||
}
|
||||
"u" + "w" + "u";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue