Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BNFC 2.8. Consider grammar
One . BugOne ::= "the_following_is_a_quoted_string" String;
run
bnfc --java -m quotebug.cf make
then
java quotebug.Test < input
where input 's content is
input
the_following_is_a_quoted_string "here I am"
Output is
Parse Succesful! [Abstract Syntax] (One "here I am") [Linearized Tree] the_following_is_a_quoted_string here I am
but last line should be
The text was updated successfully, but these errors were encountered:
Fix String rendering in Java does not work (BNFC#159)
4008c8b
Fix TokenCat in prList (BNFC#159); make lexer more flexible
fe86d45
Can you open a PR with your fix?
Sorry, something went wrong.
The commit is within the big pull #155, the 4008c8b above Or do you want me to make another pull request explicitly?
The other commit fe86d45 is on a branch of mine that cannot be merged painlessly...
Hum, no, I didn't realize it was already merged :-) Does that mean we can close this issue?
Tested manually on 843075e with the example above, success. To be on the safe side, could you add the example above to the regression-tests and then close the issue?
b5ad016
[#159] Add regression test
164f0cc
Close #159
gdetrez
No branches or pull requests
BNFC 2.8.
Consider grammar
run
then
where
input
's content isOutput is
but last line should be
The text was updated successfully, but these errors were encountered: