Skip to content

Commit 52679cf

Browse files
committed
fixed typo in ?? precedence
1 parent 0b5ed95 commit 52679cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hscript/Parser.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ class Parser {
114114
["+", "-"],
115115
["<<", ">>", ">>>"],
116116
["|", "&", "^"],
117-
["&&"],
117+
["??"],
118118
["==", "!=", ">", "<", ">=", "<="],
119119
["..."],
120+
["&&"],
120121
["||"],
121122
["=","+=","-=","*=","/=","%=","<<=",">>=",">>>=","|=","&=","^=","=>"],
122123
["->"],

0 commit comments

Comments
 (0)