MCPcopy
hub / github.com/google/mangle / Parser

Struct Parser

parse/parse.go:59–65  ·  view source on GitHub ↗

Parser represents an object that can be used for parsing.

Source from the content-addressed store, hash-verified

57
58// Parser represents an object that can be used for parsing.
59type Parser struct {
60 gen.BaseMangleVisitor
61 input string
62 lexer *gen.MangleLexer
63 parser *gen.MangleParser
64 errors *errorsList
65}
66
67// Holds errors.
68type errorsList struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected