EOF represents the end of input.
var EOF = lex.Make(scanner.EOF, "EOF")
type Parser struct {
// contains filtered or unexported fields
}
func NewParser(ctxt *obj.Link, ar *arch.Arch, lexer lex.TokenReader) *Parser
func (p *Parser) Parse() (*obj.Prog, bool)
func (p *Parser) ParseSymABIs(w io.Writer) bool
ParseSymABIs parses p's assembly code to find text symbol definitions and references and writes a symabis file to w.
type Patch struct {
// contains filtered or unexported fields
}