Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Conversation

tregusti
Copy link
Contributor

Totally rewrite how parsing of the full expression is done. Splitting by
a regex would have been too complex and this solution is a safer one and
easier to maintain.

According to the tests it will handle any single variable, array or object
literal as a value expression.

Will hopefully solve #4.

Totally rewrite how parsing of the full expression is done. Splitting by a regex would have been too complex and this solution is a safer one and easier to maintain. According to the tests it will handle any single variable, array or object literal as a value expression.
@tregusti tregusti force-pushed the feature/array-object-expressions branch from c6ad123 to 49db55a Compare August 29, 2015 07:22
@kasperlewau
Copy link
Contributor

Thanks a lot for this! m-m-m murgin'

kasperlewau added a commit that referenced this pull request Aug 31, 2015
Handle object and array value expressions better.
@kasperlewau kasperlewau merged commit 6d9ffc4 into aeisenberg:master Aug 31, 2015
This was referenced Aug 31, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants