meisl

Results 8 issues of meisl

*[ Here's a little write-up of how I currently understand things to work in `compilerAst`, parts of which may be of use for a future guide on how to get...

question

Hi there :) I know this project is somewhat outdated, but somehow I like the spirit of it. Was wondering how much it'd take to bring it to QUnit 2.x,...

S0rry my Perl 6 n00b, so 1 haz ask: whixh g00dniz is `{*}`4r?

Oh boy, indeed... Here's **some first ideas** in which directions to go, possibly: - at least: don't make a new lambda on each and every call to `find_method` - maybe...

Oh, quite a bunch of things... First of all: this thing really deserves being pushed beyond a mere demonstration piece, IMHO. So that's what I'm trying here (and, on the...

Performance isn't really amazing already (#10), and going through hoops to filter out color afterwards (on Windows) is for sure only adding up to the perf problem. So, depending on...

"parse state" means: how many levels deep, possibly with a backtrace printed at request (it's hard to keep track when lots of alternatives failed and/or we've recursed rather deep). Then,...

How about ``` use v6; use Grammar::Debugger; grammar SelfDescribing { ... } SelfDescribing.parsefile($?FILE); ``` ?