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 states.rb and grammar.rb #50

Merged
merged 9 commits into from
Jul 8, 2023

Conversation

alitaso345
Copy link
Contributor

@alitaso345 alitaso345 commented Jul 6, 2023

Summary

  • I have refactored states.rb and grammar.rb.
  • Groups of Structs with methods have been separated into different files as Classes inheriting from Struct.

Changes Made

  • states.rb
    • The Item has been separated into a different file.
  • grammar.rb
    • The following Structs have been separated into different files:
    • Code, ErrorToken, Precedence, Printer, Reference, Rule, Symbol, Union

@alitaso345 alitaso345 changed the title Refactor state.rb and grammar.rb Refactor states.rb and grammar.rb Jul 6, 2023
@alitaso345 alitaso345 marked this pull request as ready for review July 6, 2023 15:44
@yui-knk yui-knk merged commit 0983285 into ruby:master Jul 8, 2023
9 checks passed
@yui-knk
Copy link
Collaborator

yui-knk commented Jul 8, 2023

Thank you!

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