Skip to content

Commit

Permalink
RakuAST: add ::Action.OperatorProperties
Browse files Browse the repository at this point in the history
to be able to access the OperatorProperties class in the grammar.
At least for now, until we have a better solution
  • Loading branch information
lizmat committed Aug 29, 2023
1 parent c21f4b6 commit ceb3d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Raku/Actions.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ role Raku::CommonActions {
# The actions associated with the base Raku grammar

class Raku::Actions is HLL::Actions does Raku::CommonActions {
method OperatorProperties() { $OperatorProperties }

#-------------------------------------------------------------------------------
# Compilation unit, language version and other entry point bits
Expand Down

0 comments on commit ceb3d40

Please sign in to comment.