Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parser for the Mustache(5) syntax #9

Closed
green-coder opened this issue Mar 31, 2019 · 1 comment
Closed

Add parser for the Mustache(5) syntax #9

green-coder opened this issue Mar 31, 2019 · 1 comment
Assignees
Labels
text template syntax Related to one of the template's text syntax

Comments

@green-coder
Copy link
Member

green-coder commented Mar 31, 2019

Reference documentation: http://mustache.github.io/mustache.5.html

The parser takes a mustache template as text for input, and it outputs a data template that the existing renderer can use.

The parser should live in the hopen/syntax/mustache.cljc file and should have some tests.

@green-coder green-coder added the text template syntax Related to one of the template's text syntax label Mar 31, 2019
@Odie
Copy link
Contributor

Odie commented Mar 31, 2019

I can give this a go. =)

@Odie Odie self-assigned this Mar 31, 2019
@Odie Odie mentioned this issue Apr 11, 2019
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
text template syntax Related to one of the template's text syntax
Projects
None yet
Development

No branches or pull requests

2 participants