racc icon indicating copy to clipboard operation
racc copied to clipboard

Support `expect!` declaration in Racc grammar file

Open yui-knk opened this issue 9 months ago • 1 comments

expect warns the difference between expected S/R conflicts count and actual count however racc command exits with success. racc command will exit with failure if expect! declaration is specified therefore build process of racc user will also fail.

yui-knk avatar Apr 29 '24 05:04 yui-knk

I will change to implement error_on_expect_mismatch declaration to manage exit code instead of expect! declaration.

yui-knk avatar May 07 '24 03:05 yui-knk