7 ms·
Also note the amazing architecture behind the Golang template parser/lexer A talk by Rob Like: https://talks.golang.org/2011/lex.slide https://talks.golang.org
by jakoblorz 7y ago
Also note the amazing architecture behind the Golang template parser/lexer
A talk by Rob Like: https://talks.golang.org/2011/lex.slide https://talks.golang.org/2011/lex.slide
- jakoblorz 7y ago- Video of the talk: https://www.youtube.com/watch?v=HxaD_trXwRE https://www.youtube.com/watch?v=HxaD_trXwRE - Grammar documentation: https://golang.org/pkg/text/template/ https://golang.org/pkg/text/template/ - Code: https://golang.org/src/text/template/parse/lex.go https://golang.org/src/text/template/parse/lex.go Edit: His name is Rob Pike