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

That implies the memory usage is proportional to the depth of the AST, not the total size (which is the point, I think).