Hacker News new | ask | show | jobs
by CJefferson 324 days ago
Wait, so how do I write mutually recursive functions, say for a parser? Do I have to manually do the recursion myself, and stick everything in one big uber-function?