示例#1
0
文件: states.go 项目: hfern/luao
func emit(l lex.Lexer, t TokenType) {
	l.EmitTokenWithBytes(lex.TokenType(t))
}