예제 #1
0
파일: states.go 프로젝트: hfern/luao
func emit(l lex.Lexer, t TokenType) {
	l.EmitTokenWithBytes(lex.TokenType(t))
}