标签: parsing go yacc lex lexical-analysis
使用
go tool yacc foo.y
但是没有go tool lex命令,那么如何从foo.l生成词法分析器?
go tool lex
foo.l