Exemplo n.º 1
0
def read():
    temp = lexer.read()
    token = Token(temp[0])
    token.content = temp[1]
    return token