Parsey icon indicating copy to clipboard operation
Parsey copied to clipboard

Implement staging

Open rxwei opened this issue 7 years ago • 2 comments

Implement a staging back-end code generator / interpreter as a seamless plugin to support the current tagless front-end. Contributions are welcome.

rxwei avatar May 25 '17 09:05 rxwei

What would be the input language?

kyouko-taiga avatar Feb 06 '18 09:02 kyouko-taiga

The input language is the same DSL. The idea is based on tagless-final style interpreters and Lightweight Modular Staging. Here’s a paper discussing staged parser combinators built using LMS: https://infoscience.epfl.ch/record/203076/files/p637-jonnalagedda.pdf

rxwei avatar Feb 06 '18 09:02 rxwei