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

Handlebars parser, most of the features #14

Merged
merged 26 commits into from
Apr 14, 2019
Merged

Handlebars parser, most of the features #14

merged 26 commits into from
Apr 14, 2019

Conversation

green-coder
Copy link
Member

Fixes #13

# Conflicts:
#	test/hopen/runner.cljs
@green-coder
Copy link
Member Author

green-coder commented Apr 14, 2019

The handlerbars parser is close to completion, with only those few features still missing:

  • The ../ to reference a parent context.
  • The access to special variables @index and @key in loops.
  • The line character removals, before and after the Handlebars expressions.

I am going to merge this branch into master and address those remaining issues in a PR later.

@green-coder green-coder merged commit 3ca2694 into master Apr 14, 2019
@green-coder green-coder deleted the handlebars branch April 14, 2019 07:15
@green-coder green-coder changed the title [WIP] Handlebars parser Handlebars parser, most of the features Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add parser for the Handlebars syntax
1 participant