You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
Currently this is invalid:
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.
The text was updated successfully, but these errors were encountered: