Skip to content

Commit

Permalink
Update OpenglLexer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwith2427 authored Sep 2, 2024
1 parent 2abf5c6 commit 2e8d019
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crosstl/src/backend/Opengl/OpenglLexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
("ASSIGN_SUB", r"-="),
("ASSIGN_MUL", r"\*="),
("ASSIGN_DIV", r"/="),
# ("ASSIGN_BINOPOR", r"\|="),
# ("ASSIGN_BINOPAND", r"&="),
# ("ASSIGN_BINOPXOR", r"\^="),
("EQUAL", r"=="),
("NOT_EQUAL", r"!="),
("WHITESPACE", r"\s+"),
Expand Down

0 comments on commit 2e8d019

Please sign in to comment.