Y
Hacker News
new
|
ask
|
show
|
jobs
by
jjtheblunt
1021 days ago
the call stack during recursive descent is an ephemeral ast, for the recursive descent parsers I've written.
1 comments
hedora
1020 days ago
That implies the memory usage is proportional to the depth of the AST, not the total size (which is the point, I think).
link