Skip to content

Shorthand assignment operators #4

@akhilmd

Description

@akhilmd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions