Jeff Goff
Jeff Goff
Not sure if replacing :: with __ is the right thing to do on the Python side, also it might be useful to factor out a p6_to_py_class_name method. But at...
class Gtk::App does Inline::Python::PythonParent['__main__', 'gtk'] { } Fails with: invalid syntax (, line 1) trying to create subclass Gtk::App from __main__.gtk Part of what needs to be done is probably:...
In a recent conversation I had, a certain large company is apparently removing Perl 5 from their core distribution partially because it was under the AL. Making it clear that...
The following code fragment is incorrectly being parsed as a regular expression from '/' through to '/yn2011' --cut here-- is_deeply \%/, $target => 'Returned correct data structure'; **DATA** Nathan Gray...
my $doc = Perl6::Parser.parse( 'filename.pl6' ); # or whatever gets exposed - $doc is the document root. To reconstruct the entire file verbatim: (no special modifiers, just use the .next...
Requires two files - if I place the grammar into the test file the bug goes away. You can also comment out the
The test below fails (correctly) when attempting to match an expression with a trailing semicolon, and the tracer correctly reports MATCH on and terms. Yet it doesn't report FAIL on...
Running on a Ubuntu 14.04 64-bit VM, host Windows 7 machine running on Intel Core i5 $ perl6 -v This is Rakudo version 2016.03-45-gd0c675c built on MoarVM version 2016.03-46-g50c7f6a implementing...