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 issue278: Return an object literal #280

Merged
merged 1 commit into from
May 27, 2015

Conversation

EBatTiVo
Copy link
Contributor

Parser: Allow objectLiterals as returnStatement values.
Require objectLiterals to be empty brackets or have a colon-delimited
declared value.
Add a few new unit tests for return statements.

Parser: Allow objectLiterals as returnStatement values.
        Require objectLiterals to be empty brackets or have a colon-delimited
        declared value.
Add a few new unit tests for return statements.
@EBatTiVo
Copy link
Contributor Author

@sganapavarapu1, @as3boyan, Can one of you please review this?

The only real change in this code is to haxe.bnf. Everything else is generated code or a test (which can certainly bear reviewing, but it's not critical).

@as3boyan
Copy link
Contributor

Should be fine

EBatTiVo added a commit that referenced this pull request May 27, 2015
@EBatTiVo EBatTiVo merged commit 0ac04b6 into master May 27, 2015
@EBatTiVo EBatTiVo deleted the FixIssue278ReturnAnObjectLiteral branch May 27, 2015 19:20
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