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

Refactor tokens #182

Merged
merged 2 commits into from
Nov 4, 2023
Merged

Refactor tokens #182

merged 2 commits into from
Nov 4, 2023

Conversation

yui-knk
Copy link
Collaborator

@yui-knk yui-knk commented Nov 4, 2023

No description provided.

Before this change, each token is distinguished by its type.
However this means different type of token should have same
attributes and methods.
This commit divide each type of token into different sub
classes so that each token type can has different implementation.
`alias` conflicts Ruby's keyword.
@yui-knk yui-knk merged commit 5a74712 into ruby:master Nov 4, 2023
14 checks passed
@yui-knk yui-knk deleted the refactor_tokens branch November 4, 2023 13:34
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.

1 participant