Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyoverby
3382 days ago
We don't have specific people that do parsing; if your feature needs changes to the parser, then you make those changes.
1 comments
stcredzero
3382 days ago
One nice thing about using recursive descent, is that your parser "is just a normal program." It's also a potential problem, but every substantive project needs coding standards anyhow.
link