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 raise of syntax errors for unmatched braces #236

Merged
merged 1 commit into from
Jun 25, 2015

Conversation

ruben-ayrapetyan
Copy link
Contributor

Related issues: #43, #183

The pull request proposes a temporary solution for handling unmatched braces.
Handling of unmatched braces should be moved from lexer to parser, when parse infrastructure would be updated to make it possible.

@ruben-ayrapetyan ruben-ayrapetyan added bug Undesired behaviour normal parser Related to the JavaScript parser labels Jun 24, 2015
@ruben-ayrapetyan ruben-ayrapetyan added this to the Core ECMA features milestone Jun 24, 2015
@egavrin
Copy link
Contributor

egavrin commented Jun 24, 2015

Good to me.

@egavrin egavrin assigned galpeter and unassigned egavrin Jun 24, 2015
@galpeter
Copy link
Contributor

lgtm

@galpeter galpeter removed their assignment Jun 25, 2015
@egavrin
Copy link
Contributor

egavrin commented Jun 25, 2015

make push

Related issue: #43, #183

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired behaviour normal parser Related to the JavaScript parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants