My journey about implementing an HCL parser in pure Go

from blog Fatih Arslan, | ↗ original
One of my new side projects was about a scanner/parser family written in pure Go for the Hashicorp Configuration Language. I had two reasons for it, the first one was to have fun and learn the internals of Go’s own parser family (go/{ast,token,scanner,parser}) and