Hacker News new | ask | show | jobs
by deterministic 325 days ago
I use recursive descent parsers all the time for small DSL's and for a JIT compiled optimizing production quality compiler. It works great.