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

Warnings in output #80

Open
mc1017 opened this issue Feb 9, 2022 · 1 comment
Open

Warnings in output #80

mc1017 opened this issue Feb 9, 2022 · 1 comment

Comments

@mc1017
Copy link

mc1017 commented Feb 9, 2022

My parser passed all 54 cases but there are some shift/reduce conflict and warnings, but i am not sure how if they matter nor how to fix them. Below are the output in terminal:
Screenshot 2022-02-09 at 2 04 52 AM

@BPulmannova
Copy link

if they matter

check #77

how to fix them

The bison compilation (thanks to the -v flag) produces a file in src/maths_parser.output. Inside you might find helpful that the shift/reduce conflicts will be linked to specific states of your automaton. You can find more information about the file's structure here.

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

No branches or pull requests

2 participants