|
|
|
|
|
by pyrale
1142 days ago
|
|
I believe the point being made is that while it is possible to merge lexing and parsing with recursive descent parser, it is not essential to this style, and separating lexing and parsing while doing recursive descent parser is also a legitimate approach. |
|