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

Improve code style of generated stream classes #3

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

zbynek
Copy link
Contributor

@zbynek zbynek commented Aug 16, 2023

No description provided.

@zbynek zbynek marked this pull request as draft August 16, 2023 03:05
Signed-off-by: Zbynek Konecny <zbynek1729@gmail.com>
@zbynek zbynek marked this pull request as ready for review August 24, 2023 21:06
@kaikalur kaikalur self-requested a review August 26, 2023 19:41
**********************************************/
/*--------------------------------------------
* THE JAVA GRAMMAR SPECIFICATION STARTS HERE
*--------------------------------------------*/
Copy link
Collaborator

Choose a reason for hiding this comment

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

In javacc-8 we want to remove the java grammar completely out of the javacc grammar if possible.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that sounds like agood improvement too, but in scope of this PR I only wanted to improve the code style of generated classes without changing their functionality.

@kaikalur
Copy link
Collaborator

Sounds good! Can you make sure some of the grammar tests run? Once you confirm we can merge it. Thanks!

Copy link
Collaborator

@kaikalur kaikalur left a comment

Choose a reason for hiding this comment

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

Great! Thanks for enabling checks in CI

@zbynek
Copy link
Contributor Author

zbynek commented Sep 17, 2023

@kaikalur anything else needed before merging this?

@kaikalur kaikalur merged commit aed1a05 into javacc:release Sep 17, 2023
1 check passed
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