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
But the file source/src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs is absent in 2.9.5 version, I assume BNFC uses somehow the C related stuff to generate the .y file. This is the generated Stella.y file that I get:
I am running following command for generation:
bnfc --cpp -l -m -o src/Stella -p Stella Stella.cf
I get this
Test.C
file:But it does not throw
parse_error
when given a faulty input, in fact, it just prints following:I found this PR that added
parse_error
: #288But the file
source/src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs
is absent in 2.9.5 version, I assume BNFC uses somehow the C related stuff to generate the .y file. This is the generatedStella.y
file that I get:I assume that here should be something like
throw Stella::parse_error
.The text was updated successfully, but these errors were encountered: