-
Notifications
You must be signed in to change notification settings - Fork 3
Shorthand assignment operators #4
Open
Description
RustLexer.py has the following:
t_TIMESEQUAL = r'\*=' t_DIVEQUAL = r'/=' t_MODULUSEQUAL = r'%=' t_PLUSEQUAL = r'\+=' t_MINUSEQUAL = r'-='
For this, implement required production rules.
Activity
Metadata
Metadata
Assignees
Labels
No labels