From ceb3d4078cc0b6023164752b59b920b287e60c67 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Tue, 29 Aug 2023 19:50:30 +0200 Subject: [PATCH] RakuAST: add ::Action.OperatorProperties to be able to access the OperatorProperties class in the grammar. At least for now, until we have a better solution --- src/Raku/Actions.nqp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Raku/Actions.nqp b/src/Raku/Actions.nqp index 2d6ba58fc22..9ddfa90a1e6 100644 --- a/src/Raku/Actions.nqp +++ b/src/Raku/Actions.nqp @@ -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