Hacker News new | ask | show | jobs
When is it OK to panic in Go? (alexedwards.net)
2 points by psxuaw 446 days ago
1 comments

GoAWK uses panic & recover to simplify error handling in the recursive descent parser: https://github.com/benhoyt/goawk/blob/master/parser/parser.g...