Skip to content

Support AugAssign #48

@r41k0u

Description

@r41k0u

I wanted this to be a part of #40, But I am wrapping that up and this will be added later.

Currently, we do not support AugAssign operations. Once done, we can save some verbosity.

x = x + 1

# will become

x += 1

This will, however, come up when we'll try to port various utilities to PythonBPF, and I am sure that this will be added in sooner or later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions