Pet Projects are Fun

Written by matan-golan | Published 2020/02/04
Tech Story Tags: golang | go | programming | developer-tools | coding | software-development | side-projects | makers

TLDR Go is a Go library that uses Go’s grammar system to create parsers. The Go library uses a different approach on creating parsers with Go. Parsing is all about taking a stream of tokens and building a parse tree from it (iff the syntax matches the grammar) Go uses go.mod files to manage your Go project dependencies. Go.mod is written in pure Go and parsers are written in Go's Go grammar system. Go's grammar system uses Go's “struct tags” to define the grammar of the language.via the TL;DR App

no story

Written by matan-golan | Software Architect @ SecureNative
Published by HackerNoon on 2020/02/04