Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:voidlanguage/void into drew/pref…
Browse files Browse the repository at this point in the history
…ix-fix
  • Loading branch information
drew-y committed Sep 13, 2024
2 parents abc8daf + b494c47 commit 62b6803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/grammar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const infixOps: OpMap = new Map([
["-", 1],
["*", 2],
["/", 2],
["^", 3],
["and", 0],
["or", 0],
["xor", 0],
Expand Down

0 comments on commit 62b6803

Please sign in to comment.