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

Allowing variable literals prefixed by % #47

Closed
wants to merge 1 commit into from

Conversation

ceymard
Copy link

@ceymard ceymard commented Aug 25, 2011

This is about the ticket #36

It allows one to write things such as this ;

{
    var jinjs = { open: '{%', close: '%}' };
}

tag
   = %jinjs.open inside_tag %jinjs.close { ... }

It gets particularly useful with the options pull request.

--HG--
branch : ceymard-variable-literals
@dmajda
Copy link
Contributor

dmajda commented Jan 25, 2014

This pull request is related to #36, which I'd like to look at in detail after releasing PEG.js 1.0.0. This point is at least several months in the future and it doesn't make sense for this pull request to remain open until then. Closing.

@dmajda dmajda closed this Jan 25, 2014
@dmajda dmajda removed this from the post-1.0 milestone Apr 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants