MCPcopy Create free account
hub / github.com/gokcehan/lf / parser

Struct parser

parse.go:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203type parser struct {
204 scanner *scanner
205 expr expr
206 err error
207}
208
209func newParser(r io.Reader) *parser {
210 scanner := newScanner(r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected