Joe Hildebrand

Results 233 comments of Joe Hildebrand

The `MATCH_ANY` portion of `generate-js.js` also needs to be fixed.

I've labelled this `documentation`, but I bet we'll run into several issues as we create those docs. Source maps should also get a lot easier to use for breakpoints in...

I'm going to leave this issue as documentation, then start a new issue for getting the inline output out of the API. In the meantime, this is roughly what the...

is this significantly better than writing: ```peggy string_literal = '"' @$([^"\\] / "\\" .)* '"' ```

I've marked this as "enhancement request", but not assigned it to a release yet. This will have some interaction with parsing per-codepoint (#15) if we add a `unicode` flag later....

We're currently talking about it [here](https://github.com/peggyjs/peggy/discussions/239), and in a draft [PR](https://github.com/peggyjs/peggy/pull/292) that isn't finished yet.

One of the things I liked about the current HEAD of pegjs is its (undocumented) support for picking fields without having to create labels and do return statements. It looks...

I like this idea, but want to think about how it would interact with #179.

I've only got a minified build handy with the current build process. Once we're done with #60, hopefully there will be a sourcemap'd version in github, which will be appropriate...

Adding a `download` attribute wouldn't cause a download because this is being served cross-site. Re-opening so this can be re-fixed after #60.