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

Change lexer regex to be simpler #242

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Change lexer regex to be simpler #242

merged 2 commits into from
Nov 18, 2023

Conversation

ydah
Copy link
Member

@ydah ydah commented Nov 16, 2023

No description provided.

@@ -71,8 +71,7 @@ def lex_token
# noop
when @scanner.scan(/\/\*/)
lex_comment
when @scanner.scan(/\/\//)
@scanner.scan_until(/\n/)
when @scanner.scan(/\/\/.*?\n/)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is changed by #245. Could you rebase (or merge) master branch and use current master implementation?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry for the delay. I updated this PR.

Copy link
Collaborator

Choose a reason for hiding this comment

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

No worries!

@yui-knk yui-knk merged commit 36a130a into ruby:master Nov 18, 2023
@yui-knk
Copy link
Collaborator

yui-knk commented Nov 18, 2023

Thank you!

@ydah ydah deleted the chore branch November 18, 2023 08:52
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