dragon-book-exercise-answers icon indicating copy to clipboard operation
dragon-book-exercise-answers copied to clipboard

Issue 2.4.md

Open ZZZWTGitHub opened this issue 2 years ago • 2 comments

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

ZZZWTGitHub avatar Apr 17 '22 14:04 ZZZWTGitHub

Print ("Hello world")

hupneni avatar Sep 05 '22 07:09 hupneni

exm?

ZZZWTGitHub avatar Sep 05 '22 13:09 ZZZWTGitHub