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

Support providers as arguments to providers #4

Open
kalifg opened this issue Sep 27, 2013 · 0 comments
Open

Support providers as arguments to providers #4

kalifg opened this issue Sep 27, 2013 · 0 comments

Comments

@kalifg
Copy link
Member

kalifg commented Sep 27, 2013

Description

Currently this is invalid:

@foo{1..2}
    parentCategory: <getValue(<current()>)>

The way things are parsed right now you cannot nest the <*( provider calls. This isn't a simple fix as the parser right now is a regular expression and this kind of recursion is not something that it can handle in general.

Proposed solution

Tokenize and parse the data so that provider calls can be substituted recursively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant