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

Dynamic Property Access #37

Closed
wants to merge 1 commit into from
Closed

Dynamic Property Access #37

wants to merge 1 commit into from

Conversation

phillipskevin
Copy link
Contributor

Closes #7.

Handling property access in any of these forms:
["bar"]
[bar]
foo["bar"]
foo[bar]
foo()[bar]
foo()[bar()]

@phillipskevin phillipskevin force-pushed the bracket-operator branch 3 times, most recently from 50b2a3d to ebd6a38 Compare August 3, 2016 01:34
@justinbmeyer
Copy link
Contributor

closing as I merged this into master myself. This tracks what's remaining: #42

@phillipskevin phillipskevin deleted the bracket-operator branch August 3, 2016 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants