We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
void s() { switch(lookahead) { case '0': match('0');S();match('1'); break; default: report('syntax error') } }
The old code will take string like '001111' witch should not be took
The text was updated successfully, but these errors were encountered:
Print ("Hello world")
Sorry, something went wrong.
exm?
No branches or pull requests
void s() { switch(lookahead) { case '0': match('0');S();match('1'); break; default: report('syntax error') } }
The old code will take string like '001111' witch should not be took
The text was updated successfully, but these errors were encountered: