Hacker News new | ask | show | jobs
by keithnz 326 days ago
recursive descent parsers are usually what I do for my little domain specific scripting languages. They are just easy and straightforward. I do like things like ANTLR, but most of the time it seems unnecessary.
1 comments

Got any open source ones you can share links / code of?

I am interested in that area, and reading up and learning about it.