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 byacc with oyacc #498

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Replace byacc with oyacc #498

merged 2 commits into from
Feb 12, 2025

Conversation

fosslinux
Copy link
Owner

byacc actually has an awk script to generate .c files. Doesn't look trivial to rewrite in C.

Thanks to lanodan on #bootstrappable IRC, oyacc actually works fine instead, so let's replace byacc with oyacc. Builds bash correctly too.

@fosslinux fosslinux force-pushed the byacc2oyacc branch 3 times, most recently from 05ffea6 to 75195f3 Compare February 5, 2025 08:09
byacc has an awk script to generate .c files

oyacc seems to work fine instead
@fosslinux fosslinux requested a review from Googulator February 8, 2025 09:17
@fosslinux
Copy link
Owner Author

Just want to check @Googulator is happy with + doesn't see any problems with this, as he added byacc originally.

@stikonas
Copy link
Collaborator

Just want to check @Googulator is happy with + doesn't see any problems with this, as he added byacc originally.

@Googulator did leave a comments earlier that you resolved. So perhaps we can assume that it's fine to merge.

@fosslinux fosslinux merged commit c00fa39 into master Feb 12, 2025
6 checks passed
@fosslinux fosslinux deleted the byacc2oyacc branch February 12, 2025 08:48
Copy link
Collaborator

@Googulator Googulator left a comment

Choose a reason for hiding this comment

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

Yes, forgot about this, but it is fine.

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.

3 participants