Closed Rafi0221 closed 2 weeks ago
I can see some conflicts with main - I'd advise rebasing away commits from grammar-utils
branch that is already merged to main.
It should suffice to do git rebase --onto main ad3aecc
, but you can do a full interactive rebase as well - git rebase -i
I checked the nextAction
generated on arithmetic grammar and it was the same as hardcoded by @AHGIJMKLKKZNPJKQR. We should be finally done 😄
TODO: maybe add more testsImportant: Please check if the logic of creating nextAction is correct