John Ericson

Results 635 comments of John Ericson

@int-index's and my long-term plan is to work on a Template-Haskell variant of happy that, among other benefits, should allow one to compute the grammar that is to be compiled...

sounds good, Yeah I won't be able to really dive in until mid may.

I want to give the TH AST extension constructors (Void by default) so arbitrary stuff can be interleaved with the TH AST then printed back. That would mean happy can...

Heh. Doing this I was almost thinking of going the other extreme with one big inkscape-esque "source" SVG to generate everything so as not to duplicate the snowflake everywhere. Maybe...

Yeah sure, I would be happy to make the example.

OK see https://github.com/jgm/pandoc-types/pull/99 I frequent concern when this sort of thing comes up is breaking downstream code. If that is a concern for you, I am happy to rename the...

https://github.com/obsidiansystems/dombuilder-pandoc/pull/1 shows how I would change the DOM builder to use this. The "prime" functions are not recursive, and thus can be reused to render something like ```haskell data MyInline...

> Should that be `Regular (InlineF MyInline)`? Yes, thanks! > One question is how many changes would be needed to the pandoc code base if pandoc-types were to change in...

Thanks @madeline-os, I was completely blanking on where the existing literature was on this technique.