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

Replace NewParser with Parser #4 #128

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

junk0612
Copy link
Collaborator

@junk0612 junk0612 commented Oct 16, 2023

  • Raise error when a identifier or a character appears after %prec seen
  • Raise error when multiple user codes appears after %prec seen

rhs: /* empty */
{
result = []
@prec_seen = false
Copy link
Collaborator

Choose a reason for hiding this comment

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

It seems that @code_after_prec is never reset.

- Raise error when a identifier or a character appears after %prec seen
- Raise error when multiple user codes appears after %prec seen
@yui-knk yui-knk merged commit 0358e87 into ruby:master Oct 16, 2023
12 checks passed
@junk0612 junk0612 deleted the replace-new-parser-4 branch October 17, 2023 01:22
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