statusAtual = new Status(maquinaPrograma,Constantes.ESTADO_INICIAL);
// statusAtual = new Status(maquinaExpressao,Constantes.ESTADO_INICIAL); // teste da maq. de ea
// statusAtual = new Status(maquinaComando,Constantes.ESTADO_INICIAL); // teste da maq. de cmd
pilhaStatus = new Stack<Status>();
lexico = new AnalisadorLexico(arquivoFonte, estatisticasCompletas, estatisticasPilha,
codigoFonte, estatisticasTokens);
numeroDeSerieLabels = 0;
pilhaPonteiros = new Stack<Integer>();