Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
When is it OK to panic in Go? | Dark Hacker News
When is it OK to panic in Go?
(alexedwards.net)
2 points
by
psxuaw
1 year ago
| 1 comment
commandersaki
1 year ago
|
next
[−]
GoAWK uses panic & recover to simplify error handling in the recursive descent parser:
https://github.com/benhoyt/goawk/blob/master/parser/parser.g...