You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: