Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There is no recursion involved in parsing. You keep a stack for the tree.


Recursive descent uses the processor stack as the parsing stack.


Recursion is mostly involved in interpreter, and most of the time it is a bad practice. No recursion needed in parser.


Dunning-Krueger effect at its best, I am done arguing.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: