Wednesday, June 08, 2022

GoLang: language parsers

 Handwritten Parsers & Lexers in Go | Gopher Academy Blog



parsers for JSON, CSS3, and database query languages

After watching a talk by Rob Pike on lexical scanning and reading the implementation of the go standard library package, ... realized how much easier and simpler it is to hand write your parser and lexer.

No comments: