Skip to content

Commit

Permalink
RakuAST: add support for postfix power and vulgar
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 1, 2023
1 parent 66506c7 commit 0395c7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Raku/ast/operator-properties.rakumod
Expand Up @@ -738,7 +738,9 @@ class OperatorProperties {
my constant PROPERTIES := nqp::hash(
'', 'default-postfix',

'i', 'methodcall',
'i', 'methodcall',
'', 'autoincrement', # power
'+', 'autoincrement', # vulgar

'++', 'autoincrement',
'--', 'autoincrement',
Expand Down

0 comments on commit 0395c7b

Please sign in to comment.