←back to thread

Parse, don't validate (2019)

(lexi-lambda.github.io)
398 points declanhaigh | 1 comments | | HN request time: 0.274s | source
Show context
bob1029 ◴[] No.35054805[source]
This is something I've become fairly passionate about lately.

Any time I see some regex, I start asking probing questions about the nature of the underlying abstraction.

Being able to deterministically convert something into an AST is the ultimate test of that thing's stability at any scale.

replies(1): >>35054926 #
1. thanatropism ◴[] No.35054926[source]
That's also kind of an IQ test.