Exemplo n.º 1
0
Arquivo: states.go Projeto: hfern/luao
func emit(l lex.Lexer, t TokenType) {
	l.EmitTokenWithBytes(lex.TokenType(t))
}
Exemplo n.º 2
0
Arquivo: lexer.go Projeto: hfern/luao
func (ll *lexer) EmitReal(t TokenType) {
	ll.Lexer.EmitTokenWithBytes(lex.TokenType(t))
}