CrossGL / crosstl

Translates native shader languages into CrossGL universal shader language and vice versa.
https://crossgl.net
Apache License 2.0
37 stars 41 forks source link

Add Parsing for `Bitwise XOR` Token #72

Open samthakur587 opened 1 month ago

samthakur587 commented 1 month ago

Update the parser to handle the BITWISE_XOR token, allowing it to correctly parse expressions involving the ^ operator.

rohitsalla commented 3 weeks ago

HI @samthakur587 i want to work on this issue