bjpop / language-python

A parser for Python 2.x and 3.x written in Haskell
157 stars 46 forks source link

Feature request: add quasiquoters #13

Open athas opened 10 years ago

athas commented 10 years ago

When generating Python fragments, it would be nice to be able to use quasiquotation. The language-c-quote is very nice to use for generating C, for example.