OpenDream
OpenDream copied to clipboard
Comparison Operators Don't Support Constant Folding
- [ ]
>= - [ ]
<= - [ ]
< - [ ]
> - [ ]
~= - [x]
==(Done in https://github.com/wixoaGit/OpenDream/pull/834) - [x]
!=(Done in https://github.com/wixoaGit/OpenDream/pull/834)
See Binary.cs and Constant.cs
Duplicate of #828
This one has a checklist
This one also needs ~= added to the checklist
not anymore
What about <>? I thought I remember someone mentioning that recently, but I'm not sure where.
What about
<>? I thought I remember someone mentioning that recently, but I'm not sure where.
<> is just an alias for != so that should be done in the parser
Edit: It's already done
