-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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 += 1This 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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers