Skip to content

Support providers as arguments to providers #4

Description

@kalifg

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions