perl6-Perl6-Parser
perl6-Perl6-Parser copied to clipboard
No such method 'WHERE' for invocant of type 'Perl6::Grammar'
Get the above error at the point I try and parse anything. The module installed ok passing tests. Any hint on what Im doing wrong or might be going wrong?
perl6 --version
This is Rakudo version 2017.08-95-g347da8e5b built on MoarVM version 2017.08.1-128-gde6dceda8
zef info Perl6::Parser
- Info for: Perl6::Parser
- Identity: Perl6::Parser:ver('0.0.5'):auth('github:drforr')
- Recommended By: /Users/matt/.rakudobrew/moar-nom/install/share/perl6/site Description: Parse Perl 6 from within Perl 6 License: Artistic-2.0 Source-url: https://github.com/drforr/perl6-Perl6-Parser.git Provides: 2 modules Support:
source: https://github.com/drforr/perl6-Perl6-Parser
Depends: 1 items
I ran into this problem whenever trying to run from the REPL using 2018.01. However, script files do not have this problem for me.