Y
Hacker News
new
|
ask
|
show
|
jobs
by
mikevin
1137 days ago
Can you expand on why you prefer that approach?
1 comments
int_19h
1137 days ago
It's much easier to have a grammar that is LL(1) - which also makes recursive descent that much more convenient to write - if you separate.
link