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
I have a grammar with shift/reduce conflicts I've been unable to resolve using associativity and precedence. The default behavior of citron is to resolve them in the way I want, but when I integrate running citron into my build, the build step that includes generating the .swift file always fails. That's problematic for integration into a larger workflow. I'd like a command line option that lets citron exit with status 0 even when there are conflicts.
The text was updated successfully, but these errors were encountered:
I have a grammar with shift/reduce conflicts I've been unable to resolve using associativity and precedence. The default behavior of citron is to resolve them in the way I want, but when I integrate running citron into my build, the build step that includes generating the .swift file always fails. That's problematic for integration into a larger workflow. I'd like a command line option that lets citron exit with status 0 even when there are conflicts.
The text was updated successfully, but these errors were encountered: