tdammers / ginger

A Haskell implementation of the Jinja template language.
MIT License
77 stars 13 forks source link

Compile / embed #15

Open tdammers opened 6 years ago

tdammers commented 6 years ago

Currently, ginger templates can only be interpreted.

Make a backend that instead outputs TH AST so that ginger templates can be compiled right into a Haskell project.