Home | History | Annotate | Download | only in yacc

Lines Matching refs:Parser

112 // output parser flags
169 flag.StringVar(&oflag, "o", "y.go", "parser output")
2859 // write out the optimized parser
2984 // copy parser text
3078 fmt.Fprintf(foutput, "memory: parser %v/%v\n", memp, ACTSIZE)
3316 /* parser for yacc output */
3328 type $$Parser interface {
3341 func $$NewParser() $$Parser {