5 ms·
> Does anyone else have any recommendationed reading for someone like me? Writing an Interpreter in Go (https://interpreterbook.com/ https://interpreterbook.co
by jonsagara 8y ago
> Does anyone else have any recommendationed reading for someone like me?
Writing an Interpreter in Go (https://interpreterbook.com/ https://interpreterbook.com/)
It's a very approachable introduction to lexing and parsing using nothing but Go and its standard library.