Mark S. Miller (2015-02-10T19:02:45.000Z)
d at domenic.me (2015-02-17T18:16:15.522Z)
Now that template strings are widely deployed, I think they're being underused. To get the ball rolling, ... From https://github.com/erights/quasiParserGenerator: > We present a proof of concept template string tag for generating template string tags. See below for why this is only a proof of concept. There are many good serious parser generator frameworks out there, all of which are easily superior to the toy parser generator at the heart of this tag. The point of this project is not to provide an alternative to any of these, but rather to demonstrate how any of these technologies could be adapted to provide a template string tag for generating template string tags that could and should replace this project. > > Nevertheless, until it is replaced, the template string tag for generating template string tags presented here is adequate for creating lots of useful little DSLs. Please obsolete this project. Enjoy.