CrossGL / crosstl

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

Add Parsing for `Assignment Shift Left ` Token #81

Open samthakur587 opened 2 months ago

samthakur587 commented 2 months ago

Update the parser to handle the ASSIGN_SHIFT_LEFT token, allowing it to correctly parse expressions involving the <<= operator.

hemanth1223 commented 2 months ago

@NripeshN I would like to work on this issue.

rohitsalla commented 2 months ago

can you assign me @samthakur587 ?