Grégoire Détrez
Grégoire Détrez
Hi @thebjorn. Sorry for the radio silence. I see that if I use the `--include-missing` flag, I get a bit more complete picture. But it seems that I don't get...
Thanks @hipstermojo (and happy new year!) Building the dev branch right now to test the new feature :smile:
Built and tested, and it works great! Thx! I noticed you used the page title (the content of `` in HTML) and not the first heading (usually ``) as the...
Thanks for the explanation. That makes sense. (dev paperoni hasn't crashed on me so far :crossed_fingers:)
@kchibisov yes, `Fullscreen` seems to work correctly.
This is great. Several people have asked for a javascript backend. :+1: > I have not gotten the tests under testing/ to work, shelly gives me an error that compiled...
I think I managed to track some reduce-reduce conflicts to a problem on how empty rules are handled. With the following grammar: ``` bison %start BAR %% BAR : FOO...
Yes. Right now each backend adds its own hard-coded definition for the built-in token types. I think the right way to fix this is to add the built-in token categories...
The good thing is that now that there is a big regression test suite, changing all the backends is a bit less scarry than it used to be... I assigned...
This seems like a good idea. I wonder if we could go one step further in generalization and instead have a variant of `coercions` that skips the recursive production altogether....