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

Fix 2d with arithmetic #25

Merged
merged 13 commits into from
Jan 30, 2015
Merged

Fix 2d with arithmetic #25

merged 13 commits into from
Jan 30, 2015

Conversation

cbchouinard
Copy link
Member

2D properties didn't support arithmetic operations. I've extracted the 2D unpacking from the grammar to a new module working on the AST. This pull request will provide full support for arithmetic operation on 2D properties.

# for item in properties
# expression = expression.slice()
# expression[2] = item
# expressions.push expression
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove these?

cbchouinard added a commit that referenced this pull request Jan 30, 2015
Add support for nested arithmetic operations on 2D operations and support 2D expansion for 2D variable names.
@cbchouinard cbchouinard merged commit b8e3984 into master Jan 30, 2015
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.

3 participants