Results 102 comments of Spiros Boosalis

I did this before, it's pretty easy. Like: ``` :: Q _ do Loc{..}

afaik new-repl doesn't support multiple targets, and without a specified target, it defaults to `all`, which doesn't work. On Sat, Sep 1, 2018, 3:06 PM Jean-Philippe Bernardy < [email protected]> wrote:...

should we close this as wontfix? I think I agree with @jyp about keeping the block evals simple. maybe we can make a dante-yank-block command, so the block can then...

By spec, you mean the syntax and behavior of stuff like $setup right? Doesn't that require some parsing of the source, like the comments and imports?

I was thinking about taking a look at this today (though I doubt I'll make any progress). it seems that (in `parse`) the messiness of the result order comes from...

i tried blindly reordering the state list a while back ( https://github.com/ollef/Earley/compare/master...sboosali:master ) but couldn't get it to work. if we want this, (having learned more about chart parsing) i...

> a working implementation Olle, I want that so much! Can you share it? I don't care if it's slow or buggy because: 1. The strings I parse are short,...

fread2281, Yes, that's exactly the behavior I want. (but for less-contrived grammars, whose recursive productions consume input).