@designliquido/delegua 0.34.2 → 0.34.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/avaliador-sintatico/dialetos/index.d.ts +0 -1
- package/avaliador-sintatico/dialetos/index.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/index.js +0 -1
- package/avaliador-sintatico/dialetos/index.js.map +1 -1
- package/bin/package.json +4 -3
- package/interpretador/dialetos/index.d.ts +0 -1
- package/interpretador/dialetos/index.d.ts.map +1 -1
- package/interpretador/dialetos/index.js +0 -1
- package/interpretador/dialetos/index.js.map +1 -1
- package/lexador/dialetos/index.d.ts +0 -2
- package/lexador/dialetos/index.d.ts.map +1 -1
- package/lexador/dialetos/index.js +0 -2
- package/lexador/dialetos/index.js.map +1 -1
- package/package.json +4 -3
- package/umd/delegua.js +392 -1602
- package/analisador-semantico/dialetos/analisador-semantico-mapler.d.ts +0 -30
- package/analisador-semantico/dialetos/analisador-semantico-mapler.d.ts.map +0 -1
- package/analisador-semantico/dialetos/analisador-semantico-mapler.js +0 -104
- package/analisador-semantico/dialetos/analisador-semantico-mapler.js.map +0 -1
- package/analisador-semantico/dialetos/index.d.ts +0 -2
- package/analisador-semantico/dialetos/index.d.ts.map +0 -1
- package/analisador-semantico/dialetos/index.js +0 -18
- package/analisador-semantico/dialetos/index.js.map +0 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-mapler.d.ts +0 -62
- package/avaliador-sintatico/dialetos/avaliador-sintatico-mapler.d.ts.map +0 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-mapler.js +0 -486
- package/avaliador-sintatico/dialetos/avaliador-sintatico-mapler.js.map +0 -1
- package/interpretador/dialetos/mapler/comum.d.ts +0 -11
- package/interpretador/dialetos/mapler/comum.d.ts.map +0 -1
- package/interpretador/dialetos/mapler/comum.js +0 -138
- package/interpretador/dialetos/mapler/comum.js.map +0 -1
- package/interpretador/dialetos/mapler/index.d.ts +0 -3
- package/interpretador/dialetos/mapler/index.d.ts.map +0 -1
- package/interpretador/dialetos/mapler/index.js +0 -19
- package/interpretador/dialetos/mapler/index.js.map +0 -1
- package/interpretador/dialetos/mapler/interpretador-mapler-com-depuracao.d.ts +0 -48
- package/interpretador/dialetos/mapler/interpretador-mapler-com-depuracao.d.ts.map +0 -1
- package/interpretador/dialetos/mapler/interpretador-mapler-com-depuracao.js +0 -152
- package/interpretador/dialetos/mapler/interpretador-mapler-com-depuracao.js.map +0 -1
- package/interpretador/dialetos/mapler/interpretador-mapler.d.ts +0 -47
- package/interpretador/dialetos/mapler/interpretador-mapler.d.ts.map +0 -1
- package/interpretador/dialetos/mapler/interpretador-mapler.js +0 -136
- package/interpretador/dialetos/mapler/interpretador-mapler.js.map +0 -1
- package/lexador/dialetos/lexador-mapler.d.ts +0 -11
- package/lexador/dialetos/lexador-mapler.d.ts.map +0 -1
- package/lexador/dialetos/lexador-mapler.js +0 -205
- package/lexador/dialetos/lexador-mapler.js.map +0 -1
- package/lexador/dialetos/lexador-potigol.d.ts +0 -18
- package/lexador/dialetos/lexador-potigol.d.ts.map +0 -1
- package/lexador/dialetos/lexador-potigol.js +0 -295
- package/lexador/dialetos/lexador-potigol.js.map +0 -1
- package/lexador/dialetos/palavras-reservadas/mapler.d.ts +0 -31
- package/lexador/dialetos/palavras-reservadas/mapler.d.ts.map +0 -1
- package/lexador/dialetos/palavras-reservadas/mapler.js +0 -38
- package/lexador/dialetos/palavras-reservadas/mapler.js.map +0 -1
- package/lexador/dialetos/palavras-reservadas/potigol.d.ts +0 -45
- package/lexador/dialetos/palavras-reservadas/potigol.d.ts.map +0 -1
- package/lexador/dialetos/palavras-reservadas/potigol.js +0 -52
- package/lexador/dialetos/palavras-reservadas/potigol.js.map +0 -1
- package/tipos-de-simbolos/mapler.d.ts +0 -56
- package/tipos-de-simbolos/mapler.d.ts.map +0 -1
- package/tipos-de-simbolos/mapler.js +0 -57
- package/tipos-de-simbolos/mapler.js.map +0 -1
- package/tipos-de-simbolos/potigol.d.ts +0 -66
- package/tipos-de-simbolos/potigol.d.ts.map +0 -1
- package/tipos-de-simbolos/potigol.js +0 -67
- package/tipos-de-simbolos/potigol.js.map +0 -1
- package/tipos-de-simbolos/visualg.d.ts +0 -81
- package/tipos-de-simbolos/visualg.d.ts.map +0 -1
- package/tipos-de-simbolos/visualg.js +0 -82
- package/tipos-de-simbolos/visualg.js.map +0 -1
package/umd/delegua.js
CHANGED
|
@@ -223,7 +223,7 @@ class AvaliadorSintaticoBase {
|
|
|
223
223
|
}
|
|
224
224
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
225
225
|
|
|
226
|
-
},{"../construtos":
|
|
226
|
+
},{"../construtos":40,"../declaracoes":78,"../tipos-de-simbolos/comum":155,"./erro-avaliador-sintatico":7}],2:[function(require,module,exports){
|
|
227
227
|
"use strict";
|
|
228
228
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
229
229
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -1313,7 +1313,7 @@ class AvaliadorSintatico {
|
|
|
1313
1313
|
}
|
|
1314
1314
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
1315
1315
|
|
|
1316
|
-
},{"../construtos":
|
|
1316
|
+
},{"../construtos":40,"../construtos/tuplas":49,"../declaracoes":78,"../lexador":145,"../tipos-de-dados/delegua":153,"../tipos-de-simbolos/delegua":156,"./erro-avaliador-sintatico":7,"browser-process-hrtime":331}],3:[function(require,module,exports){
|
|
1317
1317
|
"use strict";
|
|
1318
1318
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1319
1319
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -1963,494 +1963,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
1963
1963
|
}
|
|
1964
1964
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
1965
1965
|
|
|
1966
|
-
},{"../../construtos":
|
|
1967
|
-
"use strict";
|
|
1968
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1969
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
1970
|
-
};
|
|
1971
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1972
|
-
exports.AvaliadorSintaticoMapler = void 0;
|
|
1973
|
-
const avaliador_sintatico_base_1 = require("../avaliador-sintatico-base");
|
|
1974
|
-
const declaracoes_1 = require("../../declaracoes");
|
|
1975
|
-
const construtos_1 = require("../../construtos");
|
|
1976
|
-
const mapler_1 = __importDefault(require("../../tipos-de-simbolos/mapler"));
|
|
1977
|
-
class AvaliadorSintaticoMapler extends avaliador_sintatico_base_1.AvaliadorSintaticoBase {
|
|
1978
|
-
criarVetorNDimensional(dimensoes) {
|
|
1979
|
-
if (dimensoes.length > 0) {
|
|
1980
|
-
const dimensao = dimensoes[0] + 1;
|
|
1981
|
-
const resto = dimensoes.slice(1);
|
|
1982
|
-
const novoArray = Array(dimensao);
|
|
1983
|
-
for (let i = 0; i <= dimensao; i++) {
|
|
1984
|
-
novoArray[i] = this.criarVetorNDimensional(resto);
|
|
1985
|
-
}
|
|
1986
|
-
return novoArray;
|
|
1987
|
-
}
|
|
1988
|
-
else {
|
|
1989
|
-
return undefined;
|
|
1990
|
-
}
|
|
1991
|
-
}
|
|
1992
|
-
validarDimensoesVetor() {
|
|
1993
|
-
let dimensoes = [];
|
|
1994
|
-
do {
|
|
1995
|
-
const numeroInicial = this.consumir(mapler_1.default.NUMERO, 'Esperado índice inicial para inicialização de dimensão de vetor.');
|
|
1996
|
-
this.consumir(mapler_1.default.PONTO, 'Esperado primeiro ponto após índice inicial para inicialização de dimensão de vetor.');
|
|
1997
|
-
this.consumir(mapler_1.default.PONTO, 'Esperado segundo ponto após índice inicial para inicialização de dimensão de vetor.');
|
|
1998
|
-
const numeroFinal = this.consumir(mapler_1.default.NUMERO, 'Esperado índice final para inicialização de dimensão de vetor.');
|
|
1999
|
-
dimensoes.push(Number(numeroFinal.literal) - Number(numeroInicial.literal));
|
|
2000
|
-
} while (this.verificarSeSimboloAtualEIgualA(mapler_1.default.VIRGULA));
|
|
2001
|
-
return dimensoes;
|
|
2002
|
-
}
|
|
2003
|
-
logicaComumParametroMapler() {
|
|
2004
|
-
const identificadores = [];
|
|
2005
|
-
do {
|
|
2006
|
-
identificadores.push(this.consumir(mapler_1.default.IDENTIFICADOR, 'Esperado nome de variável.'));
|
|
2007
|
-
} while (this.verificarSeSimboloAtualEIgualA(mapler_1.default.VIRGULA));
|
|
2008
|
-
this.consumir(mapler_1.default.DOIS_PONTOS, 'Esperado dois-pontos após nome de variável.');
|
|
2009
|
-
if (!this.verificarSeSimboloAtualEIgualA(mapler_1.default.CADEIA, mapler_1.default.CARACTERE, mapler_1.default.INTEIRO, mapler_1.default.LOGICO, mapler_1.default.REAL, mapler_1.default.VETOR)) {
|
|
2010
|
-
throw this.erro(this.simbolos[this.atual], 'Tipo de variável não conhecido.');
|
|
2011
|
-
}
|
|
2012
|
-
const simboloAnterior = this.simbolos[this.atual - 1];
|
|
2013
|
-
const tipoVariavel = simboloAnterior.tipo;
|
|
2014
|
-
return {
|
|
2015
|
-
identificadores,
|
|
2016
|
-
tipo: tipoVariavel,
|
|
2017
|
-
simbolo: simboloAnterior,
|
|
2018
|
-
};
|
|
2019
|
-
}
|
|
2020
|
-
/**
|
|
2021
|
-
* Validação do segmento de declaração de variáveis (opcional).
|
|
2022
|
-
* @returns Vetor de Construtos para inicialização de variáveis.
|
|
2023
|
-
*/
|
|
2024
|
-
validarSegmentoVariaveis() {
|
|
2025
|
-
const inicializacoes = [];
|
|
2026
|
-
while (!this.verificarTipoSimboloAtual(mapler_1.default.INICIO)) {
|
|
2027
|
-
const simboloAtual = this.simbolos[this.atual];
|
|
2028
|
-
switch (simboloAtual.tipo) {
|
|
2029
|
-
// case tiposDeSimbolos.PROCEDIMENTO:
|
|
2030
|
-
// const dadosProcedimento = this.declaracaoProcedimento();
|
|
2031
|
-
// inicializacoes.push(dadosProcedimento);
|
|
2032
|
-
// break;
|
|
2033
|
-
default:
|
|
2034
|
-
const dadosVariaveis = this.logicaComumParametroMapler();
|
|
2035
|
-
// Se chegou até aqui, variáveis são válidas.
|
|
2036
|
-
// Devem ser declaradas com um valor inicial padrão.
|
|
2037
|
-
for (let identificador of dadosVariaveis.identificadores) {
|
|
2038
|
-
switch (dadosVariaveis.tipo) {
|
|
2039
|
-
case mapler_1.default.CADEIA:
|
|
2040
|
-
case mapler_1.default.CARACTERE:
|
|
2041
|
-
inicializacoes.push(new declaracoes_1.Var(identificador, new construtos_1.Literal(this.hashArquivo, Number(dadosVariaveis.simbolo.linha), ''), 'texto'));
|
|
2042
|
-
break;
|
|
2043
|
-
case mapler_1.default.INTEIRO:
|
|
2044
|
-
case mapler_1.default.REAL:
|
|
2045
|
-
inicializacoes.push(new declaracoes_1.Var(identificador, new construtos_1.Literal(this.hashArquivo, Number(dadosVariaveis.simbolo.linha), 0), 'numero'));
|
|
2046
|
-
break;
|
|
2047
|
-
case mapler_1.default.LOGICO:
|
|
2048
|
-
inicializacoes.push(new declaracoes_1.Var(identificador, new construtos_1.Literal(this.hashArquivo, Number(dadosVariaveis.simbolo.linha), false), 'lógico'));
|
|
2049
|
-
break;
|
|
2050
|
-
case mapler_1.default.VETOR:
|
|
2051
|
-
// TODO: Validar vetor
|
|
2052
|
-
this.consumir(mapler_1.default.COLCHETE_ESQUERDO, 'Esperado colchete esquerdo após palavra reservada "vetor".');
|
|
2053
|
-
const dimensoes = this.validarDimensoesVetor();
|
|
2054
|
-
this.consumir(mapler_1.default.COLCHETE_DIREITO, 'Esperado colchete direito após declaração de dimensões de vetor.');
|
|
2055
|
-
this.consumir(mapler_1.default.DE, 'Esperado palavra reservada "de" após declaração de dimensões de vetor.');
|
|
2056
|
-
if (!this.verificarSeSimboloAtualEIgualA(mapler_1.default.CARACTERE, mapler_1.default.INTEIRO, mapler_1.default.LOGICO, mapler_1.default.REAL, mapler_1.default.VETOR)) {
|
|
2057
|
-
throw this.erro(this.simbolos[this.atual], 'Tipo de variável não conhecido para inicialização de vetor.');
|
|
2058
|
-
}
|
|
2059
|
-
inicializacoes.push(new declaracoes_1.Var(identificador, new construtos_1.Literal(this.hashArquivo, Number(dadosVariaveis.simbolo.linha), this.criarVetorNDimensional(dimensoes)), 'vetor'));
|
|
2060
|
-
break;
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
|
-
break;
|
|
2064
|
-
}
|
|
2065
|
-
this.consumir(mapler_1.default.PONTO_VIRGULA, "Esperado ';' após declaração de variável.");
|
|
2066
|
-
}
|
|
2067
|
-
return inicializacoes;
|
|
2068
|
-
}
|
|
2069
|
-
estaNoFinal() {
|
|
2070
|
-
return this.atual === this.simbolos.length;
|
|
2071
|
-
}
|
|
2072
|
-
primario() {
|
|
2073
|
-
const simboloAtual = this.simbolos[this.atual];
|
|
2074
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.FALSO))
|
|
2075
|
-
return new construtos_1.Literal(this.hashArquivo, Number(simboloAtual.linha), false);
|
|
2076
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.VERDADEIRO))
|
|
2077
|
-
return new construtos_1.Literal(this.hashArquivo, Number(simboloAtual.linha), true);
|
|
2078
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.IDENTIFICADOR)) {
|
|
2079
|
-
return new construtos_1.Variavel(this.hashArquivo, this.simbolos[this.atual - 1]);
|
|
2080
|
-
}
|
|
2081
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.NUMERO, mapler_1.default.CADEIA, mapler_1.default.CARACTERE)) {
|
|
2082
|
-
const simboloAnterior = this.simbolos[this.atual - 1];
|
|
2083
|
-
return new construtos_1.Literal(this.hashArquivo, Number(simboloAnterior.linha), simboloAnterior.literal);
|
|
2084
|
-
}
|
|
2085
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.PARENTESE_ESQUERDO)) {
|
|
2086
|
-
const expressao = this.expressao();
|
|
2087
|
-
this.consumir(mapler_1.default.PARENTESE_DIREITO, "Esperado ')' após a expressão.");
|
|
2088
|
-
return new construtos_1.Agrupamento(this.hashArquivo, Number(simboloAtual.linha), expressao);
|
|
2089
|
-
}
|
|
2090
|
-
//TODO: @Samuel
|
|
2091
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.PONTO_VIRGULA)) {
|
|
2092
|
-
return null;
|
|
2093
|
-
}
|
|
2094
|
-
throw this.erro(this.simbolos[this.atual], 'Esperado expressão.');
|
|
2095
|
-
}
|
|
2096
|
-
comparacaoIgualdade() {
|
|
2097
|
-
let expressao = this.comparar();
|
|
2098
|
-
while (this.verificarSeSimboloAtualEIgualA(mapler_1.default.DIFERENTE, mapler_1.default.IGUAL)) {
|
|
2099
|
-
const simboloAnterior = this.simbolos[this.atual - 1];
|
|
2100
|
-
const direito = this.comparar();
|
|
2101
|
-
expressao = new construtos_1.Binario(this.hashArquivo, expressao, simboloAnterior, direito);
|
|
2102
|
-
}
|
|
2103
|
-
return expressao;
|
|
2104
|
-
}
|
|
2105
|
-
ou() {
|
|
2106
|
-
let expressao = this.e();
|
|
2107
|
-
while (this.verificarSeSimboloAtualEIgualA(mapler_1.default.OU /*, tiposDeSimbolos.XOU*/)) {
|
|
2108
|
-
const operador = this.simbolos[this.atual - 1];
|
|
2109
|
-
const direito = this.e();
|
|
2110
|
-
expressao = new construtos_1.Logico(this.hashArquivo, expressao, operador, direito);
|
|
2111
|
-
}
|
|
2112
|
-
return expressao;
|
|
2113
|
-
}
|
|
2114
|
-
/**
|
|
2115
|
-
* Método que resolve atribuições.
|
|
2116
|
-
* @returns Um construto do tipo `Atribuir`, `Conjunto` ou `AtribuicaoPorIndice`.
|
|
2117
|
-
*/
|
|
2118
|
-
atribuir() {
|
|
2119
|
-
const expressao = this.ou();
|
|
2120
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.SETA_ATRIBUICAO)) {
|
|
2121
|
-
const setaAtribuicao = this.simbolos[this.atual - 1];
|
|
2122
|
-
const valor = this.atribuir();
|
|
2123
|
-
if (expressao instanceof construtos_1.Variavel) {
|
|
2124
|
-
const simbolo = expressao.simbolo;
|
|
2125
|
-
return new construtos_1.Atribuir(this.hashArquivo, simbolo, valor);
|
|
2126
|
-
}
|
|
2127
|
-
else if (expressao instanceof construtos_1.AcessoIndiceVariavel) {
|
|
2128
|
-
return new construtos_1.AtribuicaoPorIndice(this.hashArquivo, expressao.linha, expressao.entidadeChamada, expressao.indice, valor);
|
|
2129
|
-
}
|
|
2130
|
-
this.erro(setaAtribuicao, 'Tarefa de atribuição inválida');
|
|
2131
|
-
}
|
|
2132
|
-
return expressao;
|
|
2133
|
-
}
|
|
2134
|
-
expressao() {
|
|
2135
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.LER))
|
|
2136
|
-
return this.declaracaoLeia();
|
|
2137
|
-
return this.atribuir();
|
|
2138
|
-
}
|
|
2139
|
-
blocoEscopo() {
|
|
2140
|
-
const declaracoes = [];
|
|
2141
|
-
// while (![
|
|
2142
|
-
// tiposDeSimbolos.FIM_FUNCAO,
|
|
2143
|
-
// tiposDeSimbolos.FIM_PROCEDIMENTO
|
|
2144
|
-
// ].includes(this.simbolos[this.atual].tipo) && !this.estaNoFinal())
|
|
2145
|
-
// {
|
|
2146
|
-
// declaracoes.push(this.declaracao());
|
|
2147
|
-
// }
|
|
2148
|
-
// Se chegou até aqui, simplesmente consome o símbolo.
|
|
2149
|
-
this.avancarEDevolverAnterior();
|
|
2150
|
-
// this.consumir(tiposDeSimbolos.FIM_FUNCAO, "Esperado palavra-chave 'fimfuncao' após o bloco.");
|
|
2151
|
-
return declaracoes;
|
|
2152
|
-
}
|
|
2153
|
-
chamar() {
|
|
2154
|
-
let expressao = this.primario();
|
|
2155
|
-
while (true) {
|
|
2156
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.PARENTESE_ESQUERDO)) {
|
|
2157
|
-
expressao = this.finalizarChamada(expressao);
|
|
2158
|
-
}
|
|
2159
|
-
else if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.COLCHETE_ESQUERDO)) {
|
|
2160
|
-
const indices = [];
|
|
2161
|
-
do {
|
|
2162
|
-
indices.push(this.expressao());
|
|
2163
|
-
} while (this.verificarSeSimboloAtualEIgualA(mapler_1.default.VIRGULA));
|
|
2164
|
-
const indice = indices[0];
|
|
2165
|
-
const simboloFechamento = this.consumir(mapler_1.default.COLCHETE_DIREITO, "Esperado ']' após escrita do indice.");
|
|
2166
|
-
expressao = new construtos_1.AcessoIndiceVariavel(this.hashArquivo, expressao, indice, simboloFechamento);
|
|
2167
|
-
}
|
|
2168
|
-
else {
|
|
2169
|
-
break;
|
|
2170
|
-
}
|
|
2171
|
-
}
|
|
2172
|
-
return expressao;
|
|
2173
|
-
}
|
|
2174
|
-
corpoDaFuncao(tipo) {
|
|
2175
|
-
const simboloAnterior = this.simbolos[this.atual - 1];
|
|
2176
|
-
this.consumir(mapler_1.default.DOIS_PONTOS, 'Esperado dois-pontos após nome de função.');
|
|
2177
|
-
// this.consumir(tiposDeSimbolos.QUEBRA_LINHA, "Esperado quebra de linha após tipo retornado por 'funcao'.");
|
|
2178
|
-
this.validarSegmentoVariaveis();
|
|
2179
|
-
const corpo = this.blocoEscopo();
|
|
2180
|
-
return new construtos_1.FuncaoConstruto(this.hashArquivo, Number(simboloAnterior.linha), null, corpo);
|
|
2181
|
-
}
|
|
2182
|
-
declaracaoEnquanto() {
|
|
2183
|
-
const simboloAtual = this.avancarEDevolverAnterior();
|
|
2184
|
-
const condicao = this.expressao();
|
|
2185
|
-
this.consumir(mapler_1.default.FACA, "Esperado paravra reservada 'faca' após condição de continuidade em declaracão 'enquanto'.");
|
|
2186
|
-
const declaracoes = [];
|
|
2187
|
-
do {
|
|
2188
|
-
declaracoes.push(this.resolverDeclaracaoForaDeBloco());
|
|
2189
|
-
} while (![mapler_1.default.FIM].includes(this.simbolos[this.atual].tipo) &&
|
|
2190
|
-
![mapler_1.default.ENQUANTO].includes(this.simbolos[this.atual + 1].tipo));
|
|
2191
|
-
this.consumir(mapler_1.default.FIM, "Esperado palavra-chave 'fim' para iniciar o fechamento de declaração 'enquanto'.");
|
|
2192
|
-
this.consumir(mapler_1.default.ENQUANTO, "Esperado palavra-chave 'enquanto' para o fechamento de declaração 'enquanto'.");
|
|
2193
|
-
this.consumir(mapler_1.default.PONTO_VIRGULA, "Esperado palavra-chave ';' para o fechamento de declaração 'enquanto'.");
|
|
2194
|
-
return new declaracoes_1.Enquanto(condicao, new declaracoes_1.Bloco(simboloAtual.hashArquivo, Number(simboloAtual.linha), declaracoes.filter((d) => d)));
|
|
2195
|
-
}
|
|
2196
|
-
declaracaoEscolha() {
|
|
2197
|
-
throw new Error('Método não implementado.');
|
|
2198
|
-
}
|
|
2199
|
-
logicaComumEscreva() {
|
|
2200
|
-
const simboloAtual = this.simbolos[this.atual];
|
|
2201
|
-
const argumentos = [];
|
|
2202
|
-
do {
|
|
2203
|
-
const valor = this.resolverDeclaracaoForaDeBloco();
|
|
2204
|
-
argumentos.push(new construtos_1.FormatacaoEscrita(this.hashArquivo, Number(simboloAtual.linha), valor));
|
|
2205
|
-
} while (this.verificarSeSimboloAtualEIgualA(mapler_1.default.VIRGULA));
|
|
2206
|
-
this.consumir(mapler_1.default.PONTO_VIRGULA, "Esperado quebra de linha após fechamento de parênteses pós instrução 'escreva'.");
|
|
2207
|
-
return argumentos;
|
|
2208
|
-
}
|
|
2209
|
-
declaracaoEscreva() {
|
|
2210
|
-
throw new Error('Método não implementado.');
|
|
2211
|
-
}
|
|
2212
|
-
declaracaoEscrevaMesmaLinha() {
|
|
2213
|
-
const simboloAtual = this.avancarEDevolverAnterior();
|
|
2214
|
-
const argumentos = this.logicaComumEscreva();
|
|
2215
|
-
return new declaracoes_1.EscrevaMesmaLinha(Number(simboloAtual.linha), this.hashArquivo, argumentos);
|
|
2216
|
-
}
|
|
2217
|
-
/**
|
|
2218
|
-
* Criação de declaração "repita".
|
|
2219
|
-
* @returns Um construto do tipo Fazer
|
|
2220
|
-
*/
|
|
2221
|
-
declaracaoFazer() {
|
|
2222
|
-
const simboloAtual = this.avancarEDevolverAnterior();
|
|
2223
|
-
// this.consumir(tiposDeSimbolos.QUEBRA_LINHA, "Esperado quebra de linha após instrução 'repita'.");
|
|
2224
|
-
const declaracoes = [];
|
|
2225
|
-
do {
|
|
2226
|
-
declaracoes.push(this.resolverDeclaracaoForaDeBloco());
|
|
2227
|
-
} while (![mapler_1.default.ATE].includes(this.simbolos[this.atual].tipo));
|
|
2228
|
-
this.consumir(mapler_1.default.ATE, "Esperado palavra-chave 'ate' após declaração de bloco em instrução 'repita'.");
|
|
2229
|
-
const condicao = this.expressao();
|
|
2230
|
-
// this.consumir(
|
|
2231
|
-
// tiposDeSimbolos.QUEBRA_LINHA,
|
|
2232
|
-
// "Esperado quebra de linha após condição de continuidade em instrução 'repita'."
|
|
2233
|
-
// );
|
|
2234
|
-
return new declaracoes_1.Fazer(this.hashArquivo, Number(simboloAtual.linha), new declaracoes_1.Bloco(this.hashArquivo, Number(simboloAtual.linha), declaracoes.filter((d) => d)), condicao);
|
|
2235
|
-
}
|
|
2236
|
-
/**
|
|
2237
|
-
* Criação de declaração "interrompa".
|
|
2238
|
-
* Em Mapler, "sustar" é chamada de "interrompa".
|
|
2239
|
-
* @returns Uma declaração do tipo Sustar.
|
|
2240
|
-
*/
|
|
2241
|
-
declaracaoInterrompa() {
|
|
2242
|
-
const simboloAtual = this.avancarEDevolverAnterior();
|
|
2243
|
-
// TODO: Contar blocos para colocar esta condição de erro.
|
|
2244
|
-
/* if (this.blocos < 1) {
|
|
2245
|
-
this.erro(this.simbolos[this.atual - 1], "'interrompa' deve estar dentro de um laço de repetição.");
|
|
2246
|
-
} */
|
|
2247
|
-
return new declaracoes_1.Sustar(simboloAtual);
|
|
2248
|
-
}
|
|
2249
|
-
/**
|
|
2250
|
-
* Análise de uma declaração `leia()`. No Mapler, `leia()` aceita 1..N argumentos.
|
|
2251
|
-
* @returns Uma declaração `Leia`.
|
|
2252
|
-
*/
|
|
2253
|
-
declaracaoLeia() {
|
|
2254
|
-
const simboloAtual = this.avancarEDevolverAnterior();
|
|
2255
|
-
// this.consumir(tiposDeSimbolos.PARENTESE_ESQUERDO, "Esperado '(' antes do argumento em instrução `leia`.");
|
|
2256
|
-
const argumentos = [];
|
|
2257
|
-
do {
|
|
2258
|
-
argumentos.push(this.resolverDeclaracaoForaDeBloco());
|
|
2259
|
-
} while (this.verificarSeSimboloAtualEIgualA(mapler_1.default.PONTO_VIRGULA));
|
|
2260
|
-
// this.consumir(tiposDeSimbolos.PARENTESE_DIREITO, "Esperado ')' após o argumento em instrução `leia`.");
|
|
2261
|
-
// this.consumir(
|
|
2262
|
-
// tiposDeSimbolos.QUEBRA_LINHA,
|
|
2263
|
-
// 'Esperado quebra de linha após fechamento de parênteses pós instrução `leia`.'
|
|
2264
|
-
// );
|
|
2265
|
-
return new declaracoes_1.Leia(simboloAtual, argumentos);
|
|
2266
|
-
}
|
|
2267
|
-
declaracaoPara() {
|
|
2268
|
-
throw new Error('Método não implementado.');
|
|
2269
|
-
// const simboloPara: SimboloInterface = this.avancarEDevolverAnterior();
|
|
2270
|
-
// const variavelIteracao = this.consumir(
|
|
2271
|
-
// tiposDeSimbolos.IDENTIFICADOR,
|
|
2272
|
-
// "Esperado identificador de variável após 'para'."
|
|
2273
|
-
// );
|
|
2274
|
-
// this.consumir(tiposDeSimbolos.DE, "Esperado palavra reservada 'de' após variável de controle de 'para'.");
|
|
2275
|
-
// const numeroInicio = this.consumir(
|
|
2276
|
-
// tiposDeSimbolos.NUMERO,
|
|
2277
|
-
// "Esperado literal ou variável após 'de' em declaração 'para'."
|
|
2278
|
-
// );
|
|
2279
|
-
// this.consumir(
|
|
2280
|
-
// tiposDeSimbolos.ATE,
|
|
2281
|
-
// "Esperado palavra reservada 'ate' após valor inicial do laço de repetição 'para'."
|
|
2282
|
-
// );
|
|
2283
|
-
// const numeroFim = this.consumir(
|
|
2284
|
-
// tiposDeSimbolos.NUMERO,
|
|
2285
|
-
// "Esperado literal ou variável após 'de' em declaração 'para'."
|
|
2286
|
-
// );
|
|
2287
|
-
// this.consumir(
|
|
2288
|
-
// tiposDeSimbolos.FACA,
|
|
2289
|
-
// "Esperado palavra reservada 'faca' após valor final do laço de repetição 'para'."
|
|
2290
|
-
// );
|
|
2291
|
-
// this.consumir(
|
|
2292
|
-
// tiposDeSimbolos.QUEBRA_LINHA,
|
|
2293
|
-
// "Esperado quebra de linha após palavra reservada 'faca' do laço de repetição 'para'."
|
|
2294
|
-
// );
|
|
2295
|
-
// const declaracoesBlocoPara = [];
|
|
2296
|
-
// let simboloAtualBlocoPara: SimboloInterface = this.simbolos[this.atual];
|
|
2297
|
-
// while (simboloAtualBlocoPara.tipo !== tiposDeSimbolos.FIM_PARA) {
|
|
2298
|
-
// declaracoesBlocoPara.push(this.declaracao());
|
|
2299
|
-
// simboloAtualBlocoPara = this.simbolos[this.atual];
|
|
2300
|
-
// }
|
|
2301
|
-
// this.consumir(tiposDeSimbolos.FIM_PARA, '');
|
|
2302
|
-
// this.consumir(tiposDeSimbolos.QUEBRA_LINHA, "Esperado quebra de linha após palavra reservada 'fimpara'.");
|
|
2303
|
-
// const corpo = new Bloco(
|
|
2304
|
-
// this.hashArquivo,
|
|
2305
|
-
// Number(simboloPara.linha) + 1,
|
|
2306
|
-
// declaracoesBlocoPara.filter((d) => d)
|
|
2307
|
-
// );
|
|
2308
|
-
// return new Para(
|
|
2309
|
-
// this.hashArquivo,
|
|
2310
|
-
// Number(simboloPara.linha),
|
|
2311
|
-
// new Atribuir(
|
|
2312
|
-
// this.hashArquivo,
|
|
2313
|
-
// variavelIteracao,
|
|
2314
|
-
// new Literal(this.hashArquivo, Number(simboloPara.linha), numeroInicio.literal)
|
|
2315
|
-
// ),
|
|
2316
|
-
// new Binario(
|
|
2317
|
-
// this.hashArquivo,
|
|
2318
|
-
// new Variavel(this.hashArquivo, variavelIteracao),
|
|
2319
|
-
// new Simbolo(tiposDeSimbolos.MENOR_IGUAL, '', '', Number(simboloPara.linha), this.hashArquivo),
|
|
2320
|
-
// new Literal(this.hashArquivo, Number(simboloPara.linha), numeroFim.literal)
|
|
2321
|
-
// ),
|
|
2322
|
-
// new Atribuir(
|
|
2323
|
-
// this.hashArquivo,
|
|
2324
|
-
// variavelIteracao,
|
|
2325
|
-
// new Binario(
|
|
2326
|
-
// this.hashArquivo,
|
|
2327
|
-
// new Variavel(this.hashArquivo, variavelIteracao),
|
|
2328
|
-
// new Simbolo(tiposDeSimbolos.ADICAO, '', null, Number(simboloPara.linha), this.hashArquivo),
|
|
2329
|
-
// new Literal(this.hashArquivo, Number(simboloPara.linha), 1)
|
|
2330
|
-
// )
|
|
2331
|
-
// ),
|
|
2332
|
-
// corpo
|
|
2333
|
-
// );
|
|
2334
|
-
}
|
|
2335
|
-
// logicaComumParametros(): ParametroInterface[] {
|
|
2336
|
-
// const parametros: ParametroInterface[] = [];
|
|
2337
|
-
// if (this.verificarSeSimboloAtualEIgualA(tiposDeSimbolos.PARENTESE_ESQUERDO)) {
|
|
2338
|
-
// while (!this.verificarTipoSimboloAtual(tiposDeSimbolos.PARENTESE_DIREITO)) {
|
|
2339
|
-
// const dadosParametros = this.logicaComumParametroMapler();
|
|
2340
|
-
// for (let parametro of dadosParametros.identificadores) {
|
|
2341
|
-
// parametros.push({
|
|
2342
|
-
// abrangencia: 'padrao',
|
|
2343
|
-
// nome: parametro
|
|
2344
|
-
// });
|
|
2345
|
-
// }
|
|
2346
|
-
// }
|
|
2347
|
-
// // Consumir parêntese direito
|
|
2348
|
-
// this.consumir(
|
|
2349
|
-
// tiposDeSimbolos.PARENTESE_DIREITO,
|
|
2350
|
-
// "Esperado parêntese direito para finalização da leitura de parâmetros."
|
|
2351
|
-
// )
|
|
2352
|
-
// }
|
|
2353
|
-
// return parametros;
|
|
2354
|
-
// }
|
|
2355
|
-
/**
|
|
2356
|
-
* Procedimentos nada mais são do que funções que não retornam valor.
|
|
2357
|
-
*/
|
|
2358
|
-
// declaracaoProcedimento() {
|
|
2359
|
-
// const simboloProcedimento: SimboloInterface = this.avancarEDevolverAnterior();
|
|
2360
|
-
// const nomeProcedimento = this.consumir(tiposDeSimbolos.IDENTIFICADOR,
|
|
2361
|
-
// "Esperado nome do procedimento após palavra-chave `procedimento`.");
|
|
2362
|
-
// // Parâmetros
|
|
2363
|
-
// const parametros = this.logicaComumParametros();
|
|
2364
|
-
// this.validarSegmentoVariaveis();
|
|
2365
|
-
// this.validarSegmentoInicio('procedimento');
|
|
2366
|
-
// const corpo = this.blocoEscopo();
|
|
2367
|
-
// return new FuncaoDeclaracao(
|
|
2368
|
-
// nomeProcedimento, new FuncaoConstruto(
|
|
2369
|
-
// this.hashArquivo,
|
|
2370
|
-
// Number(simboloProcedimento.linha),
|
|
2371
|
-
// parametros,
|
|
2372
|
-
// corpo.filter(d => d)
|
|
2373
|
-
// )
|
|
2374
|
-
// );
|
|
2375
|
-
// }
|
|
2376
|
-
declaracaoSe() {
|
|
2377
|
-
const simboloSe = this.avancarEDevolverAnterior();
|
|
2378
|
-
const condicao = this.expressao();
|
|
2379
|
-
this.consumir(mapler_1.default.ENTAO, "Esperado palavra reservada 'entao' após condição em declaração 'se'.");
|
|
2380
|
-
const declaracoes = [];
|
|
2381
|
-
let caminhoSenao = null;
|
|
2382
|
-
do {
|
|
2383
|
-
declaracoes.push(this.resolverDeclaracaoForaDeBloco());
|
|
2384
|
-
if (this.verificarSeSimboloAtualEIgualA(mapler_1.default.SENAO)) {
|
|
2385
|
-
const simboloSenao = this.simbolos[this.atual - 1];
|
|
2386
|
-
const declaracoesSenao = [];
|
|
2387
|
-
do {
|
|
2388
|
-
declaracoesSenao.push(this.resolverDeclaracaoForaDeBloco());
|
|
2389
|
-
} while (![mapler_1.default.FIM].includes(this.simbolos[this.atual].tipo) &&
|
|
2390
|
-
![mapler_1.default.SE].includes(this.simbolos[this.atual + 1].tipo));
|
|
2391
|
-
caminhoSenao = new declaracoes_1.Bloco(this.hashArquivo, Number(simboloSenao.linha), declaracoesSenao.filter((d) => d));
|
|
2392
|
-
}
|
|
2393
|
-
} while (![mapler_1.default.FIM].includes(this.simbolos[this.atual].tipo) &&
|
|
2394
|
-
![mapler_1.default.SE].includes(this.simbolos[this.atual + 1].tipo));
|
|
2395
|
-
this.consumir(mapler_1.default.FIM, "Esperado palavra-chave 'fim' para iniciar o fechamento de declaração 'se'.");
|
|
2396
|
-
this.consumir(mapler_1.default.SE, "Esperado palavra-chave 'se' para o fechamento de declaração 'se'.");
|
|
2397
|
-
this.consumir(mapler_1.default.PONTO_VIRGULA, "Esperado palavra-chave ';' para o fechamento de declaração 'se'.");
|
|
2398
|
-
return new declaracoes_1.Se(condicao, new declaracoes_1.Bloco(this.hashArquivo, Number(simboloSe.linha), declaracoes.filter((d) => d)), [], caminhoSenao);
|
|
2399
|
-
}
|
|
2400
|
-
resolverDeclaracaoForaDeBloco() {
|
|
2401
|
-
const simboloAtual = this.simbolos[this.atual];
|
|
2402
|
-
switch (simboloAtual.tipo) {
|
|
2403
|
-
case mapler_1.default.ENQUANTO:
|
|
2404
|
-
return this.declaracaoEnquanto();
|
|
2405
|
-
case mapler_1.default.ESCREVER:
|
|
2406
|
-
return this.declaracaoEscrevaMesmaLinha();
|
|
2407
|
-
// case tiposDeSimbolos.FUNCAO:
|
|
2408
|
-
// return this.funcao('funcao');
|
|
2409
|
-
// case tiposDeSimbolos.INTERROMPA:
|
|
2410
|
-
// return this.declaracaoInterrompa();
|
|
2411
|
-
case mapler_1.default.LER:
|
|
2412
|
-
return this.declaracaoLeia();
|
|
2413
|
-
case mapler_1.default.PARA:
|
|
2414
|
-
return this.declaracaoPara();
|
|
2415
|
-
// case tiposDeSimbolos.PARENTESE_DIREITO:
|
|
2416
|
-
// throw new Error('Não deveria estar caindo aqui.');
|
|
2417
|
-
// case tiposDeSimbolos.PROCEDIMENTO:
|
|
2418
|
-
// return this.declaracaoProcedimento();
|
|
2419
|
-
case mapler_1.default.REPITA:
|
|
2420
|
-
return this.declaracaoFazer();
|
|
2421
|
-
case mapler_1.default.SE:
|
|
2422
|
-
return this.declaracaoSe();
|
|
2423
|
-
default:
|
|
2424
|
-
return this.expressao();
|
|
2425
|
-
}
|
|
2426
|
-
}
|
|
2427
|
-
/**
|
|
2428
|
-
* No Mapler, há uma determinada cadência de validação de símbolos.
|
|
2429
|
-
* @param retornoLexador Os símbolos entendidos pelo Lexador.
|
|
2430
|
-
* @param hashArquivo Obrigatório por interface mas não usado aqui.
|
|
2431
|
-
*/
|
|
2432
|
-
analisar(retornoLexador, hashArquivo) {
|
|
2433
|
-
this.erros = [];
|
|
2434
|
-
this.atual = 0;
|
|
2435
|
-
this.blocos = 0;
|
|
2436
|
-
this.hashArquivo = hashArquivo || 0;
|
|
2437
|
-
this.simbolos = (retornoLexador === null || retornoLexador === void 0 ? void 0 : retornoLexador.simbolos) || [];
|
|
2438
|
-
let declaracoes = [];
|
|
2439
|
-
this.consumir(mapler_1.default.VARIAVEIS, "Esperado expressão 'variaveis' para inicializar programa.");
|
|
2440
|
-
declaracoes = declaracoes.concat(this.validarSegmentoVariaveis());
|
|
2441
|
-
this.consumir(mapler_1.default.INICIO, `Esperado expressão 'inicio' para marcar o inicio do programa.`);
|
|
2442
|
-
while (!this.estaNoFinal() && this.simbolos[this.atual].tipo !== mapler_1.default.FIM) {
|
|
2443
|
-
declaracoes.push(this.resolverDeclaracaoForaDeBloco());
|
|
2444
|
-
}
|
|
2445
|
-
return {
|
|
2446
|
-
declaracoes: declaracoes.filter((d) => d),
|
|
2447
|
-
erros: this.erros,
|
|
2448
|
-
};
|
|
2449
|
-
}
|
|
2450
|
-
}
|
|
2451
|
-
exports.AvaliadorSintaticoMapler = AvaliadorSintaticoMapler;
|
|
2452
|
-
|
|
2453
|
-
},{"../../construtos":41,"../../declaracoes":79,"../../tipos-de-simbolos/mapler":164,"../avaliador-sintatico-base":1}],5:[function(require,module,exports){
|
|
1966
|
+
},{"../../construtos":40,"../../declaracoes":78,"../../tipos-de-simbolos/egua-classico":157,"../erro-avaliador-sintatico":7}],4:[function(require,module,exports){
|
|
2454
1967
|
"use strict";
|
|
2455
1968
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2456
1969
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3222,7 +2735,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
3222
2735
|
}
|
|
3223
2736
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
3224
2737
|
|
|
3225
|
-
},{"../../construtos":
|
|
2738
|
+
},{"../../construtos":40,"../../declaracoes":78,"../../lexador":145,"../../tipos-de-simbolos/pitugues":160,"../erro-avaliador-sintatico":7,"browser-process-hrtime":331}],5:[function(require,module,exports){
|
|
3226
2739
|
"use strict";
|
|
3227
2740
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3228
2741
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3392,7 +2905,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
3392
2905
|
}
|
|
3393
2906
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
3394
2907
|
|
|
3395
|
-
},{"../../construtos":
|
|
2908
|
+
},{"../../construtos":40,"../../declaracoes":78,"../../tipos-de-simbolos/portugol-ipt":161,"../avaliador-sintatico-base":1}],6:[function(require,module,exports){
|
|
3396
2909
|
"use strict";
|
|
3397
2910
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3398
2911
|
if (k2 === undefined) k2 = k;
|
|
@@ -3411,10 +2924,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
3411
2924
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3412
2925
|
__exportStar(require("./avaliador-sintatico-egua-classico"), exports);
|
|
3413
2926
|
__exportStar(require("./avaliador-sintatico-pitugues"), exports);
|
|
3414
|
-
__exportStar(require("./avaliador-sintatico-mapler"), exports);
|
|
3415
2927
|
__exportStar(require("./avaliador-sintatico-portugol-ipt"), exports);
|
|
3416
2928
|
|
|
3417
|
-
},{"./avaliador-sintatico-egua-classico":3,"./avaliador-sintatico-
|
|
2929
|
+
},{"./avaliador-sintatico-egua-classico":3,"./avaliador-sintatico-pitugues":4,"./avaliador-sintatico-portugol-ipt":5}],7:[function(require,module,exports){
|
|
3418
2930
|
"use strict";
|
|
3419
2931
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3420
2932
|
exports.ErroAvaliadorSintatico = void 0;
|
|
@@ -3427,7 +2939,7 @@ class ErroAvaliadorSintatico extends Error {
|
|
|
3427
2939
|
}
|
|
3428
2940
|
exports.ErroAvaliadorSintatico = ErroAvaliadorSintatico;
|
|
3429
2941
|
|
|
3430
|
-
},{}],
|
|
2942
|
+
},{}],8:[function(require,module,exports){
|
|
3431
2943
|
"use strict";
|
|
3432
2944
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3433
2945
|
if (k2 === undefined) k2 = k;
|
|
@@ -3451,7 +2963,7 @@ __exportStar(require("./erro-avaliador-sintatico"), exports);
|
|
|
3451
2963
|
__exportStar(require("./micro-avaliador-sintatico"), exports);
|
|
3452
2964
|
__exportStar(require("./retornos"), exports);
|
|
3453
2965
|
|
|
3454
|
-
},{"./avaliador-sintatico":2,"./avaliador-sintatico-base":1,"./dialetos":
|
|
2966
|
+
},{"./avaliador-sintatico":2,"./avaliador-sintatico-base":1,"./dialetos":6,"./erro-avaliador-sintatico":7,"./micro-avaliador-sintatico":10,"./retornos":11}],9:[function(require,module,exports){
|
|
3455
2967
|
"use strict";
|
|
3456
2968
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3457
2969
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3569,7 +3081,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
3569
3081
|
}
|
|
3570
3082
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
3571
3083
|
|
|
3572
|
-
},{"../construtos":
|
|
3084
|
+
},{"../construtos":40,"../tipos-de-simbolos/comum":155,"./erro-avaliador-sintatico":7}],10:[function(require,module,exports){
|
|
3573
3085
|
"use strict";
|
|
3574
3086
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3575
3087
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3858,7 +3370,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
3858
3370
|
}
|
|
3859
3371
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
3860
3372
|
|
|
3861
|
-
},{"../construtos":
|
|
3373
|
+
},{"../construtos":40,"../tipos-de-simbolos/microgramaticas/delegua":159,"./erro-avaliador-sintatico":7,"./micro-avaliador-sintatico-base":9}],11:[function(require,module,exports){
|
|
3862
3374
|
"use strict";
|
|
3863
3375
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3864
3376
|
if (k2 === undefined) k2 = k;
|
|
@@ -3879,19 +3391,19 @@ __exportStar(require("./retorno-declaracao"), exports);
|
|
|
3879
3391
|
__exportStar(require("./retorno-primario"), exports);
|
|
3880
3392
|
__exportStar(require("./retorno-resolver-declaracao"), exports);
|
|
3881
3393
|
|
|
3882
|
-
},{"./retorno-declaracao":
|
|
3394
|
+
},{"./retorno-declaracao":12,"./retorno-primario":13,"./retorno-resolver-declaracao":14}],12:[function(require,module,exports){
|
|
3883
3395
|
"use strict";
|
|
3884
3396
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3885
3397
|
|
|
3886
|
-
},{}],
|
|
3398
|
+
},{}],13:[function(require,module,exports){
|
|
3887
3399
|
"use strict";
|
|
3888
3400
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3889
3401
|
|
|
3890
|
-
},{}],
|
|
3402
|
+
},{}],14:[function(require,module,exports){
|
|
3891
3403
|
"use strict";
|
|
3892
3404
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3893
3405
|
|
|
3894
|
-
},{}],
|
|
3406
|
+
},{}],15:[function(require,module,exports){
|
|
3895
3407
|
"use strict";
|
|
3896
3408
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3897
3409
|
const excecoes_1 = require("../excecoes");
|
|
@@ -4211,7 +3723,7 @@ function default_1(interpretador, pilhaEscoposExecucao) {
|
|
|
4211
3723
|
}
|
|
4212
3724
|
exports.default = default_1;
|
|
4213
3725
|
|
|
4214
|
-
},{"../estruturas":
|
|
3726
|
+
},{"../estruturas":101,"../estruturas/delegua-classe":98,"../estruturas/funcao-padrao":100,"../estruturas/objeto-delegua-classe":104,"../excecoes":107}],16:[function(require,module,exports){
|
|
4215
3727
|
"use strict";
|
|
4216
3728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4217
3729
|
exports.default = {
|
|
@@ -4223,7 +3735,7 @@ exports.default = {
|
|
|
4223
3735
|
},
|
|
4224
3736
|
};
|
|
4225
3737
|
|
|
4226
|
-
},{}],
|
|
3738
|
+
},{}],17:[function(require,module,exports){
|
|
4227
3739
|
"use strict";
|
|
4228
3740
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4229
3741
|
exports.default = {
|
|
@@ -4235,7 +3747,7 @@ exports.default = {
|
|
|
4235
3747
|
},
|
|
4236
3748
|
};
|
|
4237
3749
|
|
|
4238
|
-
},{}],
|
|
3750
|
+
},{}],18:[function(require,module,exports){
|
|
4239
3751
|
"use strict";
|
|
4240
3752
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4241
3753
|
exports.default = {
|
|
@@ -4259,7 +3771,7 @@ exports.default = {
|
|
|
4259
3771
|
tamanho: (interpretador, texto) => Promise.resolve(texto.length),
|
|
4260
3772
|
};
|
|
4261
3773
|
|
|
4262
|
-
},{}],
|
|
3774
|
+
},{}],19:[function(require,module,exports){
|
|
4263
3775
|
"use strict";
|
|
4264
3776
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4265
3777
|
exports.default = {
|
|
@@ -4351,7 +3863,7 @@ exports.default = {
|
|
|
4351
3863
|
tamanho: (interpretador, vetor) => Promise.resolve(vetor.length),
|
|
4352
3864
|
};
|
|
4353
3865
|
|
|
4354
|
-
},{}],
|
|
3866
|
+
},{}],20:[function(require,module,exports){
|
|
4355
3867
|
"use strict";
|
|
4356
3868
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4357
3869
|
exports.AcessoElementoMatriz = void 0;
|
|
@@ -4370,7 +3882,7 @@ class AcessoElementoMatriz {
|
|
|
4370
3882
|
}
|
|
4371
3883
|
exports.AcessoElementoMatriz = AcessoElementoMatriz;
|
|
4372
3884
|
|
|
4373
|
-
},{}],
|
|
3885
|
+
},{}],21:[function(require,module,exports){
|
|
4374
3886
|
"use strict";
|
|
4375
3887
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4376
3888
|
exports.AcessoIndiceVariavel = void 0;
|
|
@@ -4392,7 +3904,7 @@ class AcessoIndiceVariavel {
|
|
|
4392
3904
|
}
|
|
4393
3905
|
exports.AcessoIndiceVariavel = AcessoIndiceVariavel;
|
|
4394
3906
|
|
|
4395
|
-
},{}],
|
|
3907
|
+
},{}],22:[function(require,module,exports){
|
|
4396
3908
|
"use strict";
|
|
4397
3909
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4398
3910
|
exports.AcessoMetodoOuPropriedade = void 0;
|
|
@@ -4413,7 +3925,7 @@ class AcessoMetodoOuPropriedade {
|
|
|
4413
3925
|
}
|
|
4414
3926
|
exports.AcessoMetodoOuPropriedade = AcessoMetodoOuPropriedade;
|
|
4415
3927
|
|
|
4416
|
-
},{}],
|
|
3928
|
+
},{}],23:[function(require,module,exports){
|
|
4417
3929
|
"use strict";
|
|
4418
3930
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4419
3931
|
exports.Agrupamento = void 0;
|
|
@@ -4434,7 +3946,7 @@ class Agrupamento {
|
|
|
4434
3946
|
}
|
|
4435
3947
|
exports.Agrupamento = Agrupamento;
|
|
4436
3948
|
|
|
4437
|
-
},{}],
|
|
3949
|
+
},{}],24:[function(require,module,exports){
|
|
4438
3950
|
"use strict";
|
|
4439
3951
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4440
3952
|
exports.AtribuicaoPorIndice = void 0;
|
|
@@ -4452,7 +3964,7 @@ class AtribuicaoPorIndice {
|
|
|
4452
3964
|
}
|
|
4453
3965
|
exports.AtribuicaoPorIndice = AtribuicaoPorIndice;
|
|
4454
3966
|
|
|
4455
|
-
},{}],
|
|
3967
|
+
},{}],25:[function(require,module,exports){
|
|
4456
3968
|
"use strict";
|
|
4457
3969
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4458
3970
|
exports.AtribuicaoPorIndicesMatriz = void 0;
|
|
@@ -4471,7 +3983,7 @@ class AtribuicaoPorIndicesMatriz {
|
|
|
4471
3983
|
}
|
|
4472
3984
|
exports.AtribuicaoPorIndicesMatriz = AtribuicaoPorIndicesMatriz;
|
|
4473
3985
|
|
|
4474
|
-
},{}],
|
|
3986
|
+
},{}],26:[function(require,module,exports){
|
|
4475
3987
|
"use strict";
|
|
4476
3988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4477
3989
|
exports.Atribuir = void 0;
|
|
@@ -4491,7 +4003,7 @@ class Atribuir {
|
|
|
4491
4003
|
}
|
|
4492
4004
|
exports.Atribuir = Atribuir;
|
|
4493
4005
|
|
|
4494
|
-
},{}],
|
|
4006
|
+
},{}],27:[function(require,module,exports){
|
|
4495
4007
|
"use strict";
|
|
4496
4008
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4497
4009
|
exports.Binario = void 0;
|
|
@@ -4520,7 +4032,7 @@ class Binario {
|
|
|
4520
4032
|
}
|
|
4521
4033
|
exports.Binario = Binario;
|
|
4522
4034
|
|
|
4523
|
-
},{}],
|
|
4035
|
+
},{}],28:[function(require,module,exports){
|
|
4524
4036
|
"use strict";
|
|
4525
4037
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4526
4038
|
exports.Chamada = void 0;
|
|
@@ -4543,7 +4055,7 @@ class Chamada {
|
|
|
4543
4055
|
}
|
|
4544
4056
|
exports.Chamada = Chamada;
|
|
4545
4057
|
|
|
4546
|
-
},{"../geracao-identificadores":
|
|
4058
|
+
},{"../geracao-identificadores":110}],29:[function(require,module,exports){
|
|
4547
4059
|
"use strict";
|
|
4548
4060
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4549
4061
|
exports.Comentario = void 0;
|
|
@@ -4565,7 +4077,7 @@ class Comentario {
|
|
|
4565
4077
|
}
|
|
4566
4078
|
exports.Comentario = Comentario;
|
|
4567
4079
|
|
|
4568
|
-
},{}],
|
|
4080
|
+
},{}],30:[function(require,module,exports){
|
|
4569
4081
|
"use strict";
|
|
4570
4082
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4571
4083
|
exports.ConstanteOuVariavel = void 0;
|
|
@@ -4592,7 +4104,7 @@ class ConstanteOuVariavel {
|
|
|
4592
4104
|
}
|
|
4593
4105
|
exports.ConstanteOuVariavel = ConstanteOuVariavel;
|
|
4594
4106
|
|
|
4595
|
-
},{}],
|
|
4107
|
+
},{}],31:[function(require,module,exports){
|
|
4596
4108
|
"use strict";
|
|
4597
4109
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4598
4110
|
exports.Constante = void 0;
|
|
@@ -4611,11 +4123,11 @@ class Constante {
|
|
|
4611
4123
|
}
|
|
4612
4124
|
exports.Constante = Constante;
|
|
4613
4125
|
|
|
4614
|
-
},{}],
|
|
4126
|
+
},{}],32:[function(require,module,exports){
|
|
4615
4127
|
"use strict";
|
|
4616
4128
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4617
4129
|
|
|
4618
|
-
},{}],
|
|
4130
|
+
},{}],33:[function(require,module,exports){
|
|
4619
4131
|
"use strict";
|
|
4620
4132
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4621
4133
|
exports.Decorador = void 0;
|
|
@@ -4636,7 +4148,7 @@ class Decorador {
|
|
|
4636
4148
|
}
|
|
4637
4149
|
exports.Decorador = Decorador;
|
|
4638
4150
|
|
|
4639
|
-
},{}],
|
|
4151
|
+
},{}],34:[function(require,module,exports){
|
|
4640
4152
|
"use strict";
|
|
4641
4153
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4642
4154
|
exports.DefinirValor = void 0;
|
|
@@ -4654,7 +4166,7 @@ class DefinirValor {
|
|
|
4654
4166
|
}
|
|
4655
4167
|
exports.DefinirValor = DefinirValor;
|
|
4656
4168
|
|
|
4657
|
-
},{}],
|
|
4169
|
+
},{}],35:[function(require,module,exports){
|
|
4658
4170
|
"use strict";
|
|
4659
4171
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4660
4172
|
exports.Dicionario = void 0;
|
|
@@ -4671,7 +4183,7 @@ class Dicionario {
|
|
|
4671
4183
|
}
|
|
4672
4184
|
exports.Dicionario = Dicionario;
|
|
4673
4185
|
|
|
4674
|
-
},{}],
|
|
4186
|
+
},{}],36:[function(require,module,exports){
|
|
4675
4187
|
"use strict";
|
|
4676
4188
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4677
4189
|
exports.ExpressaoRegular = void 0;
|
|
@@ -4688,7 +4200,7 @@ class ExpressaoRegular {
|
|
|
4688
4200
|
}
|
|
4689
4201
|
exports.ExpressaoRegular = ExpressaoRegular;
|
|
4690
4202
|
|
|
4691
|
-
},{}],
|
|
4203
|
+
},{}],37:[function(require,module,exports){
|
|
4692
4204
|
"use strict";
|
|
4693
4205
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4694
4206
|
exports.FimPara = void 0;
|
|
@@ -4715,7 +4227,7 @@ class FimPara {
|
|
|
4715
4227
|
}
|
|
4716
4228
|
exports.FimPara = FimPara;
|
|
4717
4229
|
|
|
4718
|
-
},{}],
|
|
4230
|
+
},{}],38:[function(require,module,exports){
|
|
4719
4231
|
"use strict";
|
|
4720
4232
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4721
4233
|
exports.FormatacaoEscrita = void 0;
|
|
@@ -4738,7 +4250,7 @@ class FormatacaoEscrita {
|
|
|
4738
4250
|
}
|
|
4739
4251
|
exports.FormatacaoEscrita = FormatacaoEscrita;
|
|
4740
4252
|
|
|
4741
|
-
},{}],
|
|
4253
|
+
},{}],39:[function(require,module,exports){
|
|
4742
4254
|
"use strict";
|
|
4743
4255
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4744
4256
|
exports.FuncaoConstruto = void 0;
|
|
@@ -4756,7 +4268,7 @@ class FuncaoConstruto {
|
|
|
4756
4268
|
}
|
|
4757
4269
|
exports.FuncaoConstruto = FuncaoConstruto;
|
|
4758
4270
|
|
|
4759
|
-
},{}],
|
|
4271
|
+
},{}],40:[function(require,module,exports){
|
|
4760
4272
|
"use strict";
|
|
4761
4273
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4762
4274
|
if (k2 === undefined) k2 = k;
|
|
@@ -4804,7 +4316,7 @@ __exportStar(require("./variavel"), exports);
|
|
|
4804
4316
|
__exportStar(require("./vetor"), exports);
|
|
4805
4317
|
__exportStar(require("./qual-tipo"), exports);
|
|
4806
4318
|
|
|
4807
|
-
},{"./acesso-elemento-matriz":
|
|
4319
|
+
},{"./acesso-elemento-matriz":20,"./acesso-indice-variavel":21,"./acesso-metodo-ou-propriedade":22,"./agrupamento":23,"./atribuicao-por-indice":24,"./atribuicao-por-indices-matriz":25,"./atribuir":26,"./binario":27,"./chamada":28,"./comentario":29,"./constante":31,"./constante-ou-variavel":30,"./construto":32,"./decorador":33,"./definir-valor":34,"./dicionario":35,"./expressao-regular":36,"./fim-para":37,"./formatacao-escrita":38,"./funcao":39,"./isto":41,"./literal":42,"./logico":43,"./qual-tipo":44,"./super":45,"./tipo-de":46,"./tuplas":49,"./unario":58,"./variavel":59,"./vetor":60}],41:[function(require,module,exports){
|
|
4808
4320
|
"use strict";
|
|
4809
4321
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4810
4322
|
exports.Isto = void 0;
|
|
@@ -4820,7 +4332,7 @@ class Isto {
|
|
|
4820
4332
|
}
|
|
4821
4333
|
exports.Isto = Isto;
|
|
4822
4334
|
|
|
4823
|
-
},{}],
|
|
4335
|
+
},{}],42:[function(require,module,exports){
|
|
4824
4336
|
"use strict";
|
|
4825
4337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4826
4338
|
exports.Literal = void 0;
|
|
@@ -4836,7 +4348,7 @@ class Literal {
|
|
|
4836
4348
|
}
|
|
4837
4349
|
exports.Literal = Literal;
|
|
4838
4350
|
|
|
4839
|
-
},{}],
|
|
4351
|
+
},{}],43:[function(require,module,exports){
|
|
4840
4352
|
"use strict";
|
|
4841
4353
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4842
4354
|
exports.Logico = void 0;
|
|
@@ -4854,7 +4366,7 @@ class Logico {
|
|
|
4854
4366
|
}
|
|
4855
4367
|
exports.Logico = Logico;
|
|
4856
4368
|
|
|
4857
|
-
},{}],
|
|
4369
|
+
},{}],44:[function(require,module,exports){
|
|
4858
4370
|
"use strict";
|
|
4859
4371
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4860
4372
|
exports.QualTipo = void 0;
|
|
@@ -4872,7 +4384,7 @@ class QualTipo {
|
|
|
4872
4384
|
}
|
|
4873
4385
|
exports.QualTipo = QualTipo;
|
|
4874
4386
|
|
|
4875
|
-
},{}],
|
|
4387
|
+
},{}],45:[function(require,module,exports){
|
|
4876
4388
|
"use strict";
|
|
4877
4389
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4878
4390
|
exports.Super = void 0;
|
|
@@ -4889,7 +4401,7 @@ class Super {
|
|
|
4889
4401
|
}
|
|
4890
4402
|
exports.Super = Super;
|
|
4891
4403
|
|
|
4892
|
-
},{}],
|
|
4404
|
+
},{}],46:[function(require,module,exports){
|
|
4893
4405
|
"use strict";
|
|
4894
4406
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4895
4407
|
exports.TipoDe = void 0;
|
|
@@ -4906,7 +4418,7 @@ class TipoDe {
|
|
|
4906
4418
|
}
|
|
4907
4419
|
exports.TipoDe = TipoDe;
|
|
4908
4420
|
|
|
4909
|
-
},{}],
|
|
4421
|
+
},{}],47:[function(require,module,exports){
|
|
4910
4422
|
"use strict";
|
|
4911
4423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4912
4424
|
exports.Deceto = void 0;
|
|
@@ -4940,7 +4452,7 @@ class Deceto extends tupla_1.Tupla {
|
|
|
4940
4452
|
}
|
|
4941
4453
|
exports.Deceto = Deceto;
|
|
4942
4454
|
|
|
4943
|
-
},{"./tupla":
|
|
4455
|
+
},{"./tupla":57}],48:[function(require,module,exports){
|
|
4944
4456
|
"use strict";
|
|
4945
4457
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4946
4458
|
exports.Dupla = void 0;
|
|
@@ -4954,7 +4466,7 @@ class Dupla extends tupla_1.Tupla {
|
|
|
4954
4466
|
}
|
|
4955
4467
|
exports.Dupla = Dupla;
|
|
4956
4468
|
|
|
4957
|
-
},{"./tupla":
|
|
4469
|
+
},{"./tupla":57}],49:[function(require,module,exports){
|
|
4958
4470
|
"use strict";
|
|
4959
4471
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4960
4472
|
if (k2 === undefined) k2 = k;
|
|
@@ -5023,7 +4535,7 @@ class SeletorTuplas {
|
|
|
5023
4535
|
}
|
|
5024
4536
|
exports.SeletorTuplas = SeletorTuplas;
|
|
5025
4537
|
|
|
5026
|
-
},{"./deceto":
|
|
4538
|
+
},{"./deceto":47,"./dupla":48,"./noneto":50,"./octeto":51,"./quarteto":52,"./quinteto":53,"./septeto":54,"./sexteto":55,"./trio":56,"./tupla":57}],50:[function(require,module,exports){
|
|
5027
4539
|
"use strict";
|
|
5028
4540
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5029
4541
|
exports.Noneto = void 0;
|
|
@@ -5050,7 +4562,7 @@ class Noneto extends tupla_1.Tupla {
|
|
|
5050
4562
|
}
|
|
5051
4563
|
exports.Noneto = Noneto;
|
|
5052
4564
|
|
|
5053
|
-
},{"./tupla":
|
|
4565
|
+
},{"./tupla":57}],51:[function(require,module,exports){
|
|
5054
4566
|
"use strict";
|
|
5055
4567
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5056
4568
|
exports.Octeto = void 0;
|
|
@@ -5076,7 +4588,7 @@ class Octeto extends tupla_1.Tupla {
|
|
|
5076
4588
|
}
|
|
5077
4589
|
exports.Octeto = Octeto;
|
|
5078
4590
|
|
|
5079
|
-
},{"./tupla":
|
|
4591
|
+
},{"./tupla":57}],52:[function(require,module,exports){
|
|
5080
4592
|
"use strict";
|
|
5081
4593
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5082
4594
|
exports.Quarteto = void 0;
|
|
@@ -5092,7 +4604,7 @@ class Quarteto extends tupla_1.Tupla {
|
|
|
5092
4604
|
}
|
|
5093
4605
|
exports.Quarteto = Quarteto;
|
|
5094
4606
|
|
|
5095
|
-
},{"./tupla":
|
|
4607
|
+
},{"./tupla":57}],53:[function(require,module,exports){
|
|
5096
4608
|
"use strict";
|
|
5097
4609
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5098
4610
|
exports.Quinteto = void 0;
|
|
@@ -5109,7 +4621,7 @@ class Quinteto extends tupla_1.Tupla {
|
|
|
5109
4621
|
}
|
|
5110
4622
|
exports.Quinteto = Quinteto;
|
|
5111
4623
|
|
|
5112
|
-
},{"./tupla":
|
|
4624
|
+
},{"./tupla":57}],54:[function(require,module,exports){
|
|
5113
4625
|
"use strict";
|
|
5114
4626
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5115
4627
|
exports.Septeto = void 0;
|
|
@@ -5134,7 +4646,7 @@ class Septeto extends tupla_1.Tupla {
|
|
|
5134
4646
|
}
|
|
5135
4647
|
exports.Septeto = Septeto;
|
|
5136
4648
|
|
|
5137
|
-
},{"./tupla":
|
|
4649
|
+
},{"./tupla":57}],55:[function(require,module,exports){
|
|
5138
4650
|
"use strict";
|
|
5139
4651
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5140
4652
|
exports.Sexteto = void 0;
|
|
@@ -5152,7 +4664,7 @@ class Sexteto extends tupla_1.Tupla {
|
|
|
5152
4664
|
}
|
|
5153
4665
|
exports.Sexteto = Sexteto;
|
|
5154
4666
|
|
|
5155
|
-
},{"./tupla":
|
|
4667
|
+
},{"./tupla":57}],56:[function(require,module,exports){
|
|
5156
4668
|
"use strict";
|
|
5157
4669
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5158
4670
|
exports.Trio = void 0;
|
|
@@ -5167,7 +4679,7 @@ class Trio extends tupla_1.Tupla {
|
|
|
5167
4679
|
}
|
|
5168
4680
|
exports.Trio = Trio;
|
|
5169
4681
|
|
|
5170
|
-
},{"./tupla":
|
|
4682
|
+
},{"./tupla":57}],57:[function(require,module,exports){
|
|
5171
4683
|
"use strict";
|
|
5172
4684
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5173
4685
|
exports.Tupla = void 0;
|
|
@@ -5178,7 +4690,7 @@ class Tupla {
|
|
|
5178
4690
|
}
|
|
5179
4691
|
exports.Tupla = Tupla;
|
|
5180
4692
|
|
|
5181
|
-
},{}],
|
|
4693
|
+
},{}],58:[function(require,module,exports){
|
|
5182
4694
|
"use strict";
|
|
5183
4695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5184
4696
|
exports.Unario = void 0;
|
|
@@ -5196,7 +4708,7 @@ class Unario {
|
|
|
5196
4708
|
}
|
|
5197
4709
|
exports.Unario = Unario;
|
|
5198
4710
|
|
|
5199
|
-
},{}],
|
|
4711
|
+
},{}],59:[function(require,module,exports){
|
|
5200
4712
|
"use strict";
|
|
5201
4713
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5202
4714
|
exports.Variavel = void 0;
|
|
@@ -5212,7 +4724,7 @@ class Variavel {
|
|
|
5212
4724
|
}
|
|
5213
4725
|
exports.Variavel = Variavel;
|
|
5214
4726
|
|
|
5215
|
-
},{}],
|
|
4727
|
+
},{}],60:[function(require,module,exports){
|
|
5216
4728
|
"use strict";
|
|
5217
4729
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5218
4730
|
exports.Vetor = void 0;
|
|
@@ -5228,7 +4740,7 @@ class Vetor {
|
|
|
5228
4740
|
}
|
|
5229
4741
|
exports.Vetor = Vetor;
|
|
5230
4742
|
|
|
5231
|
-
},{}],
|
|
4743
|
+
},{}],61:[function(require,module,exports){
|
|
5232
4744
|
"use strict";
|
|
5233
4745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5234
4746
|
exports.Aleatorio = void 0;
|
|
@@ -5245,7 +4757,7 @@ class Aleatorio extends declaracao_1.Declaracao {
|
|
|
5245
4757
|
}
|
|
5246
4758
|
exports.Aleatorio = Aleatorio;
|
|
5247
4759
|
|
|
5248
|
-
},{"./declaracao":
|
|
4760
|
+
},{"./declaracao":68}],62:[function(require,module,exports){
|
|
5249
4761
|
"use strict";
|
|
5250
4762
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5251
4763
|
exports.Bloco = void 0;
|
|
@@ -5261,7 +4773,7 @@ class Bloco extends declaracao_1.Declaracao {
|
|
|
5261
4773
|
}
|
|
5262
4774
|
exports.Bloco = Bloco;
|
|
5263
4775
|
|
|
5264
|
-
},{"./declaracao":
|
|
4776
|
+
},{"./declaracao":68}],63:[function(require,module,exports){
|
|
5265
4777
|
"use strict";
|
|
5266
4778
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5267
4779
|
exports.CabecalhoPrograma = void 0;
|
|
@@ -5277,7 +4789,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
|
|
|
5277
4789
|
}
|
|
5278
4790
|
exports.CabecalhoPrograma = CabecalhoPrograma;
|
|
5279
4791
|
|
|
5280
|
-
},{"./declaracao":
|
|
4792
|
+
},{"./declaracao":68}],64:[function(require,module,exports){
|
|
5281
4793
|
"use strict";
|
|
5282
4794
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5283
4795
|
exports.Classe = void 0;
|
|
@@ -5297,7 +4809,7 @@ class Classe extends declaracao_1.Declaracao {
|
|
|
5297
4809
|
}
|
|
5298
4810
|
exports.Classe = Classe;
|
|
5299
4811
|
|
|
5300
|
-
},{"./declaracao":
|
|
4812
|
+
},{"./declaracao":68}],65:[function(require,module,exports){
|
|
5301
4813
|
"use strict";
|
|
5302
4814
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5303
4815
|
exports.ConstMultiplo = void 0;
|
|
@@ -5318,7 +4830,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
|
|
|
5318
4830
|
}
|
|
5319
4831
|
exports.ConstMultiplo = ConstMultiplo;
|
|
5320
4832
|
|
|
5321
|
-
},{"./declaracao":
|
|
4833
|
+
},{"./declaracao":68}],66:[function(require,module,exports){
|
|
5322
4834
|
"use strict";
|
|
5323
4835
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5324
4836
|
exports.Const = void 0;
|
|
@@ -5339,7 +4851,7 @@ class Const extends declaracao_1.Declaracao {
|
|
|
5339
4851
|
}
|
|
5340
4852
|
exports.Const = Const;
|
|
5341
4853
|
|
|
5342
|
-
},{"./declaracao":
|
|
4854
|
+
},{"./declaracao":68}],67:[function(require,module,exports){
|
|
5343
4855
|
"use strict";
|
|
5344
4856
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5345
4857
|
exports.Continua = void 0;
|
|
@@ -5354,7 +4866,7 @@ class Continua extends declaracao_1.Declaracao {
|
|
|
5354
4866
|
}
|
|
5355
4867
|
exports.Continua = Continua;
|
|
5356
4868
|
|
|
5357
|
-
},{"./declaracao":
|
|
4869
|
+
},{"./declaracao":68}],68:[function(require,module,exports){
|
|
5358
4870
|
"use strict";
|
|
5359
4871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5360
4872
|
exports.Declaracao = void 0;
|
|
@@ -5373,7 +4885,7 @@ class Declaracao {
|
|
|
5373
4885
|
}
|
|
5374
4886
|
exports.Declaracao = Declaracao;
|
|
5375
4887
|
|
|
5376
|
-
},{}],
|
|
4888
|
+
},{}],69:[function(require,module,exports){
|
|
5377
4889
|
"use strict";
|
|
5378
4890
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5379
4891
|
exports.Enquanto = void 0;
|
|
@@ -5390,7 +4902,7 @@ class Enquanto extends declaracao_1.Declaracao {
|
|
|
5390
4902
|
}
|
|
5391
4903
|
exports.Enquanto = Enquanto;
|
|
5392
4904
|
|
|
5393
|
-
},{"./declaracao":
|
|
4905
|
+
},{"./declaracao":68}],70:[function(require,module,exports){
|
|
5394
4906
|
"use strict";
|
|
5395
4907
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5396
4908
|
exports.Escolha = void 0;
|
|
@@ -5411,7 +4923,7 @@ class Escolha extends declaracao_1.Declaracao {
|
|
|
5411
4923
|
}
|
|
5412
4924
|
exports.Escolha = Escolha;
|
|
5413
4925
|
|
|
5414
|
-
},{"./declaracao":
|
|
4926
|
+
},{"./declaracao":68}],71:[function(require,module,exports){
|
|
5415
4927
|
"use strict";
|
|
5416
4928
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5417
4929
|
exports.EscrevaMesmaLinha = void 0;
|
|
@@ -5427,7 +4939,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
|
|
|
5427
4939
|
}
|
|
5428
4940
|
exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
|
|
5429
4941
|
|
|
5430
|
-
},{"./declaracao":
|
|
4942
|
+
},{"./declaracao":68}],72:[function(require,module,exports){
|
|
5431
4943
|
"use strict";
|
|
5432
4944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5433
4945
|
exports.Escreva = void 0;
|
|
@@ -5443,7 +4955,7 @@ class Escreva extends declaracao_1.Declaracao {
|
|
|
5443
4955
|
}
|
|
5444
4956
|
exports.Escreva = Escreva;
|
|
5445
4957
|
|
|
5446
|
-
},{"./declaracao":
|
|
4958
|
+
},{"./declaracao":68}],73:[function(require,module,exports){
|
|
5447
4959
|
"use strict";
|
|
5448
4960
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5449
4961
|
exports.Expressao = void 0;
|
|
@@ -5459,7 +4971,7 @@ class Expressao extends declaracao_1.Declaracao {
|
|
|
5459
4971
|
}
|
|
5460
4972
|
exports.Expressao = Expressao;
|
|
5461
4973
|
|
|
5462
|
-
},{"./declaracao":
|
|
4974
|
+
},{"./declaracao":68}],74:[function(require,module,exports){
|
|
5463
4975
|
"use strict";
|
|
5464
4976
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5465
4977
|
exports.Falhar = void 0;
|
|
@@ -5476,7 +4988,7 @@ class Falhar extends declaracao_1.Declaracao {
|
|
|
5476
4988
|
}
|
|
5477
4989
|
exports.Falhar = Falhar;
|
|
5478
4990
|
|
|
5479
|
-
},{"./declaracao":
|
|
4991
|
+
},{"./declaracao":68}],75:[function(require,module,exports){
|
|
5480
4992
|
"use strict";
|
|
5481
4993
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5482
4994
|
exports.Fazer = void 0;
|
|
@@ -5493,7 +5005,7 @@ class Fazer extends declaracao_1.Declaracao {
|
|
|
5493
5005
|
}
|
|
5494
5006
|
exports.Fazer = Fazer;
|
|
5495
5007
|
|
|
5496
|
-
},{"./declaracao":
|
|
5008
|
+
},{"./declaracao":68}],76:[function(require,module,exports){
|
|
5497
5009
|
"use strict";
|
|
5498
5010
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5499
5011
|
exports.FuncaoDeclaracao = void 0;
|
|
@@ -5512,7 +5024,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
5512
5024
|
}
|
|
5513
5025
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
5514
5026
|
|
|
5515
|
-
},{"./declaracao":
|
|
5027
|
+
},{"./declaracao":68}],77:[function(require,module,exports){
|
|
5516
5028
|
"use strict";
|
|
5517
5029
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5518
5030
|
exports.Importar = void 0;
|
|
@@ -5529,7 +5041,7 @@ class Importar extends declaracao_1.Declaracao {
|
|
|
5529
5041
|
}
|
|
5530
5042
|
exports.Importar = Importar;
|
|
5531
5043
|
|
|
5532
|
-
},{"./declaracao":
|
|
5044
|
+
},{"./declaracao":68}],78:[function(require,module,exports){
|
|
5533
5045
|
"use strict";
|
|
5534
5046
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5535
5047
|
if (k2 === undefined) k2 = k;
|
|
@@ -5578,7 +5090,7 @@ __exportStar(require("./var"), exports);
|
|
|
5578
5090
|
__exportStar(require("./var-multiplo"), exports);
|
|
5579
5091
|
__exportStar(require("./aleatorio"), exports);
|
|
5580
5092
|
|
|
5581
|
-
},{"./aleatorio":
|
|
5093
|
+
},{"./aleatorio":61,"./bloco":62,"./cabecalho-programa":63,"./classe":64,"./const":66,"./const-multiplo":65,"./continua":67,"./declaracao":68,"./enquanto":69,"./escolha":70,"./escreva":72,"./escreva-mesma-linha":71,"./expressao":73,"./falhar":74,"./fazer":75,"./funcao":76,"./importar":77,"./inicio-algoritmo":79,"./leia":81,"./leia-multiplo":80,"./para":83,"./para-cada":82,"./propriedade-classe":84,"./retorna":85,"./se":86,"./sustar":87,"./tendo-como":88,"./tente":89,"./var":91,"./var-multiplo":90}],79:[function(require,module,exports){
|
|
5582
5094
|
"use strict";
|
|
5583
5095
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5584
5096
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -5593,7 +5105,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
|
5593
5105
|
}
|
|
5594
5106
|
exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
5595
5107
|
|
|
5596
|
-
},{"./declaracao":
|
|
5108
|
+
},{"./declaracao":68}],80:[function(require,module,exports){
|
|
5597
5109
|
"use strict";
|
|
5598
5110
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5599
5111
|
exports.LeiaMultiplo = void 0;
|
|
@@ -5616,7 +5128,7 @@ class LeiaMultiplo extends declaracao_1.Declaracao {
|
|
|
5616
5128
|
}
|
|
5617
5129
|
exports.LeiaMultiplo = LeiaMultiplo;
|
|
5618
5130
|
|
|
5619
|
-
},{"../geracao-identificadores":
|
|
5131
|
+
},{"../geracao-identificadores":110,"./declaracao":68}],81:[function(require,module,exports){
|
|
5620
5132
|
"use strict";
|
|
5621
5133
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5622
5134
|
exports.Leia = void 0;
|
|
@@ -5639,7 +5151,7 @@ class Leia extends declaracao_1.Declaracao {
|
|
|
5639
5151
|
}
|
|
5640
5152
|
exports.Leia = Leia;
|
|
5641
5153
|
|
|
5642
|
-
},{"../geracao-identificadores":
|
|
5154
|
+
},{"../geracao-identificadores":110,"./declaracao":68}],82:[function(require,module,exports){
|
|
5643
5155
|
"use strict";
|
|
5644
5156
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5645
5157
|
exports.ParaCada = void 0;
|
|
@@ -5658,7 +5170,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
5658
5170
|
}
|
|
5659
5171
|
exports.ParaCada = ParaCada;
|
|
5660
5172
|
|
|
5661
|
-
},{"./declaracao":
|
|
5173
|
+
},{"./declaracao":68}],83:[function(require,module,exports){
|
|
5662
5174
|
"use strict";
|
|
5663
5175
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5664
5176
|
exports.Para = void 0;
|
|
@@ -5684,7 +5196,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
5684
5196
|
}
|
|
5685
5197
|
exports.Para = Para;
|
|
5686
5198
|
|
|
5687
|
-
},{"./declaracao":
|
|
5199
|
+
},{"./declaracao":68}],84:[function(require,module,exports){
|
|
5688
5200
|
"use strict";
|
|
5689
5201
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5690
5202
|
exports.PropriedadeClasse = void 0;
|
|
@@ -5702,7 +5214,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
5702
5214
|
}
|
|
5703
5215
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
5704
5216
|
|
|
5705
|
-
},{"./declaracao":
|
|
5217
|
+
},{"./declaracao":68}],85:[function(require,module,exports){
|
|
5706
5218
|
"use strict";
|
|
5707
5219
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5708
5220
|
exports.Retorna = void 0;
|
|
@@ -5719,7 +5231,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
5719
5231
|
}
|
|
5720
5232
|
exports.Retorna = Retorna;
|
|
5721
5233
|
|
|
5722
|
-
},{"./declaracao":
|
|
5234
|
+
},{"./declaracao":68}],86:[function(require,module,exports){
|
|
5723
5235
|
"use strict";
|
|
5724
5236
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5725
5237
|
exports.Se = void 0;
|
|
@@ -5738,7 +5250,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
5738
5250
|
}
|
|
5739
5251
|
exports.Se = Se;
|
|
5740
5252
|
|
|
5741
|
-
},{"./declaracao":
|
|
5253
|
+
},{"./declaracao":68}],87:[function(require,module,exports){
|
|
5742
5254
|
"use strict";
|
|
5743
5255
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5744
5256
|
exports.Sustar = void 0;
|
|
@@ -5753,7 +5265,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
5753
5265
|
}
|
|
5754
5266
|
exports.Sustar = Sustar;
|
|
5755
5267
|
|
|
5756
|
-
},{"./declaracao":
|
|
5268
|
+
},{"./declaracao":68}],88:[function(require,module,exports){
|
|
5757
5269
|
"use strict";
|
|
5758
5270
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5759
5271
|
exports.TendoComo = void 0;
|
|
@@ -5776,7 +5288,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
5776
5288
|
}
|
|
5777
5289
|
exports.TendoComo = TendoComo;
|
|
5778
5290
|
|
|
5779
|
-
},{"./declaracao":
|
|
5291
|
+
},{"./declaracao":68}],89:[function(require,module,exports){
|
|
5780
5292
|
"use strict";
|
|
5781
5293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5782
5294
|
exports.Tente = void 0;
|
|
@@ -5798,7 +5310,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
5798
5310
|
}
|
|
5799
5311
|
exports.Tente = Tente;
|
|
5800
5312
|
|
|
5801
|
-
},{"./declaracao":
|
|
5313
|
+
},{"./declaracao":68}],90:[function(require,module,exports){
|
|
5802
5314
|
"use strict";
|
|
5803
5315
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5804
5316
|
exports.VarMultiplo = void 0;
|
|
@@ -5820,7 +5332,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
5820
5332
|
}
|
|
5821
5333
|
exports.VarMultiplo = VarMultiplo;
|
|
5822
5334
|
|
|
5823
|
-
},{"./declaracao":
|
|
5335
|
+
},{"./declaracao":68}],91:[function(require,module,exports){
|
|
5824
5336
|
"use strict";
|
|
5825
5337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5826
5338
|
exports.Var = void 0;
|
|
@@ -5843,7 +5355,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
5843
5355
|
}
|
|
5844
5356
|
exports.Var = Var;
|
|
5845
5357
|
|
|
5846
|
-
},{"./declaracao":
|
|
5358
|
+
},{"./declaracao":68}],92:[function(require,module,exports){
|
|
5847
5359
|
"use strict";
|
|
5848
5360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5849
5361
|
/**
|
|
@@ -5867,7 +5379,7 @@ function cyrb53(nomeArquivo, semente = 0) {
|
|
|
5867
5379
|
}
|
|
5868
5380
|
exports.default = cyrb53;
|
|
5869
5381
|
|
|
5870
|
-
},{}],
|
|
5382
|
+
},{}],93:[function(require,module,exports){
|
|
5871
5383
|
"use strict";
|
|
5872
5384
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5873
5385
|
if (k2 === undefined) k2 = k;
|
|
@@ -5892,11 +5404,11 @@ var cyrb53_1 = require("./cyrb53");
|
|
|
5892
5404
|
Object.defineProperty(exports, "cyrb53", { enumerable: true, get: function () { return __importDefault(cyrb53_1).default; } });
|
|
5893
5405
|
__exportStar(require("./ponto-parada"), exports);
|
|
5894
5406
|
|
|
5895
|
-
},{"./cyrb53":
|
|
5407
|
+
},{"./cyrb53":92,"./ponto-parada":94}],94:[function(require,module,exports){
|
|
5896
5408
|
"use strict";
|
|
5897
5409
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5898
5410
|
|
|
5899
|
-
},{}],
|
|
5411
|
+
},{}],95:[function(require,module,exports){
|
|
5900
5412
|
"use strict";
|
|
5901
5413
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5902
5414
|
exports.EspacoVariaveis = void 0;
|
|
@@ -5917,7 +5429,7 @@ class EspacoVariaveis {
|
|
|
5917
5429
|
}
|
|
5918
5430
|
exports.EspacoVariaveis = EspacoVariaveis;
|
|
5919
5431
|
|
|
5920
|
-
},{}],
|
|
5432
|
+
},{}],96:[function(require,module,exports){
|
|
5921
5433
|
"use strict";
|
|
5922
5434
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5923
5435
|
exports.Chamavel = void 0;
|
|
@@ -5931,7 +5443,7 @@ class Chamavel {
|
|
|
5931
5443
|
}
|
|
5932
5444
|
exports.Chamavel = Chamavel;
|
|
5933
5445
|
|
|
5934
|
-
},{}],
|
|
5446
|
+
},{}],97:[function(require,module,exports){
|
|
5935
5447
|
"use strict";
|
|
5936
5448
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5937
5449
|
exports.ClassePadrao = void 0;
|
|
@@ -5972,7 +5484,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
5972
5484
|
}
|
|
5973
5485
|
exports.ClassePadrao = ClassePadrao;
|
|
5974
5486
|
|
|
5975
|
-
},{"./chamavel":
|
|
5487
|
+
},{"./chamavel":96}],98:[function(require,module,exports){
|
|
5976
5488
|
"use strict";
|
|
5977
5489
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5978
5490
|
exports.DeleguaClasse = void 0;
|
|
@@ -6051,7 +5563,7 @@ class DeleguaClasse extends chamavel_1.Chamavel {
|
|
|
6051
5563
|
}
|
|
6052
5564
|
exports.DeleguaClasse = DeleguaClasse;
|
|
6053
5565
|
|
|
6054
|
-
},{"../excecoes":
|
|
5566
|
+
},{"../excecoes":107,"./chamavel":96,"./objeto-delegua-classe":104}],99:[function(require,module,exports){
|
|
6055
5567
|
"use strict";
|
|
6056
5568
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6057
5569
|
exports.DeleguaFuncao = void 0;
|
|
@@ -6187,7 +5699,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
|
|
|
6187
5699
|
}
|
|
6188
5700
|
exports.DeleguaFuncao = DeleguaFuncao;
|
|
6189
5701
|
|
|
6190
|
-
},{"../declaracoes":
|
|
5702
|
+
},{"../declaracoes":78,"../espaco-variaveis":95,"../interpretador/inferenciador":133,"../quebras":152,"./chamavel":96}],100:[function(require,module,exports){
|
|
6191
5703
|
"use strict";
|
|
6192
5704
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6193
5705
|
exports.FuncaoPadrao = void 0;
|
|
@@ -6226,7 +5738,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
6226
5738
|
}
|
|
6227
5739
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
6228
5740
|
|
|
6229
|
-
},{"./chamavel":
|
|
5741
|
+
},{"./chamavel":96}],101:[function(require,module,exports){
|
|
6230
5742
|
"use strict";
|
|
6231
5743
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6232
5744
|
if (k2 === undefined) k2 = k;
|
|
@@ -6253,7 +5765,7 @@ __exportStar(require("./modulo"), exports);
|
|
|
6253
5765
|
__exportStar(require("./objeto-delegua-classe"), exports);
|
|
6254
5766
|
__exportStar(require("./objeto-padrao"), exports);
|
|
6255
5767
|
|
|
6256
|
-
},{"./chamavel":
|
|
5768
|
+
},{"./chamavel":96,"./classe-padrao":97,"./delegua-classe":98,"./delegua-funcao":99,"./funcao-padrao":100,"./metodo-primitiva":102,"./modulo":103,"./objeto-delegua-classe":104,"./objeto-padrao":105}],102:[function(require,module,exports){
|
|
6257
5769
|
"use strict";
|
|
6258
5770
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6259
5771
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -6295,7 +5807,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
6295
5807
|
}
|
|
6296
5808
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
6297
5809
|
|
|
6298
|
-
},{"./chamavel":
|
|
5810
|
+
},{"./chamavel":96}],103:[function(require,module,exports){
|
|
6299
5811
|
"use strict";
|
|
6300
5812
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6301
5813
|
exports.DeleguaModulo = void 0;
|
|
@@ -6321,7 +5833,7 @@ class DeleguaModulo {
|
|
|
6321
5833
|
}
|
|
6322
5834
|
exports.DeleguaModulo = DeleguaModulo;
|
|
6323
5835
|
|
|
6324
|
-
},{}],
|
|
5836
|
+
},{}],104:[function(require,module,exports){
|
|
6325
5837
|
"use strict";
|
|
6326
5838
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6327
5839
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -6376,7 +5888,7 @@ class ObjetoDeleguaClasse {
|
|
|
6376
5888
|
}
|
|
6377
5889
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
6378
5890
|
|
|
6379
|
-
},{"../excecoes":
|
|
5891
|
+
},{"../excecoes":107}],105:[function(require,module,exports){
|
|
6380
5892
|
"use strict";
|
|
6381
5893
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6382
5894
|
exports.ObjetoPadrao = void 0;
|
|
@@ -6410,7 +5922,7 @@ class ObjetoPadrao {
|
|
|
6410
5922
|
}
|
|
6411
5923
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
6412
5924
|
|
|
6413
|
-
},{}],
|
|
5925
|
+
},{}],106:[function(require,module,exports){
|
|
6414
5926
|
"use strict";
|
|
6415
5927
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6416
5928
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -6425,7 +5937,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
6425
5937
|
}
|
|
6426
5938
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
6427
5939
|
|
|
6428
|
-
},{}],
|
|
5940
|
+
},{}],107:[function(require,module,exports){
|
|
6429
5941
|
"use strict";
|
|
6430
5942
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6431
5943
|
if (k2 === undefined) k2 = k;
|
|
@@ -6444,7 +5956,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
6444
5956
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6445
5957
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
6446
5958
|
|
|
6447
|
-
},{"./erro-em-tempo-de-execucao":
|
|
5959
|
+
},{"./erro-em-tempo-de-execucao":106}],108:[function(require,module,exports){
|
|
6448
5960
|
"use strict";
|
|
6449
5961
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6450
5962
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7122,7 +6634,7 @@ class FormatadorDelegua {
|
|
|
7122
6634
|
}
|
|
7123
6635
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
7124
6636
|
|
|
7125
|
-
},{"../construtos":
|
|
6637
|
+
},{"../construtos":40,"../tipos-de-simbolos/delegua":156}],109:[function(require,module,exports){
|
|
7126
6638
|
"use strict";
|
|
7127
6639
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7128
6640
|
if (k2 === undefined) k2 = k;
|
|
@@ -7141,7 +6653,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7141
6653
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7142
6654
|
__exportStar(require("./formatador-delegua"), exports);
|
|
7143
6655
|
|
|
7144
|
-
},{"./formatador-delegua":
|
|
6656
|
+
},{"./formatador-delegua":108}],110:[function(require,module,exports){
|
|
7145
6657
|
"use strict";
|
|
7146
6658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7147
6659
|
exports.uuidv4 = void 0;
|
|
@@ -7166,7 +6678,7 @@ function uuidv4() {
|
|
|
7166
6678
|
}
|
|
7167
6679
|
exports.uuidv4 = uuidv4;
|
|
7168
6680
|
|
|
7169
|
-
},{}],
|
|
6681
|
+
},{}],111:[function(require,module,exports){
|
|
7170
6682
|
"use strict";
|
|
7171
6683
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7172
6684
|
if (k2 === undefined) k2 = k;
|
|
@@ -7195,15 +6707,15 @@ __exportStar(require("./interpretador"), exports);
|
|
|
7195
6707
|
__exportStar(require("./lexador"), exports);
|
|
7196
6708
|
__exportStar(require("./tradutores"), exports);
|
|
7197
6709
|
|
|
7198
|
-
},{"./avaliador-sintatico":
|
|
6710
|
+
},{"./avaliador-sintatico":8,"./construtos":40,"./declaracoes":78,"./depuracao":93,"./formatadores":109,"./interfaces":116,"./interpretador":132,"./lexador":145,"./tradutores":162}],112:[function(require,module,exports){
|
|
7199
6711
|
"use strict";
|
|
7200
6712
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7201
6713
|
|
|
7202
|
-
},{}],
|
|
6714
|
+
},{}],113:[function(require,module,exports){
|
|
7203
6715
|
"use strict";
|
|
7204
6716
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7205
6717
|
|
|
7206
|
-
},{}],
|
|
6718
|
+
},{}],114:[function(require,module,exports){
|
|
7207
6719
|
"use strict";
|
|
7208
6720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7209
6721
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -7215,7 +6727,7 @@ var DiagnosticoSeveridade;
|
|
|
7215
6727
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
7216
6728
|
})(DiagnosticoSeveridade = exports.DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = {}));
|
|
7217
6729
|
|
|
7218
|
-
},{}],
|
|
6730
|
+
},{}],115:[function(require,module,exports){
|
|
7219
6731
|
"use strict";
|
|
7220
6732
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7221
6733
|
if (k2 === undefined) k2 = k;
|
|
@@ -7234,7 +6746,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7234
6746
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7235
6747
|
__exportStar(require("./diagnostico-analisador-semantico"), exports);
|
|
7236
6748
|
|
|
7237
|
-
},{"./diagnostico-analisador-semantico":
|
|
6749
|
+
},{"./diagnostico-analisador-semantico":114}],116:[function(require,module,exports){
|
|
7238
6750
|
"use strict";
|
|
7239
6751
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7240
6752
|
if (k2 === undefined) k2 = k;
|
|
@@ -7267,7 +6779,11 @@ __exportStar(require("./construtos"), exports);
|
|
|
7267
6779
|
__exportStar(require("./erros"), exports);
|
|
7268
6780
|
__exportStar(require("./retornos"), exports);
|
|
7269
6781
|
|
|
7270
|
-
},{"./avaliador-sintatico-interface":
|
|
6782
|
+
},{"./avaliador-sintatico-interface":112,"./construtos":113,"./erros":115,"./interpretador-com-depuracao-interface":117,"./interpretador-interface":118,"./lexador-interface":119,"./parametro-interface":120,"./pilha-interface":121,"./resolvedor-interface":122,"./retornos":123,"./retornos/retorno-execucao-interface":125,"./simbolo-interface":128,"./tradutor-interface":129,"./variavel-interface":130,"./visitante-comum-interface":131}],117:[function(require,module,exports){
|
|
6783
|
+
"use strict";
|
|
6784
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6785
|
+
|
|
6786
|
+
},{}],118:[function(require,module,exports){
|
|
7271
6787
|
"use strict";
|
|
7272
6788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7273
6789
|
|
|
@@ -7289,10 +6805,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7289
6805
|
|
|
7290
6806
|
},{}],123:[function(require,module,exports){
|
|
7291
6807
|
"use strict";
|
|
7292
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7293
|
-
|
|
7294
|
-
},{}],124:[function(require,module,exports){
|
|
7295
|
-
"use strict";
|
|
7296
6808
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7297
6809
|
if (k2 === undefined) k2 = k;
|
|
7298
6810
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -7313,7 +6825,11 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
7313
6825
|
__exportStar(require("./retorno-interpretador"), exports);
|
|
7314
6826
|
__exportStar(require("./retorno-lexador"), exports);
|
|
7315
6827
|
|
|
7316
|
-
},{"./retorno-avaliador-sintatico":
|
|
6828
|
+
},{"./retorno-avaliador-sintatico":124,"./retorno-execucao-interface":125,"./retorno-interpretador":126,"./retorno-lexador":127}],124:[function(require,module,exports){
|
|
6829
|
+
"use strict";
|
|
6830
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6831
|
+
|
|
6832
|
+
},{}],125:[function(require,module,exports){
|
|
7317
6833
|
"use strict";
|
|
7318
6834
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7319
6835
|
|
|
@@ -7343,10 +6859,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7343
6859
|
|
|
7344
6860
|
},{}],132:[function(require,module,exports){
|
|
7345
6861
|
"use strict";
|
|
7346
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7347
|
-
|
|
7348
|
-
},{}],133:[function(require,module,exports){
|
|
7349
|
-
"use strict";
|
|
7350
6862
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7351
6863
|
if (k2 === undefined) k2 = k;
|
|
7352
6864
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -7366,7 +6878,7 @@ __exportStar(require("./inferenciador"), exports);
|
|
|
7366
6878
|
__exportStar(require("./interpretador-base"), exports);
|
|
7367
6879
|
__exportStar(require("./interpretador-com-depuracao"), exports);
|
|
7368
6880
|
|
|
7369
|
-
},{"./inferenciador":
|
|
6881
|
+
},{"./inferenciador":133,"./interpretador-base":134,"./interpretador-com-depuracao":135}],133:[function(require,module,exports){
|
|
7370
6882
|
"use strict";
|
|
7371
6883
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7372
6884
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7448,7 +6960,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
7448
6960
|
}
|
|
7449
6961
|
exports.inferirTipoVariavel = inferirTipoVariavel;
|
|
7450
6962
|
|
|
7451
|
-
},{"../tipos-de-dados/delegua":
|
|
6963
|
+
},{"../tipos-de-dados/delegua":153,"../tipos-de-dados/primitivos":154,"../tipos-de-simbolos/delegua":156}],134:[function(require,module,exports){
|
|
7452
6964
|
(function (process){(function (){
|
|
7453
6965
|
"use strict";
|
|
7454
6966
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -8839,7 +8351,7 @@ class InterpretadorBase {
|
|
|
8839
8351
|
exports.InterpretadorBase = InterpretadorBase;
|
|
8840
8352
|
|
|
8841
8353
|
}).call(this)}).call(this,require('_process'))
|
|
8842
|
-
},{"../avaliador-sintatico":
|
|
8354
|
+
},{"../avaliador-sintatico":8,"../bibliotecas/biblioteca-global":15,"../bibliotecas/primitivas-dicionario":16,"../bibliotecas/primitivas-numero":17,"../bibliotecas/primitivas-texto":18,"../bibliotecas/primitivas-vetor":19,"../construtos":40,"../espaco-variaveis":95,"../estruturas":101,"../estruturas/metodo-primitiva":102,"../excecoes":107,"../lexador":145,"../quebras":152,"../tipos-de-dados/delegua":153,"../tipos-de-dados/primitivos":154,"../tipos-de-simbolos/delegua":156,"./inferenciador":133,"./pilha-escopos-execucao":136,"_process":370,"browser-process-hrtime":331}],135:[function(require,module,exports){
|
|
8843
8355
|
"use strict";
|
|
8844
8356
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8845
8357
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9409,7 +8921,7 @@ class InterpretadorComDepuracao extends interpretador_base_1.InterpretadorBase {
|
|
|
9409
8921
|
}
|
|
9410
8922
|
exports.InterpretadorComDepuracao = InterpretadorComDepuracao;
|
|
9411
8923
|
|
|
9412
|
-
},{"../declaracoes":
|
|
8924
|
+
},{"../declaracoes":78,"../espaco-variaveis":95,"../quebras":152,"./inferenciador":133,"./interpretador-base":134,"lodash":363}],136:[function(require,module,exports){
|
|
9413
8925
|
"use strict";
|
|
9414
8926
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9415
8927
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9642,7 +9154,7 @@ class PilhaEscoposExecucao {
|
|
|
9642
9154
|
}
|
|
9643
9155
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
9644
9156
|
|
|
9645
|
-
},{"../estruturas":
|
|
9157
|
+
},{"../estruturas":101,"../excecoes":107,"../lexador":145,"../tipos-de-dados/delegua":153,"./inferenciador":133}],137:[function(require,module,exports){
|
|
9646
9158
|
"use strict";
|
|
9647
9159
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
9648
9160
|
if (k2 === undefined) k2 = k;
|
|
@@ -9662,11 +9174,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9662
9174
|
__exportStar(require("./lexador-egua-classico"), exports);
|
|
9663
9175
|
__exportStar(require("./lexador-pitugues"), exports);
|
|
9664
9176
|
__exportStar(require("./lexador-guarani"), exports);
|
|
9665
|
-
__exportStar(require("./lexador-mapler"), exports);
|
|
9666
|
-
__exportStar(require("./lexador-potigol"), exports);
|
|
9667
9177
|
__exportStar(require("./lexador-portugol-ipt"), exports);
|
|
9668
9178
|
|
|
9669
|
-
},{"./lexador-egua-classico":
|
|
9179
|
+
},{"./lexador-egua-classico":138,"./lexador-guarani":139,"./lexador-pitugues":140,"./lexador-portugol-ipt":141}],138:[function(require,module,exports){
|
|
9670
9180
|
"use strict";
|
|
9671
9181
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9672
9182
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9954,7 +9464,7 @@ class LexadorEguaClassico {
|
|
|
9954
9464
|
}
|
|
9955
9465
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
9956
9466
|
|
|
9957
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
9467
|
+
},{"../../tipos-de-simbolos/egua-classico":157,"../simbolo":151,"./palavras-reservadas/egua-classico":142}],139:[function(require,module,exports){
|
|
9958
9468
|
"use strict";
|
|
9959
9469
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9960
9470
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10069,213 +9579,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
10069
9579
|
}
|
|
10070
9580
|
exports.LexadorGuarani = LexadorGuarani;
|
|
10071
9581
|
|
|
10072
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
10073
|
-
"use strict";
|
|
10074
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10075
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10076
|
-
};
|
|
10077
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10078
|
-
exports.LexadorMapler = void 0;
|
|
10079
|
-
const lexador_base_linha_unica_1 = require("../lexador-base-linha-unica");
|
|
10080
|
-
const mapler_1 = __importDefault(require("../../tipos-de-simbolos/mapler"));
|
|
10081
|
-
const mapler_2 = require("./palavras-reservadas/mapler");
|
|
10082
|
-
class LexadorMapler extends lexador_base_linha_unica_1.LexadorBaseLinhaUnica {
|
|
10083
|
-
analisarNumero() {
|
|
10084
|
-
while (this.eDigito(this.simboloAtual())) {
|
|
10085
|
-
this.avancar();
|
|
10086
|
-
}
|
|
10087
|
-
if (this.simboloAtual() == '.' && this.eDigito(this.proximoSimbolo())) {
|
|
10088
|
-
this.avancar();
|
|
10089
|
-
while (this.eDigito(this.simboloAtual())) {
|
|
10090
|
-
this.avancar();
|
|
10091
|
-
}
|
|
10092
|
-
}
|
|
10093
|
-
const numeroCompleto = this.codigo.substring(this.inicioSimbolo, this.atual);
|
|
10094
|
-
this.adicionarSimbolo(mapler_1.default.NUMERO, parseFloat(numeroCompleto));
|
|
10095
|
-
}
|
|
10096
|
-
analisarTexto(delimitador) {
|
|
10097
|
-
while (this.simboloAtual() !== delimitador && !this.eFinalDoCodigo()) {
|
|
10098
|
-
this.avancar();
|
|
10099
|
-
}
|
|
10100
|
-
if (this.eFinalDoCodigo()) {
|
|
10101
|
-
this.erros.push({
|
|
10102
|
-
linha: this.linha + 1,
|
|
10103
|
-
caractere: this.simboloAnterior(),
|
|
10104
|
-
mensagem: 'Caractere não finalizado.',
|
|
10105
|
-
});
|
|
10106
|
-
return;
|
|
10107
|
-
}
|
|
10108
|
-
const valor = this.codigo.substring(this.inicioSimbolo + 1, this.atual);
|
|
10109
|
-
this.adicionarSimbolo(mapler_1.default.CARACTERE, valor);
|
|
10110
|
-
}
|
|
10111
|
-
identificarPalavraChave() {
|
|
10112
|
-
while (this.eAlfabetoOuDigito(this.simboloAtual())) {
|
|
10113
|
-
this.avancar();
|
|
10114
|
-
}
|
|
10115
|
-
const codigo = this.codigo.substring(this.inicioSimbolo, this.atual);
|
|
10116
|
-
if (codigo in mapler_2.palavrasReservadas) {
|
|
10117
|
-
this.adicionarSimbolo(mapler_2.palavrasReservadas[codigo], codigo);
|
|
10118
|
-
}
|
|
10119
|
-
else {
|
|
10120
|
-
this.adicionarSimbolo(mapler_1.default.IDENTIFICADOR, codigo);
|
|
10121
|
-
}
|
|
10122
|
-
}
|
|
10123
|
-
analisarToken() {
|
|
10124
|
-
const caractere = this.simboloAtual();
|
|
10125
|
-
switch (caractere) {
|
|
10126
|
-
case '(':
|
|
10127
|
-
this.adicionarSimbolo(mapler_1.default.PARENTESE_ESQUERDO);
|
|
10128
|
-
this.avancar();
|
|
10129
|
-
break;
|
|
10130
|
-
case ')':
|
|
10131
|
-
this.adicionarSimbolo(mapler_1.default.PARENTESE_DIREITO);
|
|
10132
|
-
this.avancar();
|
|
10133
|
-
break;
|
|
10134
|
-
case '[':
|
|
10135
|
-
this.adicionarSimbolo(mapler_1.default.COLCHETE_ESQUERDO);
|
|
10136
|
-
this.avancar();
|
|
10137
|
-
break;
|
|
10138
|
-
case ']':
|
|
10139
|
-
this.adicionarSimbolo(mapler_1.default.COLCHETE_DIREITO);
|
|
10140
|
-
this.avancar();
|
|
10141
|
-
break;
|
|
10142
|
-
case ':':
|
|
10143
|
-
this.adicionarSimbolo(mapler_1.default.DOIS_PONTOS);
|
|
10144
|
-
this.avancar();
|
|
10145
|
-
break;
|
|
10146
|
-
case '<':
|
|
10147
|
-
this.avancar();
|
|
10148
|
-
switch (this.simboloAtual()) {
|
|
10149
|
-
case '-':
|
|
10150
|
-
this.adicionarSimbolo(mapler_1.default.SETA_ATRIBUICAO);
|
|
10151
|
-
this.avancar();
|
|
10152
|
-
break;
|
|
10153
|
-
case '=':
|
|
10154
|
-
this.adicionarSimbolo(mapler_1.default.MENOR_IGUAL);
|
|
10155
|
-
this.avancar();
|
|
10156
|
-
break;
|
|
10157
|
-
case '>':
|
|
10158
|
-
this.adicionarSimbolo(mapler_1.default.DIFERENTE);
|
|
10159
|
-
this.avancar();
|
|
10160
|
-
break;
|
|
10161
|
-
default:
|
|
10162
|
-
this.adicionarSimbolo(mapler_1.default.MENOR);
|
|
10163
|
-
break;
|
|
10164
|
-
}
|
|
10165
|
-
break;
|
|
10166
|
-
case '>':
|
|
10167
|
-
this.avancar();
|
|
10168
|
-
if (this.simboloAtual() === '=') {
|
|
10169
|
-
this.adicionarSimbolo(mapler_1.default.MAIOR_IGUAL);
|
|
10170
|
-
this.avancar();
|
|
10171
|
-
}
|
|
10172
|
-
else {
|
|
10173
|
-
this.adicionarSimbolo(mapler_1.default.MAIOR);
|
|
10174
|
-
}
|
|
10175
|
-
break;
|
|
10176
|
-
case '=':
|
|
10177
|
-
this.adicionarSimbolo(mapler_1.default.IGUAL);
|
|
10178
|
-
this.avancar();
|
|
10179
|
-
break;
|
|
10180
|
-
case ',':
|
|
10181
|
-
this.adicionarSimbolo(mapler_1.default.VIRGULA);
|
|
10182
|
-
this.avancar();
|
|
10183
|
-
break;
|
|
10184
|
-
case ';':
|
|
10185
|
-
this.adicionarSimbolo(mapler_1.default.PONTO_VIRGULA);
|
|
10186
|
-
this.avancar();
|
|
10187
|
-
break;
|
|
10188
|
-
case '.':
|
|
10189
|
-
this.adicionarSimbolo(mapler_1.default.PONTO);
|
|
10190
|
-
this.avancar();
|
|
10191
|
-
break;
|
|
10192
|
-
case '-':
|
|
10193
|
-
this.adicionarSimbolo(mapler_1.default.SUBTRACAO);
|
|
10194
|
-
this.avancar();
|
|
10195
|
-
break;
|
|
10196
|
-
case '+':
|
|
10197
|
-
this.adicionarSimbolo(mapler_1.default.ADICAO);
|
|
10198
|
-
this.avancar();
|
|
10199
|
-
break;
|
|
10200
|
-
// case '%':
|
|
10201
|
-
// this.adicionarSimbolo(tiposDeSimbolos.MODULO);
|
|
10202
|
-
// this.avancar();
|
|
10203
|
-
// break;
|
|
10204
|
-
case '*':
|
|
10205
|
-
this.adicionarSimbolo(mapler_1.default.MULTIPLICACAO);
|
|
10206
|
-
this.avancar();
|
|
10207
|
-
break;
|
|
10208
|
-
case '/':
|
|
10209
|
-
this.avancar();
|
|
10210
|
-
switch (this.simboloAtual()) {
|
|
10211
|
-
case '/':
|
|
10212
|
-
while (this.simboloAtual() != '\n' && !this.eFinalDoCodigo())
|
|
10213
|
-
this.avancar();
|
|
10214
|
-
break;
|
|
10215
|
-
default:
|
|
10216
|
-
this.adicionarSimbolo(mapler_1.default.DIVISAO);
|
|
10217
|
-
break;
|
|
10218
|
-
}
|
|
10219
|
-
break;
|
|
10220
|
-
// Esta sessão ignora espaços em branco na tokenização.
|
|
10221
|
-
// Ponto-e-vírgula é opcional em Delégua, então pode apenas ser ignorado.
|
|
10222
|
-
case ' ':
|
|
10223
|
-
case '\0':
|
|
10224
|
-
case '\r':
|
|
10225
|
-
case '\t':
|
|
10226
|
-
this.avancar();
|
|
10227
|
-
break;
|
|
10228
|
-
case '\n':
|
|
10229
|
-
// this.adicionarSimbolo(tiposDeSimbolos.QUEBRA_LINHA);
|
|
10230
|
-
this.linha++;
|
|
10231
|
-
this.avancar();
|
|
10232
|
-
break;
|
|
10233
|
-
// case '"':
|
|
10234
|
-
// this.avancar();
|
|
10235
|
-
// this.analisarTexto('"');
|
|
10236
|
-
// this.avancar();
|
|
10237
|
-
// break;
|
|
10238
|
-
case '"':
|
|
10239
|
-
this.avancar();
|
|
10240
|
-
this.analisarTexto('"');
|
|
10241
|
-
this.avancar();
|
|
10242
|
-
break;
|
|
10243
|
-
default:
|
|
10244
|
-
if (this.eDigito(caractere))
|
|
10245
|
-
this.analisarNumero();
|
|
10246
|
-
else if (this.eAlfabeto(caractere))
|
|
10247
|
-
this.identificarPalavraChave();
|
|
10248
|
-
else {
|
|
10249
|
-
this.erros.push({
|
|
10250
|
-
linha: this.linha + 1,
|
|
10251
|
-
caractere: caractere,
|
|
10252
|
-
mensagem: 'Caractere inesperado.',
|
|
10253
|
-
});
|
|
10254
|
-
this.avancar();
|
|
10255
|
-
}
|
|
10256
|
-
}
|
|
10257
|
-
}
|
|
10258
|
-
mapear(codigo, hashArquivo) {
|
|
10259
|
-
this.erros = [];
|
|
10260
|
-
this.simbolos = [];
|
|
10261
|
-
this.inicioSimbolo = 0;
|
|
10262
|
-
this.atual = 0;
|
|
10263
|
-
this.linha = 0;
|
|
10264
|
-
this.codigo = codigo.join('\n') || '';
|
|
10265
|
-
this.hashArquivo = hashArquivo;
|
|
10266
|
-
while (!this.eFinalDoCodigo()) {
|
|
10267
|
-
this.inicioSimbolo = this.atual;
|
|
10268
|
-
this.analisarToken();
|
|
10269
|
-
}
|
|
10270
|
-
return {
|
|
10271
|
-
simbolos: this.simbolos,
|
|
10272
|
-
erros: this.erros,
|
|
10273
|
-
};
|
|
10274
|
-
}
|
|
10275
|
-
}
|
|
10276
|
-
exports.LexadorMapler = LexadorMapler;
|
|
10277
|
-
|
|
10278
|
-
},{"../../tipos-de-simbolos/mapler":164,"../lexador-base-linha-unica":151,"./palavras-reservadas/mapler":147}],142:[function(require,module,exports){
|
|
9582
|
+
},{"../../tipos-de-simbolos/guarani":158,"../lexador-base":147,"./palavras-reservadas/guarani":143}],140:[function(require,module,exports){
|
|
10279
9583
|
"use strict";
|
|
10280
9584
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10281
9585
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10675,7 +9979,7 @@ class LexadorPitugues {
|
|
|
10675
9979
|
}
|
|
10676
9980
|
exports.LexadorPitugues = LexadorPitugues;
|
|
10677
9981
|
|
|
10678
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
9982
|
+
},{"../../tipos-de-simbolos/pitugues":160,"../palavras-reservadas":150,"../simbolo":151,"browser-process-hrtime":331}],141:[function(require,module,exports){
|
|
10679
9983
|
"use strict";
|
|
10680
9984
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10681
9985
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10914,303 +10218,7 @@ class LexadorPortugolIpt {
|
|
|
10914
10218
|
}
|
|
10915
10219
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
10916
10220
|
|
|
10917
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
10918
|
-
"use strict";
|
|
10919
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10920
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10921
|
-
};
|
|
10922
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10923
|
-
exports.LexadorPotigol = void 0;
|
|
10924
|
-
const lexador_base_linha_unica_1 = require("../lexador-base-linha-unica");
|
|
10925
|
-
const potigol_1 = require("./palavras-reservadas/potigol");
|
|
10926
|
-
const potigol_2 = __importDefault(require("../../tipos-de-simbolos/potigol"));
|
|
10927
|
-
/**
|
|
10928
|
-
* Lexador para o dialeto Potigol.
|
|
10929
|
-
* Este dialeto é sensível a tamanho de caixa. `Inteiro` é aceito. `inteiro` não.
|
|
10930
|
-
*/
|
|
10931
|
-
class LexadorPotigol extends lexador_base_linha_unica_1.LexadorBaseLinhaUnica {
|
|
10932
|
-
logicaComumCaracteres(delimitador) {
|
|
10933
|
-
while (this.simboloAtual() !== delimitador && !this.eFinalDoCodigo()) {
|
|
10934
|
-
this.avancar();
|
|
10935
|
-
}
|
|
10936
|
-
if (this.eFinalDoCodigo()) {
|
|
10937
|
-
this.erros.push({
|
|
10938
|
-
linha: this.linha + 1,
|
|
10939
|
-
caractere: this.simboloAnterior(),
|
|
10940
|
-
mensagem: 'Cadeia de caracteres não finalizada.',
|
|
10941
|
-
});
|
|
10942
|
-
return;
|
|
10943
|
-
}
|
|
10944
|
-
const valor = this.codigo.substring(this.inicioSimbolo + 1, this.atual);
|
|
10945
|
-
return valor;
|
|
10946
|
-
}
|
|
10947
|
-
analisarCaracter() {
|
|
10948
|
-
const valor = this.logicaComumCaracteres("'");
|
|
10949
|
-
this.adicionarSimbolo(potigol_2.default.CARACTERE, valor);
|
|
10950
|
-
}
|
|
10951
|
-
analisarTexto() {
|
|
10952
|
-
const valor = this.logicaComumCaracteres('"');
|
|
10953
|
-
this.adicionarSimbolo(potigol_2.default.TEXTO, valor);
|
|
10954
|
-
}
|
|
10955
|
-
analisarNumero() {
|
|
10956
|
-
let real = false;
|
|
10957
|
-
while (this.eDigito(this.simboloAtual())) {
|
|
10958
|
-
this.avancar();
|
|
10959
|
-
}
|
|
10960
|
-
if (this.simboloAtual() == '.' && this.eDigito(this.proximoSimbolo())) {
|
|
10961
|
-
real = true;
|
|
10962
|
-
this.avancar();
|
|
10963
|
-
while (this.eDigito(this.simboloAtual())) {
|
|
10964
|
-
this.avancar();
|
|
10965
|
-
}
|
|
10966
|
-
}
|
|
10967
|
-
const numeroCompleto = this.codigo.substring(this.inicioSimbolo, this.atual);
|
|
10968
|
-
this.adicionarSimbolo(real ? potigol_2.default.REAL : potigol_2.default.INTEIRO, parseFloat(numeroCompleto));
|
|
10969
|
-
}
|
|
10970
|
-
avancarParaProximaLinha() {
|
|
10971
|
-
while (this.codigo[this.atual] !== '\n') {
|
|
10972
|
-
this.atual++;
|
|
10973
|
-
}
|
|
10974
|
-
}
|
|
10975
|
-
identificarPalavraChave() {
|
|
10976
|
-
while (this.eAlfabetoOuDigito(this.simboloAtual())) {
|
|
10977
|
-
this.avancar();
|
|
10978
|
-
}
|
|
10979
|
-
const codigo = this.codigo.substring(this.inicioSimbolo, this.atual);
|
|
10980
|
-
const tipo = codigo in potigol_1.palavrasReservadas ? potigol_1.palavrasReservadas[codigo] : potigol_2.default.IDENTIFICADOR;
|
|
10981
|
-
this.adicionarSimbolo(tipo);
|
|
10982
|
-
}
|
|
10983
|
-
analisarToken() {
|
|
10984
|
-
const caractere = this.simboloAtual();
|
|
10985
|
-
switch (caractere) {
|
|
10986
|
-
case '[':
|
|
10987
|
-
this.adicionarSimbolo(potigol_2.default.COLCHETE_ESQUERDO);
|
|
10988
|
-
this.avancar();
|
|
10989
|
-
break;
|
|
10990
|
-
case ']':
|
|
10991
|
-
this.adicionarSimbolo(potigol_2.default.COLCHETE_DIREITO);
|
|
10992
|
-
this.avancar();
|
|
10993
|
-
break;
|
|
10994
|
-
case '(':
|
|
10995
|
-
this.adicionarSimbolo(potigol_2.default.PARENTESE_ESQUERDO);
|
|
10996
|
-
this.avancar();
|
|
10997
|
-
break;
|
|
10998
|
-
case ')':
|
|
10999
|
-
this.adicionarSimbolo(potigol_2.default.PARENTESE_DIREITO);
|
|
11000
|
-
this.avancar();
|
|
11001
|
-
break;
|
|
11002
|
-
// Até então encontradas apenas em interpolações de texto.
|
|
11003
|
-
// Por ora não necessárias.
|
|
11004
|
-
/* case '{':
|
|
11005
|
-
this.adicionarSimbolo(tiposDeSimbolos.CHAVE_ESQUERDA);
|
|
11006
|
-
this.avancar();
|
|
11007
|
-
break;
|
|
11008
|
-
case '}':
|
|
11009
|
-
this.adicionarSimbolo(tiposDeSimbolos.CHAVE_DIREITA);
|
|
11010
|
-
this.avancar();
|
|
11011
|
-
break; */
|
|
11012
|
-
case ':':
|
|
11013
|
-
this.inicioSimbolo = this.atual;
|
|
11014
|
-
this.avancar();
|
|
11015
|
-
if (this.simboloAtual() === '=') {
|
|
11016
|
-
this.adicionarSimbolo(potigol_2.default.REATRIBUIR);
|
|
11017
|
-
this.avancar();
|
|
11018
|
-
}
|
|
11019
|
-
else {
|
|
11020
|
-
this.adicionarSimbolo(potigol_2.default.DOIS_PONTOS);
|
|
11021
|
-
}
|
|
11022
|
-
break;
|
|
11023
|
-
case ',':
|
|
11024
|
-
this.adicionarSimbolo(potigol_2.default.VIRGULA);
|
|
11025
|
-
this.avancar();
|
|
11026
|
-
break;
|
|
11027
|
-
case '.':
|
|
11028
|
-
this.adicionarSimbolo(potigol_2.default.PONTO);
|
|
11029
|
-
this.avancar();
|
|
11030
|
-
break;
|
|
11031
|
-
case '-':
|
|
11032
|
-
this.inicioSimbolo = this.atual;
|
|
11033
|
-
this.avancar();
|
|
11034
|
-
this.adicionarSimbolo(potigol_2.default.SUBTRACAO);
|
|
11035
|
-
/* if (this.simboloAtual() === '=') {
|
|
11036
|
-
this.adicionarSimbolo(tiposDeSimbolos.MENOS_IGUAL);
|
|
11037
|
-
this.avancar();
|
|
11038
|
-
} else if (this.simboloAtual() === '-') {
|
|
11039
|
-
this.adicionarSimbolo(tiposDeSimbolos.DECREMENTAR);
|
|
11040
|
-
this.avancar();
|
|
11041
|
-
} else {
|
|
11042
|
-
this.adicionarSimbolo(tiposDeSimbolos.SUBTRACAO);
|
|
11043
|
-
} */
|
|
11044
|
-
break;
|
|
11045
|
-
case '+':
|
|
11046
|
-
this.inicioSimbolo = this.atual;
|
|
11047
|
-
this.avancar();
|
|
11048
|
-
this.adicionarSimbolo(potigol_2.default.ADICAO);
|
|
11049
|
-
/* if (this.simboloAtual() === '=') {
|
|
11050
|
-
this.adicionarSimbolo(tiposDeSimbolos.MAIS_IGUAL);
|
|
11051
|
-
this.avancar();
|
|
11052
|
-
} else if (this.simboloAtual() === '+') {
|
|
11053
|
-
this.adicionarSimbolo(tiposDeSimbolos.INCREMENTAR);
|
|
11054
|
-
this.avancar();
|
|
11055
|
-
} else {
|
|
11056
|
-
this.adicionarSimbolo(tiposDeSimbolos.ADICAO);
|
|
11057
|
-
} */
|
|
11058
|
-
break;
|
|
11059
|
-
case '*':
|
|
11060
|
-
this.inicioSimbolo = this.atual;
|
|
11061
|
-
this.avancar();
|
|
11062
|
-
this.adicionarSimbolo(potigol_2.default.MULTIPLICACAO);
|
|
11063
|
-
break;
|
|
11064
|
-
case '^':
|
|
11065
|
-
this.inicioSimbolo = this.atual;
|
|
11066
|
-
this.avancar();
|
|
11067
|
-
this.adicionarSimbolo(potigol_2.default.EXPONENCIACAO);
|
|
11068
|
-
break;
|
|
11069
|
-
case '=':
|
|
11070
|
-
this.inicioSimbolo = this.atual;
|
|
11071
|
-
this.avancar();
|
|
11072
|
-
switch (this.simboloAtual()) {
|
|
11073
|
-
case '=':
|
|
11074
|
-
this.adicionarSimbolo(potigol_2.default.IGUAL_IGUAL);
|
|
11075
|
-
this.avancar();
|
|
11076
|
-
break;
|
|
11077
|
-
case '>':
|
|
11078
|
-
this.adicionarSimbolo(potigol_2.default.SETA);
|
|
11079
|
-
this.avancar();
|
|
11080
|
-
break;
|
|
11081
|
-
default:
|
|
11082
|
-
this.adicionarSimbolo(potigol_2.default.IGUAL);
|
|
11083
|
-
break;
|
|
11084
|
-
}
|
|
11085
|
-
break;
|
|
11086
|
-
case '#':
|
|
11087
|
-
this.avancarParaProximaLinha();
|
|
11088
|
-
break;
|
|
11089
|
-
/* case '&':
|
|
11090
|
-
this.adicionarSimbolo(tiposDeSimbolos.BIT_AND);
|
|
11091
|
-
this.avancar();
|
|
11092
|
-
break;
|
|
11093
|
-
|
|
11094
|
-
case '~':
|
|
11095
|
-
this.adicionarSimbolo(tiposDeSimbolos.BIT_NOT);
|
|
11096
|
-
this.avancar();
|
|
11097
|
-
break;
|
|
11098
|
-
|
|
11099
|
-
case '|':
|
|
11100
|
-
this.adicionarSimbolo(tiposDeSimbolos.BIT_OR);
|
|
11101
|
-
this.avancar();
|
|
11102
|
-
break;
|
|
11103
|
-
*/
|
|
11104
|
-
case '<':
|
|
11105
|
-
this.avancar();
|
|
11106
|
-
switch (this.simboloAtual()) {
|
|
11107
|
-
case '=':
|
|
11108
|
-
this.adicionarSimbolo(potigol_2.default.MENOR_IGUAL);
|
|
11109
|
-
this.avancar();
|
|
11110
|
-
break;
|
|
11111
|
-
case '>':
|
|
11112
|
-
this.adicionarSimbolo(potigol_2.default.DIFERENTE);
|
|
11113
|
-
this.avancar();
|
|
11114
|
-
break;
|
|
11115
|
-
default:
|
|
11116
|
-
this.adicionarSimbolo(potigol_2.default.MENOR);
|
|
11117
|
-
break;
|
|
11118
|
-
}
|
|
11119
|
-
break;
|
|
11120
|
-
case '>':
|
|
11121
|
-
this.avancar();
|
|
11122
|
-
if (this.simboloAtual() === '=') {
|
|
11123
|
-
this.adicionarSimbolo(potigol_2.default.MAIOR_IGUAL);
|
|
11124
|
-
this.avancar();
|
|
11125
|
-
}
|
|
11126
|
-
else {
|
|
11127
|
-
this.adicionarSimbolo(potigol_2.default.MAIOR);
|
|
11128
|
-
}
|
|
11129
|
-
break;
|
|
11130
|
-
case '/':
|
|
11131
|
-
this.inicioSimbolo = this.atual;
|
|
11132
|
-
this.avancar();
|
|
11133
|
-
this.adicionarSimbolo(potigol_2.default.DIVISAO);
|
|
11134
|
-
/* switch (this.simboloAtual()) {
|
|
11135
|
-
case '/':
|
|
11136
|
-
this.avancarParaProximaLinha();
|
|
11137
|
-
break;
|
|
11138
|
-
case '*':
|
|
11139
|
-
this.encontrarFimComentarioAsterisco();
|
|
11140
|
-
break;
|
|
11141
|
-
case '=':
|
|
11142
|
-
this.adicionarSimbolo(tiposDeSimbolos.DIVISAO_IGUAL);
|
|
11143
|
-
this.avancar();s
|
|
11144
|
-
break;
|
|
11145
|
-
default:
|
|
11146
|
-
|
|
11147
|
-
break;
|
|
11148
|
-
} */
|
|
11149
|
-
break;
|
|
11150
|
-
// Esta sessão ignora espaços em branco na tokenização.
|
|
11151
|
-
// Ponto-e-vírgula é opcional em Delégua, então pode apenas ser ignorado.
|
|
11152
|
-
case ' ':
|
|
11153
|
-
case '\0':
|
|
11154
|
-
case '\r':
|
|
11155
|
-
case '\t':
|
|
11156
|
-
case ';':
|
|
11157
|
-
this.avancar();
|
|
11158
|
-
break;
|
|
11159
|
-
case '\n':
|
|
11160
|
-
this.linha++;
|
|
11161
|
-
this.avancar();
|
|
11162
|
-
break;
|
|
11163
|
-
case '"':
|
|
11164
|
-
this.avancar();
|
|
11165
|
-
this.analisarTexto();
|
|
11166
|
-
this.avancar();
|
|
11167
|
-
break;
|
|
11168
|
-
case "'":
|
|
11169
|
-
this.avancar();
|
|
11170
|
-
this.analisarCaracter();
|
|
11171
|
-
this.avancar();
|
|
11172
|
-
break;
|
|
11173
|
-
case '_':
|
|
11174
|
-
this.inicioSimbolo = this.atual;
|
|
11175
|
-
this.avancar();
|
|
11176
|
-
this.adicionarSimbolo(potigol_2.default.TRACO_BAIXO);
|
|
11177
|
-
break;
|
|
11178
|
-
default:
|
|
11179
|
-
if (this.eDigito(caractere))
|
|
11180
|
-
this.analisarNumero();
|
|
11181
|
-
else if (this.eAlfabeto(caractere))
|
|
11182
|
-
this.identificarPalavraChave();
|
|
11183
|
-
else {
|
|
11184
|
-
this.erros.push({
|
|
11185
|
-
linha: this.linha + 1,
|
|
11186
|
-
caractere: caractere,
|
|
11187
|
-
mensagem: 'Caractere inesperado.',
|
|
11188
|
-
});
|
|
11189
|
-
this.avancar();
|
|
11190
|
-
}
|
|
11191
|
-
}
|
|
11192
|
-
}
|
|
11193
|
-
mapear(codigo, hashArquivo) {
|
|
11194
|
-
this.erros = [];
|
|
11195
|
-
this.simbolos = [];
|
|
11196
|
-
this.inicioSimbolo = 0;
|
|
11197
|
-
this.atual = 0;
|
|
11198
|
-
this.linha = 0;
|
|
11199
|
-
this.codigo = codigo.join('\n') || '';
|
|
11200
|
-
this.hashArquivo = hashArquivo;
|
|
11201
|
-
while (!this.eFinalDoCodigo()) {
|
|
11202
|
-
this.inicioSimbolo = this.atual;
|
|
11203
|
-
this.analisarToken();
|
|
11204
|
-
}
|
|
11205
|
-
return {
|
|
11206
|
-
simbolos: this.simbolos,
|
|
11207
|
-
erros: this.erros,
|
|
11208
|
-
};
|
|
11209
|
-
}
|
|
11210
|
-
}
|
|
11211
|
-
exports.LexadorPotigol = LexadorPotigol;
|
|
11212
|
-
|
|
11213
|
-
},{"../../tipos-de-simbolos/potigol":168,"../lexador-base-linha-unica":151,"./palavras-reservadas/potigol":149}],145:[function(require,module,exports){
|
|
10221
|
+
},{"../../tipos-de-simbolos/portugol-ipt":161,"../simbolo":151,"./palavras-reservadas/portugol-ipt":144}],142:[function(require,module,exports){
|
|
11214
10222
|
"use strict";
|
|
11215
10223
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11216
10224
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11251,7 +10259,7 @@ exports.palavrasReservadas = {
|
|
|
11251
10259
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
11252
10260
|
};
|
|
11253
10261
|
|
|
11254
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
10262
|
+
},{"../../../tipos-de-simbolos/egua-classico":157}],143:[function(require,module,exports){
|
|
11255
10263
|
"use strict";
|
|
11256
10264
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11257
10265
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11263,46 +10271,7 @@ exports.palavrasReservadas = {
|
|
|
11263
10271
|
hai: guarani_1.default.HAI,
|
|
11264
10272
|
};
|
|
11265
10273
|
|
|
11266
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
11267
|
-
"use strict";
|
|
11268
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11269
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11270
|
-
};
|
|
11271
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11272
|
-
exports.palavrasReservadas = void 0;
|
|
11273
|
-
const mapler_1 = __importDefault(require("../../../tipos-de-simbolos/mapler"));
|
|
11274
|
-
exports.palavrasReservadas = {
|
|
11275
|
-
ate: mapler_1.default.ATE,
|
|
11276
|
-
cadeia: mapler_1.default.CADEIA,
|
|
11277
|
-
caractere: mapler_1.default.CARACTERE,
|
|
11278
|
-
de: mapler_1.default.DE,
|
|
11279
|
-
e: mapler_1.default.E,
|
|
11280
|
-
enquanto: mapler_1.default.ENQUANTO,
|
|
11281
|
-
entao: mapler_1.default.ENTAO,
|
|
11282
|
-
escrever: mapler_1.default.ESCREVER,
|
|
11283
|
-
faca: mapler_1.default.FACA,
|
|
11284
|
-
falso: mapler_1.default.FALSO,
|
|
11285
|
-
fim: mapler_1.default.FIM,
|
|
11286
|
-
fimenquanto: mapler_1.default.FIM_ENQUANTO,
|
|
11287
|
-
fimpara: mapler_1.default.FIM_PARA,
|
|
11288
|
-
fimse: mapler_1.default.FIM_SE,
|
|
11289
|
-
inicio: mapler_1.default.INICIO,
|
|
11290
|
-
inteiro: mapler_1.default.INTEIRO,
|
|
11291
|
-
ler: mapler_1.default.LER,
|
|
11292
|
-
logico: mapler_1.default.LOGICO,
|
|
11293
|
-
nao: mapler_1.default.NEGACAO,
|
|
11294
|
-
ou: mapler_1.default.OU,
|
|
11295
|
-
para: mapler_1.default.PARA,
|
|
11296
|
-
real: mapler_1.default.REAL,
|
|
11297
|
-
repita: mapler_1.default.REPITA,
|
|
11298
|
-
se: mapler_1.default.SE,
|
|
11299
|
-
senao: mapler_1.default.SENAO,
|
|
11300
|
-
variaveis: mapler_1.default.VARIAVEIS,
|
|
11301
|
-
verdadeiro: mapler_1.default.VERDADEIRO,
|
|
11302
|
-
vetor: mapler_1.default.VETOR,
|
|
11303
|
-
};
|
|
11304
|
-
|
|
11305
|
-
},{"../../../tipos-de-simbolos/mapler":164}],148:[function(require,module,exports){
|
|
10274
|
+
},{"../../../tipos-de-simbolos/guarani":158}],144:[function(require,module,exports){
|
|
11306
10275
|
"use strict";
|
|
11307
10276
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11308
10277
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11324,60 +10293,7 @@ exports.palavrasReservadas = {
|
|
|
11324
10293
|
senão: portugol_ipt_1.default.SENAO,
|
|
11325
10294
|
};
|
|
11326
10295
|
|
|
11327
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
11328
|
-
"use strict";
|
|
11329
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11330
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11331
|
-
};
|
|
11332
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11333
|
-
exports.palavrasReservadas = void 0;
|
|
11334
|
-
const potigol_1 = __importDefault(require("../../../tipos-de-simbolos/potigol"));
|
|
11335
|
-
exports.palavrasReservadas = {
|
|
11336
|
-
ate: potigol_1.default.ATE,
|
|
11337
|
-
até: potigol_1.default.ATE,
|
|
11338
|
-
Caractere: potigol_1.default.CARACTERE,
|
|
11339
|
-
caso: potigol_1.default.CASO,
|
|
11340
|
-
de: potigol_1.default.DE,
|
|
11341
|
-
div: potigol_1.default.DIVISAO_INTEIRA,
|
|
11342
|
-
e: potigol_1.default.E,
|
|
11343
|
-
escolha: potigol_1.default.ESCOLHA,
|
|
11344
|
-
entao: potigol_1.default.ENTAO,
|
|
11345
|
-
então: potigol_1.default.ENTAO,
|
|
11346
|
-
enquanto: potigol_1.default.ENQUANTO,
|
|
11347
|
-
escreva: potigol_1.default.ESCREVA,
|
|
11348
|
-
faca: potigol_1.default.FACA,
|
|
11349
|
-
faça: potigol_1.default.FACA,
|
|
11350
|
-
falso: potigol_1.default.FALSO,
|
|
11351
|
-
fim: potigol_1.default.FIM,
|
|
11352
|
-
imprima: potigol_1.default.IMPRIMA,
|
|
11353
|
-
Inteiro: potigol_1.default.INTEIRO,
|
|
11354
|
-
leia_inteiro: potigol_1.default.LEIA_INTEIRO,
|
|
11355
|
-
leia_inteiros: potigol_1.default.LEIA_INTEIROS,
|
|
11356
|
-
leia_reais: potigol_1.default.LEIA_REAIS,
|
|
11357
|
-
leia_real: potigol_1.default.LEIA_REAL,
|
|
11358
|
-
leia_texto: potigol_1.default.LEIA_TEXTO,
|
|
11359
|
-
leia_textos: potigol_1.default.LEIA_TEXTOS,
|
|
11360
|
-
Logico: potigol_1.default.LOGICO,
|
|
11361
|
-
Lógico: potigol_1.default.LOGICO,
|
|
11362
|
-
mod: potigol_1.default.MODULO,
|
|
11363
|
-
ou: potigol_1.default.OU,
|
|
11364
|
-
nao: potigol_1.default.NEGACAO,
|
|
11365
|
-
não: potigol_1.default.NEGACAO,
|
|
11366
|
-
para: potigol_1.default.PARA,
|
|
11367
|
-
passo: potigol_1.default.PASSO,
|
|
11368
|
-
Real: potigol_1.default.REAL,
|
|
11369
|
-
retorne: potigol_1.default.RETORNE,
|
|
11370
|
-
se: potigol_1.default.SE,
|
|
11371
|
-
senao: potigol_1.default.SENAO,
|
|
11372
|
-
senão: potigol_1.default.SENAO,
|
|
11373
|
-
Texto: potigol_1.default.TEXTO,
|
|
11374
|
-
tipo: potigol_1.default.TIPO,
|
|
11375
|
-
var: potigol_1.default.VARIAVEL,
|
|
11376
|
-
verdadeiro: potigol_1.default.VERDADEIRO,
|
|
11377
|
-
qual_tipo: potigol_1.default.QUAL_TIPO,
|
|
11378
|
-
};
|
|
11379
|
-
|
|
11380
|
-
},{"../../../tipos-de-simbolos/potigol":168}],150:[function(require,module,exports){
|
|
10296
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":161}],145:[function(require,module,exports){
|
|
11381
10297
|
"use strict";
|
|
11382
10298
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11383
10299
|
if (k2 === undefined) k2 = k;
|
|
@@ -11399,7 +10315,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
11399
10315
|
__exportStar(require("./micro-lexador"), exports);
|
|
11400
10316
|
__exportStar(require("./simbolo"), exports);
|
|
11401
10317
|
|
|
11402
|
-
},{"./lexador":
|
|
10318
|
+
},{"./lexador":148,"./lexador-base-linha-unica":146,"./micro-lexador":149,"./simbolo":151}],146:[function(require,module,exports){
|
|
11403
10319
|
"use strict";
|
|
11404
10320
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11405
10321
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -11483,7 +10399,7 @@ class LexadorBaseLinhaUnica {
|
|
|
11483
10399
|
}
|
|
11484
10400
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
11485
10401
|
|
|
11486
|
-
},{"./simbolo":
|
|
10402
|
+
},{"./simbolo":151}],147:[function(require,module,exports){
|
|
11487
10403
|
"use strict";
|
|
11488
10404
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11489
10405
|
exports.LexadorBase = void 0;
|
|
@@ -11597,7 +10513,7 @@ class LexadorBase {
|
|
|
11597
10513
|
}
|
|
11598
10514
|
exports.LexadorBase = LexadorBase;
|
|
11599
10515
|
|
|
11600
|
-
},{"./simbolo":
|
|
10516
|
+
},{"./simbolo":151}],148:[function(require,module,exports){
|
|
11601
10517
|
"use strict";
|
|
11602
10518
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11603
10519
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12039,7 +10955,7 @@ class Lexador {
|
|
|
12039
10955
|
}
|
|
12040
10956
|
exports.Lexador = Lexador;
|
|
12041
10957
|
|
|
12042
|
-
},{"../tipos-de-simbolos/delegua":
|
|
10958
|
+
},{"../tipos-de-simbolos/delegua":156,"./palavras-reservadas":150,"./simbolo":151,"browser-process-hrtime":331}],149:[function(require,module,exports){
|
|
12043
10959
|
"use strict";
|
|
12044
10960
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12045
10961
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12248,7 +11164,7 @@ class MicroLexador {
|
|
|
12248
11164
|
}
|
|
12249
11165
|
exports.MicroLexador = MicroLexador;
|
|
12250
11166
|
|
|
12251
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11167
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":159,"./palavras-reservadas":150,"./simbolo":151}],150:[function(require,module,exports){
|
|
12252
11168
|
"use strict";
|
|
12253
11169
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12254
11170
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12311,7 +11227,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
12311
11227
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
12312
11228
|
};
|
|
12313
11229
|
|
|
12314
|
-
},{"../tipos-de-simbolos/delegua":
|
|
11230
|
+
},{"../tipos-de-simbolos/delegua":156}],151:[function(require,module,exports){
|
|
12315
11231
|
"use strict";
|
|
12316
11232
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12317
11233
|
exports.Simbolo = void 0;
|
|
@@ -12329,7 +11245,7 @@ class Simbolo {
|
|
|
12329
11245
|
}
|
|
12330
11246
|
exports.Simbolo = Simbolo;
|
|
12331
11247
|
|
|
12332
|
-
},{}],
|
|
11248
|
+
},{}],152:[function(require,module,exports){
|
|
12333
11249
|
"use strict";
|
|
12334
11250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12335
11251
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -12350,7 +11266,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
12350
11266
|
}
|
|
12351
11267
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
12352
11268
|
|
|
12353
|
-
},{}],
|
|
11269
|
+
},{}],153:[function(require,module,exports){
|
|
12354
11270
|
"use strict";
|
|
12355
11271
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12356
11272
|
exports.default = {
|
|
@@ -12371,7 +11287,7 @@ exports.default = {
|
|
|
12371
11287
|
VETOR: 'vetor',
|
|
12372
11288
|
};
|
|
12373
11289
|
|
|
12374
|
-
},{}],
|
|
11290
|
+
},{}],154:[function(require,module,exports){
|
|
12375
11291
|
"use strict";
|
|
12376
11292
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12377
11293
|
exports.default = {
|
|
@@ -12390,7 +11306,7 @@ exports.default = {
|
|
|
12390
11306
|
TEXTO: 'string',
|
|
12391
11307
|
};
|
|
12392
11308
|
|
|
12393
|
-
},{}],
|
|
11309
|
+
},{}],155:[function(require,module,exports){
|
|
12394
11310
|
"use strict";
|
|
12395
11311
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12396
11312
|
exports.default = {
|
|
@@ -12416,7 +11332,7 @@ exports.default = {
|
|
|
12416
11332
|
VIRGULA: 'VIRGULA',
|
|
12417
11333
|
};
|
|
12418
11334
|
|
|
12419
|
-
},{}],
|
|
11335
|
+
},{}],156:[function(require,module,exports){
|
|
12420
11336
|
"use strict";
|
|
12421
11337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12422
11338
|
exports.default = {
|
|
@@ -12510,7 +11426,7 @@ exports.default = {
|
|
|
12510
11426
|
VIRGULA: 'VIRGULA',
|
|
12511
11427
|
};
|
|
12512
11428
|
|
|
12513
|
-
},{}],
|
|
11429
|
+
},{}],157:[function(require,module,exports){
|
|
12514
11430
|
"use strict";
|
|
12515
11431
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12516
11432
|
exports.default = {
|
|
@@ -12588,7 +11504,7 @@ exports.default = {
|
|
|
12588
11504
|
VIRGULA: 'VIRGULA',
|
|
12589
11505
|
};
|
|
12590
11506
|
|
|
12591
|
-
},{}],
|
|
11507
|
+
},{}],158:[function(require,module,exports){
|
|
12592
11508
|
"use strict";
|
|
12593
11509
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12594
11510
|
exports.default = {
|
|
@@ -12605,65 +11521,7 @@ exports.default = {
|
|
|
12605
11521
|
VIRGULA: 'VIRGULA',
|
|
12606
11522
|
};
|
|
12607
11523
|
|
|
12608
|
-
},{}],
|
|
12609
|
-
"use strict";
|
|
12610
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12611
|
-
exports.default = {
|
|
12612
|
-
ADICAO: 'ADICAO',
|
|
12613
|
-
ATE: 'ATE',
|
|
12614
|
-
CADEIA: 'CADEIA',
|
|
12615
|
-
CARACTERE: 'CARACTERE',
|
|
12616
|
-
COLCHETE_DIREITO: 'COLCHETE_DIREITO',
|
|
12617
|
-
COLCHETE_ESQUERDO: 'COLCHETE_ESQUERDO',
|
|
12618
|
-
DE: 'DE',
|
|
12619
|
-
DIFERENTE: 'DIFERENTE',
|
|
12620
|
-
DIVISAO: 'DIVISAO',
|
|
12621
|
-
DOIS_PONTOS: 'DOIS_PONTOS',
|
|
12622
|
-
E: 'E',
|
|
12623
|
-
ENQUANTO: 'ENQUANTO',
|
|
12624
|
-
ENTAO: 'ENTAO',
|
|
12625
|
-
ESCREVER: 'ESCREVER',
|
|
12626
|
-
FACA: 'FACA',
|
|
12627
|
-
FALSO: 'FALSO',
|
|
12628
|
-
FIM: 'FIM',
|
|
12629
|
-
FIM_ENQUANTO: 'FIM_ENQUANTO',
|
|
12630
|
-
FIM_MODULO: 'FIM_MODULO',
|
|
12631
|
-
FIM_PARA: 'FIM_PARA',
|
|
12632
|
-
FIM_SE: 'FIM_SE',
|
|
12633
|
-
IDENTIFICADOR: 'IDENTIFICADOR',
|
|
12634
|
-
IGUAL: 'IGUAL',
|
|
12635
|
-
INICIO: 'INICIO',
|
|
12636
|
-
INTEIRO: 'INTEIRO',
|
|
12637
|
-
LER: 'LER',
|
|
12638
|
-
LOGICO: 'LOGICO',
|
|
12639
|
-
MAIOR: 'MAIOR',
|
|
12640
|
-
MAIOR_IGUAL: 'MAIOR_IGUAL',
|
|
12641
|
-
MENOR: 'MENOR',
|
|
12642
|
-
MENOR_IGUAL: 'MENOR_IGUAL',
|
|
12643
|
-
MODULO: 'MODULO',
|
|
12644
|
-
MULTIPLICACAO: 'MULTIPLICACAO',
|
|
12645
|
-
NEGACAO: 'NEGACAO',
|
|
12646
|
-
NUMERO: 'NUMERO',
|
|
12647
|
-
OU: 'OU',
|
|
12648
|
-
PARA: 'PARA',
|
|
12649
|
-
PASSO: 'PASSO',
|
|
12650
|
-
PARENTESE_DIREITO: 'PARENTESE_DIREITO',
|
|
12651
|
-
PARENTESE_ESQUERDO: 'PARENTESE_ESQUERDO',
|
|
12652
|
-
PONTO: 'PONTO',
|
|
12653
|
-
PONTO_VIRGULA: 'PONTO_VIRGULA',
|
|
12654
|
-
REAL: 'REAL',
|
|
12655
|
-
REPITA: 'REPITA',
|
|
12656
|
-
SE: 'SE',
|
|
12657
|
-
SENAO: 'SENAO',
|
|
12658
|
-
SETA_ATRIBUICAO: 'SETA_ATRIBUICAO',
|
|
12659
|
-
SUBTRACAO: 'SUBTRACAO',
|
|
12660
|
-
VARIAVEIS: 'VARIAVEIS',
|
|
12661
|
-
VERDADEIRO: 'VERDADEIRO',
|
|
12662
|
-
VETOR: 'VETOR',
|
|
12663
|
-
VIRGULA: 'VIRGULA',
|
|
12664
|
-
};
|
|
12665
|
-
|
|
12666
|
-
},{}],165:[function(require,module,exports){
|
|
11524
|
+
},{}],159:[function(require,module,exports){
|
|
12667
11525
|
"use strict";
|
|
12668
11526
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12669
11527
|
exports.default = {
|
|
@@ -12712,7 +11570,7 @@ exports.default = {
|
|
|
12712
11570
|
VIRGULA: 'VIRGULA',
|
|
12713
11571
|
};
|
|
12714
11572
|
|
|
12715
|
-
},{}],
|
|
11573
|
+
},{}],160:[function(require,module,exports){
|
|
12716
11574
|
"use strict";
|
|
12717
11575
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12718
11576
|
exports.default = {
|
|
@@ -12790,7 +11648,7 @@ exports.default = {
|
|
|
12790
11648
|
VIRGULA: 'VIRGULA',
|
|
12791
11649
|
};
|
|
12792
11650
|
|
|
12793
|
-
},{}],
|
|
11651
|
+
},{}],161:[function(require,module,exports){
|
|
12794
11652
|
"use strict";
|
|
12795
11653
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12796
11654
|
exports.default = {
|
|
@@ -12829,75 +11687,7 @@ exports.default = {
|
|
|
12829
11687
|
VIRGULA: 'VIRGULA',
|
|
12830
11688
|
};
|
|
12831
11689
|
|
|
12832
|
-
},{}],
|
|
12833
|
-
"use strict";
|
|
12834
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12835
|
-
exports.default = {
|
|
12836
|
-
ADICAO: 'ADICAO',
|
|
12837
|
-
ATE: 'ATE',
|
|
12838
|
-
CARACTERE: 'CARACTERE',
|
|
12839
|
-
CASO: 'CASO',
|
|
12840
|
-
COLCHETE_ESQUERDO: 'COLCHETE_ESQUERDO',
|
|
12841
|
-
COLCHETE_DIREITO: 'COLCHETE_DIREITO',
|
|
12842
|
-
CONSTRUTOR: 'CONSTRUTOR',
|
|
12843
|
-
DOIS_PONTOS: 'DOIS_PONTOS',
|
|
12844
|
-
DE: 'DE',
|
|
12845
|
-
DIFERENTE: 'DIFERENTE',
|
|
12846
|
-
DIVISAO: 'DIVISAO',
|
|
12847
|
-
DIVISAO_INTEIRA: 'DIVISAO_INTEIRA',
|
|
12848
|
-
E: 'E',
|
|
12849
|
-
ENQUANTO: 'ENQUANTO',
|
|
12850
|
-
ENTAO: 'ENTAO',
|
|
12851
|
-
ESCOLHA: 'ESCOLHA',
|
|
12852
|
-
ESCREVA: 'ESCREVA',
|
|
12853
|
-
EXPONENCIACAO: 'EXPONENCIACAO',
|
|
12854
|
-
FALSO: 'FALSO',
|
|
12855
|
-
FACA: 'FACA',
|
|
12856
|
-
FIM: 'FIM',
|
|
12857
|
-
IDENTIFICADOR: 'IDENTIFICADOR',
|
|
12858
|
-
IGUAL: 'IGUAL',
|
|
12859
|
-
IGUAL_IGUAL: 'IGUAL_IGUAL',
|
|
12860
|
-
IMPRIMA: 'IMPRIMA',
|
|
12861
|
-
INTEIRO: 'INTEIRO',
|
|
12862
|
-
ISTO: 'ISTO',
|
|
12863
|
-
LEIA_INTEIRO: 'LEIA_INTEIRO',
|
|
12864
|
-
LEIA_INTEIROS: 'LEIA_INTEIROS',
|
|
12865
|
-
LEIA_REAIS: 'LEIA_REAIS',
|
|
12866
|
-
LEIA_REAL: 'LEIA_REAL',
|
|
12867
|
-
LEIA_TEXTO: 'LEIA_TEXTO',
|
|
12868
|
-
LEIA_TEXTOS: 'LEIA_TEXTOS',
|
|
12869
|
-
LOGICO: 'LOGICO',
|
|
12870
|
-
LÓGICO: 'LÓGICO',
|
|
12871
|
-
MAIOR: 'MAIOR',
|
|
12872
|
-
MAIOR_IGUAL: 'MAIOR_IGUAL',
|
|
12873
|
-
MENOR: 'MENOR',
|
|
12874
|
-
MENOR_IGUAL: 'MENOR_IGUAL',
|
|
12875
|
-
MODULO: 'MODULO',
|
|
12876
|
-
MULTIPLICACAO: 'MULTIPLICACAO',
|
|
12877
|
-
NEGACAO: 'NEGACAO',
|
|
12878
|
-
OU: 'OU',
|
|
12879
|
-
PARA: 'PARA',
|
|
12880
|
-
PARENTESE_ESQUERDO: 'PARENTESE_ESQUERDO',
|
|
12881
|
-
PARENTESE_DIREITO: 'PARENTESE_DIREITO',
|
|
12882
|
-
PASSO: 'PASSO',
|
|
12883
|
-
PONTO: 'PONTO',
|
|
12884
|
-
REAL: 'REAL',
|
|
12885
|
-
REATRIBUIR: 'REATRIBUIR',
|
|
12886
|
-
RETORNE: 'RETORNE',
|
|
12887
|
-
SE: 'SE',
|
|
12888
|
-
SENAO: 'SENAO',
|
|
12889
|
-
SETA: 'SETA',
|
|
12890
|
-
SUBTRACAO: 'SUBTRACAO',
|
|
12891
|
-
TIPO: 'TIPO',
|
|
12892
|
-
TRACO_BAIXO: 'TRACO_BAIXO',
|
|
12893
|
-
TEXTO: 'TEXTO',
|
|
12894
|
-
VERDADEIRO: 'VERDADEIRO',
|
|
12895
|
-
VARIAVEL: 'VARIAVEL',
|
|
12896
|
-
VIRGULA: 'VIRGULA',
|
|
12897
|
-
QUAL_TIPO: 'QUAL_TIPO',
|
|
12898
|
-
};
|
|
12899
|
-
|
|
12900
|
-
},{}],169:[function(require,module,exports){
|
|
11690
|
+
},{}],162:[function(require,module,exports){
|
|
12901
11691
|
"use strict";
|
|
12902
11692
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12903
11693
|
if (k2 === undefined) k2 = k;
|
|
@@ -12921,7 +11711,7 @@ __exportStar(require("./tradutor-python"), exports);
|
|
|
12921
11711
|
__exportStar(require("./tradutor-reverso-javascript"), exports);
|
|
12922
11712
|
__exportStar(require("./tradutor-reverso-python"), exports);
|
|
12923
11713
|
|
|
12924
|
-
},{"./tradutor-assemblyscript":
|
|
11714
|
+
},{"./tradutor-assemblyscript":165,"./tradutor-javascript":166,"./tradutor-portugol-ipt":167,"./tradutor-python":168,"./tradutor-reverso-javascript":169,"./tradutor-reverso-python":170}],163:[function(require,module,exports){
|
|
12925
11715
|
"use strict";
|
|
12926
11716
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
12927
11717
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -14150,7 +12940,7 @@ __decorate([
|
|
|
14150
12940
|
], Python3Lexer.prototype, "nextToken", null);
|
|
14151
12941
|
exports.Python3Lexer = Python3Lexer;
|
|
14152
12942
|
|
|
14153
|
-
},{"./python3-parser":
|
|
12943
|
+
},{"./python3-parser":164,"antlr4ts/CommonToken":180,"antlr4ts/Decorators":184,"antlr4ts/Lexer":192,"antlr4ts/Token":209,"antlr4ts/VocabularyImpl":215,"antlr4ts/atn/ATNDeserializer":221,"antlr4ts/atn/LexerATNSimulator":242,"antlr4ts/misc/Utils":303}],164:[function(require,module,exports){
|
|
14154
12944
|
"use strict";
|
|
14155
12945
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
14156
12946
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -25378,7 +24168,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
25378
24168
|
}
|
|
25379
24169
|
exports.Yield_argContext = Yield_argContext;
|
|
25380
24170
|
|
|
25381
|
-
},{"antlr4ts/FailedPredicateException":
|
|
24171
|
+
},{"antlr4ts/FailedPredicateException":188,"antlr4ts/NoViableAltException":196,"antlr4ts/Parser":197,"antlr4ts/ParserRuleContext":200,"antlr4ts/RecognitionException":203,"antlr4ts/Token":209,"antlr4ts/VocabularyImpl":215,"antlr4ts/atn/ATN":217,"antlr4ts/atn/ATNDeserializer":221,"antlr4ts/atn/ParserATNSimulator":258,"antlr4ts/misc/Utils":303}],165:[function(require,module,exports){
|
|
25382
24172
|
"use strict";
|
|
25383
24173
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25384
24174
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25970,7 +24760,7 @@ class TradutorAssemblyScript {
|
|
|
25970
24760
|
}
|
|
25971
24761
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
25972
24762
|
|
|
25973
|
-
},{"../construtos":
|
|
24763
|
+
},{"../construtos":40,"../declaracoes":78,"../tipos-de-simbolos/delegua":156}],166:[function(require,module,exports){
|
|
25974
24764
|
"use strict";
|
|
25975
24765
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25976
24766
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26545,7 +25335,7 @@ class TradutorJavaScript {
|
|
|
26545
25335
|
}
|
|
26546
25336
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
26547
25337
|
|
|
26548
|
-
},{"../construtos":
|
|
25338
|
+
},{"../construtos":40,"../declaracoes":78,"../tipos-de-simbolos/delegua":156}],167:[function(require,module,exports){
|
|
26549
25339
|
"use strict";
|
|
26550
25340
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26551
25341
|
exports.TradutorPortugolIpt = void 0;
|
|
@@ -26607,7 +25397,7 @@ class TradutorPortugolIpt {
|
|
|
26607
25397
|
}
|
|
26608
25398
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
26609
25399
|
|
|
26610
|
-
},{"../avaliador-sintatico/dialetos":
|
|
25400
|
+
},{"../avaliador-sintatico/dialetos":6,"../lexador/dialetos":137}],168:[function(require,module,exports){
|
|
26611
25401
|
"use strict";
|
|
26612
25402
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26613
25403
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27070,7 +25860,7 @@ class TradutorPython {
|
|
|
27070
25860
|
}
|
|
27071
25861
|
exports.TradutorPython = TradutorPython;
|
|
27072
25862
|
|
|
27073
|
-
},{"../construtos":
|
|
25863
|
+
},{"../construtos":40,"../declaracoes":78,"../tipos-de-simbolos/delegua":156}],169:[function(require,module,exports){
|
|
27074
25864
|
"use strict";
|
|
27075
25865
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27076
25866
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -27464,7 +26254,7 @@ class TradutorReversoJavaScript {
|
|
|
27464
26254
|
}
|
|
27465
26255
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
27466
26256
|
|
|
27467
|
-
},{}],
|
|
26257
|
+
},{}],170:[function(require,module,exports){
|
|
27468
26258
|
"use strict";
|
|
27469
26259
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27470
26260
|
exports.TradutorReversoPython = void 0;
|
|
@@ -27537,7 +26327,7 @@ class TradutorReversoPython {
|
|
|
27537
26327
|
}
|
|
27538
26328
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
27539
26329
|
|
|
27540
|
-
},{"./python/python3-lexer":
|
|
26330
|
+
},{"./python/python3-lexer":163,"./python/python3-parser":164,"antlr4ts":286,"antlr4ts/tree/ParseTreeWalker":305}],171:[function(require,module,exports){
|
|
27541
26331
|
"use strict";
|
|
27542
26332
|
/*!
|
|
27543
26333
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27545,7 +26335,7 @@ exports.TradutorReversoPython = TradutorReversoPython;
|
|
|
27545
26335
|
*/
|
|
27546
26336
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27547
26337
|
|
|
27548
|
-
},{}],
|
|
26338
|
+
},{}],172:[function(require,module,exports){
|
|
27549
26339
|
"use strict";
|
|
27550
26340
|
/*!
|
|
27551
26341
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27553,7 +26343,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
27553
26343
|
*/
|
|
27554
26344
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27555
26345
|
|
|
27556
|
-
},{}],
|
|
26346
|
+
},{}],173:[function(require,module,exports){
|
|
27557
26347
|
"use strict";
|
|
27558
26348
|
/*!
|
|
27559
26349
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27715,7 +26505,7 @@ __decorate([
|
|
|
27715
26505
|
], ANTLRInputStream.prototype, "toString", null);
|
|
27716
26506
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
27717
26507
|
|
|
27718
|
-
},{"./Decorators":
|
|
26508
|
+
},{"./Decorators":184,"./IntStream":190,"assert":327}],174:[function(require,module,exports){
|
|
27719
26509
|
"use strict";
|
|
27720
26510
|
/*!
|
|
27721
26511
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27798,7 +26588,7 @@ __decorate([
|
|
|
27798
26588
|
], BailErrorStrategy.prototype, "sync", null);
|
|
27799
26589
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
27800
26590
|
|
|
27801
|
-
},{"./Decorators":
|
|
26591
|
+
},{"./Decorators":184,"./DefaultErrorStrategy":185,"./InputMismatchException":189,"./misc/ParseCancellationException":301}],175:[function(require,module,exports){
|
|
27802
26592
|
"use strict";
|
|
27803
26593
|
/*!
|
|
27804
26594
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28288,7 +27078,7 @@ BufferedTokenStream = __decorate([
|
|
|
28288
27078
|
], BufferedTokenStream);
|
|
28289
27079
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
28290
27080
|
|
|
28291
|
-
},{"./CommonToken":
|
|
27081
|
+
},{"./CommonToken":180,"./Decorators":184,"./Lexer":192,"./Token":209,"./misc/Interval":296,"assert":327}],176:[function(require,module,exports){
|
|
28292
27082
|
"use strict";
|
|
28293
27083
|
/*!
|
|
28294
27084
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28296,7 +27086,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
28296
27086
|
*/
|
|
28297
27087
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28298
27088
|
|
|
28299
|
-
},{}],
|
|
27089
|
+
},{}],177:[function(require,module,exports){
|
|
28300
27090
|
"use strict";
|
|
28301
27091
|
/*!
|
|
28302
27092
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28430,7 +27220,7 @@ var CharStreams;
|
|
|
28430
27220
|
// }
|
|
28431
27221
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
28432
27222
|
|
|
28433
|
-
},{"./CodePointBuffer":
|
|
27223
|
+
},{"./CodePointBuffer":178,"./CodePointCharStream":179,"./IntStream":190}],178:[function(require,module,exports){
|
|
28434
27224
|
"use strict";
|
|
28435
27225
|
/*!
|
|
28436
27226
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28665,7 +27455,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
28665
27455
|
CodePointBuffer.Builder = Builder;
|
|
28666
27456
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
28667
27457
|
|
|
28668
|
-
},{"./misc/Character":
|
|
27458
|
+
},{"./misc/Character":292,"assert":327}],179:[function(require,module,exports){
|
|
28669
27459
|
"use strict";
|
|
28670
27460
|
/*!
|
|
28671
27461
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28815,7 +27605,7 @@ __decorate([
|
|
|
28815
27605
|
], CodePointCharStream.prototype, "getText", null);
|
|
28816
27606
|
exports.CodePointCharStream = CodePointCharStream;
|
|
28817
27607
|
|
|
28818
|
-
},{"./Decorators":
|
|
27608
|
+
},{"./Decorators":184,"./IntStream":190,"./misc/Interval":296,"assert":327}],180:[function(require,module,exports){
|
|
28819
27609
|
"use strict";
|
|
28820
27610
|
/*!
|
|
28821
27611
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29045,7 +27835,7 @@ CommonToken = __decorate([
|
|
|
29045
27835
|
], CommonToken);
|
|
29046
27836
|
exports.CommonToken = CommonToken;
|
|
29047
27837
|
|
|
29048
|
-
},{"./Decorators":
|
|
27838
|
+
},{"./Decorators":184,"./Token":209,"./misc/Interval":296}],181:[function(require,module,exports){
|
|
29049
27839
|
"use strict";
|
|
29050
27840
|
/*!
|
|
29051
27841
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29109,7 +27899,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
29109
27899
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
29110
27900
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
29111
27901
|
|
|
29112
|
-
},{"./CommonToken":
|
|
27902
|
+
},{"./CommonToken":180,"./Decorators":184,"./misc/Interval":296}],182:[function(require,module,exports){
|
|
29113
27903
|
"use strict";
|
|
29114
27904
|
/*!
|
|
29115
27905
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29236,7 +28026,7 @@ CommonTokenStream = __decorate([
|
|
|
29236
28026
|
], CommonTokenStream);
|
|
29237
28027
|
exports.CommonTokenStream = CommonTokenStream;
|
|
29238
28028
|
|
|
29239
|
-
},{"./BufferedTokenStream":
|
|
28029
|
+
},{"./BufferedTokenStream":175,"./Decorators":184,"./Token":209}],183:[function(require,module,exports){
|
|
29240
28030
|
"use strict";
|
|
29241
28031
|
/*!
|
|
29242
28032
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29270,7 +28060,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
29270
28060
|
*/
|
|
29271
28061
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
29272
28062
|
|
|
29273
|
-
},{}],
|
|
28063
|
+
},{}],184:[function(require,module,exports){
|
|
29274
28064
|
"use strict";
|
|
29275
28065
|
/*!
|
|
29276
28066
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29297,7 +28087,7 @@ function SuppressWarnings(options) {
|
|
|
29297
28087
|
}
|
|
29298
28088
|
exports.SuppressWarnings = SuppressWarnings;
|
|
29299
28089
|
|
|
29300
|
-
},{}],
|
|
28090
|
+
},{}],185:[function(require,module,exports){
|
|
29301
28091
|
"use strict";
|
|
29302
28092
|
/*!
|
|
29303
28093
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30111,7 +28901,7 @@ __decorate([
|
|
|
30111
28901
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
30112
28902
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
30113
28903
|
|
|
30114
|
-
},{"./Decorators":
|
|
28904
|
+
},{"./Decorators":184,"./FailedPredicateException":188,"./InputMismatchException":189,"./NoViableAltException":196,"./Token":209,"./atn/ATNState":223,"./atn/ATNStateType":224,"./atn/PredictionContext":264,"./misc/IntervalSet":297}],186:[function(require,module,exports){
|
|
30115
28905
|
"use strict";
|
|
30116
28906
|
/*!
|
|
30117
28907
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30187,7 +28977,7 @@ var Dependents;
|
|
|
30187
28977
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
30188
28978
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
30189
28979
|
|
|
30190
|
-
},{}],
|
|
28980
|
+
},{}],187:[function(require,module,exports){
|
|
30191
28981
|
"use strict";
|
|
30192
28982
|
/*!
|
|
30193
28983
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30335,7 +29125,7 @@ __decorate([
|
|
|
30335
29125
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
30336
29126
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
30337
29127
|
|
|
30338
|
-
},{"./Decorators":
|
|
29128
|
+
},{"./Decorators":184,"./misc/BitSet":291,"./misc/Interval":296}],188:[function(require,module,exports){
|
|
30339
29129
|
"use strict";
|
|
30340
29130
|
/*!
|
|
30341
29131
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30400,7 +29190,7 @@ FailedPredicateException = __decorate([
|
|
|
30400
29190
|
], FailedPredicateException);
|
|
30401
29191
|
exports.FailedPredicateException = FailedPredicateException;
|
|
30402
29192
|
|
|
30403
|
-
},{"./Decorators":
|
|
29193
|
+
},{"./Decorators":184,"./RecognitionException":203,"./atn/PredicateTransition":263}],189:[function(require,module,exports){
|
|
30404
29194
|
"use strict";
|
|
30405
29195
|
/*!
|
|
30406
29196
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30440,7 +29230,7 @@ InputMismatchException = __decorate([
|
|
|
30440
29230
|
], InputMismatchException);
|
|
30441
29231
|
exports.InputMismatchException = InputMismatchException;
|
|
30442
29232
|
|
|
30443
|
-
},{"./Decorators":
|
|
29233
|
+
},{"./Decorators":184,"./RecognitionException":203}],190:[function(require,module,exports){
|
|
30444
29234
|
"use strict";
|
|
30445
29235
|
/*!
|
|
30446
29236
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30463,7 +29253,7 @@ var IntStream;
|
|
|
30463
29253
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
30464
29254
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
30465
29255
|
|
|
30466
|
-
},{}],
|
|
29256
|
+
},{}],191:[function(require,module,exports){
|
|
30467
29257
|
"use strict";
|
|
30468
29258
|
/*!
|
|
30469
29259
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30510,7 +29300,7 @@ __decorate([
|
|
|
30510
29300
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
30511
29301
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
30512
29302
|
|
|
30513
|
-
},{"./Decorators":
|
|
29303
|
+
},{"./Decorators":184,"./ParserRuleContext":200}],192:[function(require,module,exports){
|
|
30514
29304
|
"use strict";
|
|
30515
29305
|
/*!
|
|
30516
29306
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30846,7 +29636,7 @@ __decorate([
|
|
|
30846
29636
|
], Lexer.prototype, "charPositionInLine", null);
|
|
30847
29637
|
exports.Lexer = Lexer;
|
|
30848
29638
|
|
|
30849
|
-
},{"./CommonTokenFactory":
|
|
29639
|
+
},{"./CommonTokenFactory":181,"./Decorators":184,"./IntStream":190,"./LexerNoViableAltException":194,"./Recognizer":204,"./Token":209,"./atn/LexerATNSimulator":242,"./misc/IntegerStack":295,"./misc/Interval":296}],193:[function(require,module,exports){
|
|
30850
29640
|
"use strict";
|
|
30851
29641
|
/*!
|
|
30852
29642
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30926,7 +29716,7 @@ LexerInterpreter = __decorate([
|
|
|
30926
29716
|
], LexerInterpreter);
|
|
30927
29717
|
exports.LexerInterpreter = LexerInterpreter;
|
|
30928
29718
|
|
|
30929
|
-
},{"./Decorators":
|
|
29719
|
+
},{"./Decorators":184,"./Lexer":192,"./atn/LexerATNSimulator":242}],194:[function(require,module,exports){
|
|
30930
29720
|
"use strict";
|
|
30931
29721
|
/*!
|
|
30932
29722
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30983,7 +29773,7 @@ LexerNoViableAltException = __decorate([
|
|
|
30983
29773
|
], LexerNoViableAltException);
|
|
30984
29774
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
30985
29775
|
|
|
30986
|
-
},{"./Decorators":
|
|
29776
|
+
},{"./Decorators":184,"./RecognitionException":203,"./misc/Interval":296,"./misc/Utils":303}],195:[function(require,module,exports){
|
|
30987
29777
|
"use strict";
|
|
30988
29778
|
/*!
|
|
30989
29779
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31193,7 +29983,7 @@ ListTokenSource = __decorate([
|
|
|
31193
29983
|
], ListTokenSource);
|
|
31194
29984
|
exports.ListTokenSource = ListTokenSource;
|
|
31195
29985
|
|
|
31196
|
-
},{"./CommonTokenFactory":
|
|
29986
|
+
},{"./CommonTokenFactory":181,"./Decorators":184,"./Token":209}],196:[function(require,module,exports){
|
|
31197
29987
|
"use strict";
|
|
31198
29988
|
/*!
|
|
31199
29989
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31248,7 +30038,7 @@ __decorate([
|
|
|
31248
30038
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
31249
30039
|
exports.NoViableAltException = NoViableAltException;
|
|
31250
30040
|
|
|
31251
|
-
},{"./Decorators":
|
|
30041
|
+
},{"./Decorators":184,"./Parser":197,"./RecognitionException":203}],197:[function(require,module,exports){
|
|
31252
30042
|
(function (process){(function (){
|
|
31253
30043
|
"use strict";
|
|
31254
30044
|
/*!
|
|
@@ -32094,7 +30884,7 @@ __decorate([
|
|
|
32094
30884
|
exports.Parser = Parser;
|
|
32095
30885
|
|
|
32096
30886
|
}).call(this)}).call(this,require('_process'))
|
|
32097
|
-
},{"./Decorators":
|
|
30887
|
+
},{"./Decorators":184,"./DefaultErrorStrategy":185,"./Lexer":192,"./ProxyParserErrorListener":202,"./Recognizer":204,"./Token":209,"./atn/ATNDeserializationOptions":220,"./atn/ATNDeserializer":221,"./atn/ParseInfo":257,"./atn/ParserATNSimulator":258,"./atn/ProfilingATNSimulator":267,"./misc/IntegerStack":295,"./misc/Utils":303,"./tree/ErrorNode":304,"./tree/TerminalNode":307,"./tree/pattern/ParseTreePatternMatcher":312,"_process":370}],198:[function(require,module,exports){
|
|
32098
30888
|
"use strict";
|
|
32099
30889
|
/*!
|
|
32100
30890
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32102,7 +30892,7 @@ exports.Parser = Parser;
|
|
|
32102
30892
|
*/
|
|
32103
30893
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32104
30894
|
|
|
32105
|
-
},{}],
|
|
30895
|
+
},{}],199:[function(require,module,exports){
|
|
32106
30896
|
"use strict";
|
|
32107
30897
|
/*!
|
|
32108
30898
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32510,7 +31300,7 @@ ParserInterpreter = __decorate([
|
|
|
32510
31300
|
], ParserInterpreter);
|
|
32511
31301
|
exports.ParserInterpreter = ParserInterpreter;
|
|
32512
31302
|
|
|
32513
|
-
},{"./Decorators":
|
|
31303
|
+
},{"./Decorators":184,"./FailedPredicateException":188,"./InputMismatchException":189,"./InterpreterRuleContext":191,"./Parser":197,"./RecognitionException":203,"./Token":209,"./atn/ATNState":223,"./atn/ATNStateType":224,"./atn/LoopEndState":254,"./atn/ParserATNSimulator":258,"./atn/StarLoopEntryState":276,"./misc/BitSet":291}],200:[function(require,module,exports){
|
|
32514
31304
|
"use strict";
|
|
32515
31305
|
/*!
|
|
32516
31306
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32811,7 +31601,7 @@ __decorate([
|
|
|
32811
31601
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
32812
31602
|
exports.ParserRuleContext = ParserRuleContext;
|
|
32813
31603
|
|
|
32814
|
-
},{"./Decorators":
|
|
31604
|
+
},{"./Decorators":184,"./RuleContext":205,"./misc/Interval":296,"./tree/ErrorNode":304,"./tree/TerminalNode":307}],201:[function(require,module,exports){
|
|
32815
31605
|
"use strict";
|
|
32816
31606
|
/*!
|
|
32817
31607
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32861,7 +31651,7 @@ __decorate([
|
|
|
32861
31651
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
32862
31652
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
32863
31653
|
|
|
32864
|
-
},{"./Decorators":
|
|
31654
|
+
},{"./Decorators":184}],202:[function(require,module,exports){
|
|
32865
31655
|
"use strict";
|
|
32866
31656
|
/*!
|
|
32867
31657
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32920,7 +31710,7 @@ __decorate([
|
|
|
32920
31710
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
32921
31711
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
32922
31712
|
|
|
32923
|
-
},{"./Decorators":
|
|
31713
|
+
},{"./Decorators":184,"./ProxyErrorListener":201}],203:[function(require,module,exports){
|
|
32924
31714
|
"use strict";
|
|
32925
31715
|
/*!
|
|
32926
31716
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33025,7 +31815,7 @@ class RecognitionException extends Error {
|
|
|
33025
31815
|
}
|
|
33026
31816
|
exports.RecognitionException = RecognitionException;
|
|
33027
31817
|
|
|
33028
|
-
},{}],
|
|
31818
|
+
},{}],204:[function(require,module,exports){
|
|
33029
31819
|
"use strict";
|
|
33030
31820
|
/*!
|
|
33031
31821
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33244,7 +32034,7 @@ __decorate([
|
|
|
33244
32034
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
33245
32035
|
exports.Recognizer = Recognizer;
|
|
33246
32036
|
|
|
33247
|
-
},{"./ConsoleErrorListener":
|
|
32037
|
+
},{"./ConsoleErrorListener":183,"./Decorators":184,"./ProxyErrorListener":201,"./Token":209,"./misc/Utils":303}],205:[function(require,module,exports){
|
|
33248
32038
|
"use strict";
|
|
33249
32039
|
/*!
|
|
33250
32040
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33461,7 +32251,7 @@ __decorate([
|
|
|
33461
32251
|
], RuleContext.prototype, "toStringTree", null);
|
|
33462
32252
|
exports.RuleContext = RuleContext;
|
|
33463
32253
|
|
|
33464
|
-
},{"./Decorators":
|
|
32254
|
+
},{"./Decorators":184,"./ParserRuleContext":200,"./Recognizer":204,"./atn/ATN":217,"./misc/Interval":296,"./tree/RuleNode":306,"./tree/Trees":308}],206:[function(require,module,exports){
|
|
33465
32255
|
"use strict";
|
|
33466
32256
|
/*!
|
|
33467
32257
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33512,7 +32302,7 @@ __decorate([
|
|
|
33512
32302
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
33513
32303
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
33514
32304
|
|
|
33515
|
-
},{"./Decorators":
|
|
32305
|
+
},{"./Decorators":184,"./ParserRuleContext":200,"./atn/ATN":217}],207:[function(require,module,exports){
|
|
33516
32306
|
"use strict";
|
|
33517
32307
|
/*!
|
|
33518
32308
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33535,7 +32325,7 @@ function RuleDependency(dependency) {
|
|
|
33535
32325
|
}
|
|
33536
32326
|
exports.RuleDependency = RuleDependency;
|
|
33537
32327
|
|
|
33538
|
-
},{}],
|
|
32328
|
+
},{}],208:[function(require,module,exports){
|
|
33539
32329
|
"use strict";
|
|
33540
32330
|
/*!
|
|
33541
32331
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33554,7 +32344,7 @@ function RuleVersion(version) {
|
|
|
33554
32344
|
}
|
|
33555
32345
|
exports.RuleVersion = RuleVersion;
|
|
33556
32346
|
|
|
33557
|
-
},{}],
|
|
32347
|
+
},{}],209:[function(require,module,exports){
|
|
33558
32348
|
"use strict";
|
|
33559
32349
|
/*!
|
|
33560
32350
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33594,7 +32384,7 @@ var Token;
|
|
|
33594
32384
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
33595
32385
|
})(Token = exports.Token || (exports.Token = {}));
|
|
33596
32386
|
|
|
33597
|
-
},{"./IntStream":
|
|
32387
|
+
},{"./IntStream":190}],210:[function(require,module,exports){
|
|
33598
32388
|
"use strict";
|
|
33599
32389
|
/*!
|
|
33600
32390
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33602,7 +32392,7 @@ var Token;
|
|
|
33602
32392
|
*/
|
|
33603
32393
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33604
32394
|
|
|
33605
|
-
},{}],
|
|
32395
|
+
},{}],211:[function(require,module,exports){
|
|
33606
32396
|
"use strict";
|
|
33607
32397
|
/*!
|
|
33608
32398
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33610,7 +32400,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33610
32400
|
*/
|
|
33611
32401
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33612
32402
|
|
|
33613
|
-
},{}],
|
|
32403
|
+
},{}],212:[function(require,module,exports){
|
|
33614
32404
|
"use strict";
|
|
33615
32405
|
/*!
|
|
33616
32406
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33618,7 +32408,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33618
32408
|
*/
|
|
33619
32409
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33620
32410
|
|
|
33621
|
-
},{}],
|
|
32411
|
+
},{}],213:[function(require,module,exports){
|
|
33622
32412
|
"use strict";
|
|
33623
32413
|
/*!
|
|
33624
32414
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34126,7 +32916,7 @@ __decorate([
|
|
|
34126
32916
|
Decorators_1.Override
|
|
34127
32917
|
], ReplaceOp.prototype, "toString", null);
|
|
34128
32918
|
|
|
34129
|
-
},{"./Decorators":
|
|
32919
|
+
},{"./Decorators":184,"./Token":209,"./misc/Interval":296}],214:[function(require,module,exports){
|
|
34130
32920
|
"use strict";
|
|
34131
32921
|
/*!
|
|
34132
32922
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34134,7 +32924,7 @@ __decorate([
|
|
|
34134
32924
|
*/
|
|
34135
32925
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34136
32926
|
|
|
34137
|
-
},{}],
|
|
32927
|
+
},{}],215:[function(require,module,exports){
|
|
34138
32928
|
"use strict";
|
|
34139
32929
|
/*!
|
|
34140
32930
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34254,7 +33044,7 @@ __decorate([
|
|
|
34254
33044
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
34255
33045
|
exports.VocabularyImpl = VocabularyImpl;
|
|
34256
33046
|
|
|
34257
|
-
},{"./Decorators":
|
|
33047
|
+
},{"./Decorators":184,"./Token":209}],216:[function(require,module,exports){
|
|
34258
33048
|
"use strict";
|
|
34259
33049
|
/*!
|
|
34260
33050
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34262,7 +33052,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
34262
33052
|
*/
|
|
34263
33053
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34264
33054
|
|
|
34265
|
-
},{}],
|
|
33055
|
+
},{}],217:[function(require,module,exports){
|
|
34266
33056
|
"use strict";
|
|
34267
33057
|
/*!
|
|
34268
33058
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34484,7 +33274,7 @@ exports.ATN = ATN;
|
|
|
34484
33274
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
34485
33275
|
exports.ATN = ATN;
|
|
34486
33276
|
|
|
34487
|
-
},{"../Decorators":
|
|
33277
|
+
},{"../Decorators":184,"../Token":209,"../dfa/DFA":282,"../misc/Array2DHashMap":287,"../misc/IntervalSet":297,"../misc/ObjectEqualityComparator":300,"./InvalidState":240,"./LL1Analyzer":241,"./PredictionContext":264,"assert":327}],218:[function(require,module,exports){
|
|
34488
33278
|
"use strict";
|
|
34489
33279
|
/*!
|
|
34490
33280
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35009,7 +33799,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
35009
33799
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
35010
33800
|
], ActionSemanticContextATNConfig);
|
|
35011
33801
|
|
|
35012
|
-
},{"../Decorators":
|
|
33802
|
+
},{"../Decorators":184,"../misc/Array2DHashMap":287,"../misc/MurmurHash":299,"../misc/ObjectEqualityComparator":300,"./DecisionState":237,"./PredictionContext":264,"./SemanticContext":272,"assert":327}],219:[function(require,module,exports){
|
|
35013
33803
|
"use strict";
|
|
35014
33804
|
/*!
|
|
35015
33805
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35456,7 +34246,7 @@ __decorate([
|
|
|
35456
34246
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
35457
34247
|
exports.ATNConfigSet = ATNConfigSet;
|
|
35458
34248
|
|
|
35459
|
-
},{"../Decorators":
|
|
34249
|
+
},{"../Decorators":184,"../misc/Array2DHashMap":287,"../misc/Array2DHashSet":288,"../misc/ArrayEqualityComparator":289,"../misc/BitSet":291,"../misc/ObjectEqualityComparator":300,"../misc/Utils":303,"./ATN":217,"./ATNConfig":218,"./PredictionContext":264,"./PredictionContextCache":265,"./SemanticContext":272,"assert":327}],220:[function(require,module,exports){
|
|
35460
34250
|
"use strict";
|
|
35461
34251
|
/*!
|
|
35462
34252
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35535,7 +34325,7 @@ __decorate([
|
|
|
35535
34325
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
35536
34326
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
35537
34327
|
|
|
35538
|
-
},{"../Decorators":
|
|
34328
|
+
},{"../Decorators":184}],221:[function(require,module,exports){
|
|
35539
34329
|
"use strict";
|
|
35540
34330
|
/*!
|
|
35541
34331
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36622,7 +35412,7 @@ __decorate([
|
|
|
36622
35412
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
36623
35413
|
exports.ATNDeserializer = ATNDeserializer;
|
|
36624
35414
|
|
|
36625
|
-
},{"../Decorators":
|
|
35415
|
+
},{"../Decorators":184,"../Token":209,"../dfa/DFA":282,"../misc/Array2DHashSet":288,"../misc/BitSet":291,"../misc/IntervalSet":297,"../misc/UUID":302,"./ATN":217,"./ATNDeserializationOptions":220,"./ATNStateType":224,"./ActionTransition":226,"./AtomTransition":228,"./BasicBlockStartState":229,"./BasicState":230,"./BlockEndState":231,"./BlockStartState":232,"./DecisionState":237,"./EpsilonTransition":238,"./InvalidState":240,"./LexerChannelAction":244,"./LexerCustomAction":245,"./LexerModeAction":247,"./LexerMoreAction":248,"./LexerPopModeAction":249,"./LexerPushModeAction":250,"./LexerSkipAction":251,"./LexerTypeAction":252,"./LoopEndState":254,"./NotSetTransition":255,"./ParserATNSimulator":258,"./PlusBlockStartState":259,"./PlusLoopbackState":260,"./PrecedencePredicateTransition":261,"./PredicateTransition":263,"./RangeTransition":268,"./RuleStartState":269,"./RuleStopState":270,"./RuleTransition":271,"./SetTransition":273,"./StarBlockStartState":275,"./StarLoopEntryState":276,"./StarLoopbackState":277,"./TokensStartState":278,"./WildcardTransition":280}],222:[function(require,module,exports){
|
|
36626
35416
|
"use strict";
|
|
36627
35417
|
/*!
|
|
36628
35418
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36686,7 +35476,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
36686
35476
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
36687
35477
|
exports.ATNSimulator = ATNSimulator;
|
|
36688
35478
|
|
|
36689
|
-
},{"../Decorators":
|
|
35479
|
+
},{"../Decorators":184,"../dfa/DFAState":284,"./ATNConfigSet":219,"./PredictionContext":264}],223:[function(require,module,exports){
|
|
36690
35480
|
"use strict";
|
|
36691
35481
|
/*!
|
|
36692
35482
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36873,7 +35663,7 @@ exports.ATNState = ATNState;
|
|
|
36873
35663
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
36874
35664
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
36875
35665
|
|
|
36876
|
-
},{"../Decorators":
|
|
35666
|
+
},{"../Decorators":184}],224:[function(require,module,exports){
|
|
36877
35667
|
"use strict";
|
|
36878
35668
|
/*!
|
|
36879
35669
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36899,7 +35689,7 @@ var ATNStateType;
|
|
|
36899
35689
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
36900
35690
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
36901
35691
|
|
|
36902
|
-
},{}],
|
|
35692
|
+
},{}],225:[function(require,module,exports){
|
|
36903
35693
|
"use strict";
|
|
36904
35694
|
/*!
|
|
36905
35695
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36919,7 +35709,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
36919
35709
|
}
|
|
36920
35710
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
36921
35711
|
|
|
36922
|
-
},{"./Transition":
|
|
35712
|
+
},{"./Transition":279}],226:[function(require,module,exports){
|
|
36923
35713
|
"use strict";
|
|
36924
35714
|
/*!
|
|
36925
35715
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36975,7 +35765,7 @@ ActionTransition = __decorate([
|
|
|
36975
35765
|
], ActionTransition);
|
|
36976
35766
|
exports.ActionTransition = ActionTransition;
|
|
36977
35767
|
|
|
36978
|
-
},{"../Decorators":
|
|
35768
|
+
},{"../Decorators":184,"./Transition":279}],227:[function(require,module,exports){
|
|
36979
35769
|
"use strict";
|
|
36980
35770
|
/*!
|
|
36981
35771
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37062,7 +35852,7 @@ AmbiguityInfo = __decorate([
|
|
|
37062
35852
|
], AmbiguityInfo);
|
|
37063
35853
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
37064
35854
|
|
|
37065
|
-
},{"../Decorators":
|
|
35855
|
+
},{"../Decorators":184,"./DecisionEventInfo":235}],228:[function(require,module,exports){
|
|
37066
35856
|
"use strict";
|
|
37067
35857
|
/*!
|
|
37068
35858
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37120,7 +35910,7 @@ AtomTransition = __decorate([
|
|
|
37120
35910
|
], AtomTransition);
|
|
37121
35911
|
exports.AtomTransition = AtomTransition;
|
|
37122
35912
|
|
|
37123
|
-
},{"../Decorators":
|
|
35913
|
+
},{"../Decorators":184,"../misc/IntervalSet":297,"./Transition":279}],229:[function(require,module,exports){
|
|
37124
35914
|
"use strict";
|
|
37125
35915
|
/*!
|
|
37126
35916
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37152,7 +35942,7 @@ __decorate([
|
|
|
37152
35942
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
37153
35943
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
37154
35944
|
|
|
37155
|
-
},{"../Decorators":
|
|
35945
|
+
},{"../Decorators":184,"./ATNStateType":224,"./BlockStartState":232}],230:[function(require,module,exports){
|
|
37156
35946
|
"use strict";
|
|
37157
35947
|
/*!
|
|
37158
35948
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37184,7 +35974,7 @@ __decorate([
|
|
|
37184
35974
|
], BasicState.prototype, "stateType", null);
|
|
37185
35975
|
exports.BasicState = BasicState;
|
|
37186
35976
|
|
|
37187
|
-
},{"../Decorators":
|
|
35977
|
+
},{"../Decorators":184,"./ATNState":223,"./ATNStateType":224}],231:[function(require,module,exports){
|
|
37188
35978
|
"use strict";
|
|
37189
35979
|
/*!
|
|
37190
35980
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37213,7 +36003,7 @@ __decorate([
|
|
|
37213
36003
|
], BlockEndState.prototype, "stateType", null);
|
|
37214
36004
|
exports.BlockEndState = BlockEndState;
|
|
37215
36005
|
|
|
37216
|
-
},{"../Decorators":
|
|
36006
|
+
},{"../Decorators":184,"./ATNState":223,"./ATNStateType":224}],232:[function(require,module,exports){
|
|
37217
36007
|
"use strict";
|
|
37218
36008
|
/*!
|
|
37219
36009
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37227,7 +36017,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
37227
36017
|
}
|
|
37228
36018
|
exports.BlockStartState = BlockStartState;
|
|
37229
36019
|
|
|
37230
|
-
},{"./DecisionState":
|
|
36020
|
+
},{"./DecisionState":237}],233:[function(require,module,exports){
|
|
37231
36021
|
"use strict";
|
|
37232
36022
|
/*!
|
|
37233
36023
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37297,7 +36087,7 @@ __decorate([
|
|
|
37297
36087
|
], ConflictInfo.prototype, "hashCode", null);
|
|
37298
36088
|
exports.ConflictInfo = ConflictInfo;
|
|
37299
36089
|
|
|
37300
|
-
},{"../Decorators":
|
|
36090
|
+
},{"../Decorators":184,"../misc/Utils":303}],234:[function(require,module,exports){
|
|
37301
36091
|
"use strict";
|
|
37302
36092
|
/*!
|
|
37303
36093
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37357,7 +36147,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
37357
36147
|
], ContextSensitivityInfo);
|
|
37358
36148
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
37359
36149
|
|
|
37360
|
-
},{"../Decorators":
|
|
36150
|
+
},{"../Decorators":184,"./DecisionEventInfo":235}],235:[function(require,module,exports){
|
|
37361
36151
|
"use strict";
|
|
37362
36152
|
/*!
|
|
37363
36153
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37409,7 +36199,7 @@ DecisionEventInfo = __decorate([
|
|
|
37409
36199
|
], DecisionEventInfo);
|
|
37410
36200
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
37411
36201
|
|
|
37412
|
-
},{"../Decorators":
|
|
36202
|
+
},{"../Decorators":184}],236:[function(require,module,exports){
|
|
37413
36203
|
"use strict";
|
|
37414
36204
|
/*!
|
|
37415
36205
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37622,7 +36412,7 @@ __decorate([
|
|
|
37622
36412
|
], DecisionInfo.prototype, "toString", null);
|
|
37623
36413
|
exports.DecisionInfo = DecisionInfo;
|
|
37624
36414
|
|
|
37625
|
-
},{"../Decorators":
|
|
36415
|
+
},{"../Decorators":184}],237:[function(require,module,exports){
|
|
37626
36416
|
"use strict";
|
|
37627
36417
|
/*!
|
|
37628
36418
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37642,7 +36432,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
37642
36432
|
}
|
|
37643
36433
|
exports.DecisionState = DecisionState;
|
|
37644
36434
|
|
|
37645
|
-
},{"./ATNState":
|
|
36435
|
+
},{"./ATNState":223}],238:[function(require,module,exports){
|
|
37646
36436
|
"use strict";
|
|
37647
36437
|
/*!
|
|
37648
36438
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37708,7 +36498,7 @@ EpsilonTransition = __decorate([
|
|
|
37708
36498
|
], EpsilonTransition);
|
|
37709
36499
|
exports.EpsilonTransition = EpsilonTransition;
|
|
37710
36500
|
|
|
37711
|
-
},{"../Decorators":
|
|
36501
|
+
},{"../Decorators":184,"./Transition":279}],239:[function(require,module,exports){
|
|
37712
36502
|
"use strict";
|
|
37713
36503
|
/*!
|
|
37714
36504
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37761,7 +36551,7 @@ ErrorInfo = __decorate([
|
|
|
37761
36551
|
], ErrorInfo);
|
|
37762
36552
|
exports.ErrorInfo = ErrorInfo;
|
|
37763
36553
|
|
|
37764
|
-
},{"../Decorators":
|
|
36554
|
+
},{"../Decorators":184,"./DecisionEventInfo":235}],240:[function(require,module,exports){
|
|
37765
36555
|
"use strict";
|
|
37766
36556
|
/*!
|
|
37767
36557
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37792,7 +36582,7 @@ __decorate([
|
|
|
37792
36582
|
], InvalidState.prototype, "stateType", null);
|
|
37793
36583
|
exports.InvalidState = InvalidState;
|
|
37794
36584
|
|
|
37795
|
-
},{"../Decorators":
|
|
36585
|
+
},{"../Decorators":184,"./ATNStateType":224,"./BasicState":230}],241:[function(require,module,exports){
|
|
37796
36586
|
"use strict";
|
|
37797
36587
|
/*!
|
|
37798
36588
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38014,7 +36804,7 @@ LL1Analyzer = __decorate([
|
|
|
38014
36804
|
], LL1Analyzer);
|
|
38015
36805
|
exports.LL1Analyzer = LL1Analyzer;
|
|
38016
36806
|
|
|
38017
|
-
},{"../Decorators":
|
|
36807
|
+
},{"../Decorators":184,"../Token":209,"../misc/Array2DHashSet":288,"../misc/BitSet":291,"../misc/IntervalSet":297,"../misc/ObjectEqualityComparator":300,"./ATNConfig":218,"./AbstractPredicateTransition":225,"./NotSetTransition":255,"./PredictionContext":264,"./RuleStopState":270,"./RuleTransition":271,"./WildcardTransition":280}],242:[function(require,module,exports){
|
|
38018
36808
|
"use strict";
|
|
38019
36809
|
/*!
|
|
38020
36810
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38731,7 +37521,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
38731
37521
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
38732
37522
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
38733
37523
|
|
|
38734
|
-
},{"../Decorators":
|
|
37524
|
+
},{"../Decorators":184,"../IntStream":190,"../Lexer":192,"../LexerNoViableAltException":194,"../Token":209,"../dfa/AcceptStateInfo":281,"../dfa/DFAState":284,"../misc/Interval":296,"./ATN":217,"./ATNConfig":218,"./ATNConfigSet":219,"./ATNSimulator":222,"./LexerActionExecutor":243,"./OrderedATNConfigSet":256,"./PredictionContext":264,"./RuleStopState":270,"assert":327}],243:[function(require,module,exports){
|
|
38735
37525
|
"use strict";
|
|
38736
37526
|
/*!
|
|
38737
37527
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38932,7 +37722,7 @@ LexerActionExecutor = __decorate([
|
|
|
38932
37722
|
], LexerActionExecutor);
|
|
38933
37723
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
38934
37724
|
|
|
38935
|
-
},{"../Decorators":
|
|
37725
|
+
},{"../Decorators":184,"../misc/ArrayEqualityComparator":289,"../misc/MurmurHash":299,"./LexerIndexedCustomAction":246}],244:[function(require,module,exports){
|
|
38936
37726
|
"use strict";
|
|
38937
37727
|
/*!
|
|
38938
37728
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39037,7 +37827,7 @@ __decorate([
|
|
|
39037
37827
|
], LexerChannelAction.prototype, "toString", null);
|
|
39038
37828
|
exports.LexerChannelAction = LexerChannelAction;
|
|
39039
37829
|
|
|
39040
|
-
},{"../Decorators":
|
|
37830
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],245:[function(require,module,exports){
|
|
39041
37831
|
"use strict";
|
|
39042
37832
|
/*!
|
|
39043
37833
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39166,7 +37956,7 @@ __decorate([
|
|
|
39166
37956
|
], LexerCustomAction.prototype, "equals", null);
|
|
39167
37957
|
exports.LexerCustomAction = LexerCustomAction;
|
|
39168
37958
|
|
|
39169
|
-
},{"../Decorators":
|
|
37959
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],246:[function(require,module,exports){
|
|
39170
37960
|
"use strict";
|
|
39171
37961
|
/*!
|
|
39172
37962
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39301,7 +38091,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
39301
38091
|
], LexerIndexedCustomAction);
|
|
39302
38092
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
39303
38093
|
|
|
39304
|
-
},{"../Decorators":
|
|
38094
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],247:[function(require,module,exports){
|
|
39305
38095
|
"use strict";
|
|
39306
38096
|
/*!
|
|
39307
38097
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39406,7 +38196,7 @@ __decorate([
|
|
|
39406
38196
|
], LexerModeAction.prototype, "toString", null);
|
|
39407
38197
|
exports.LexerModeAction = LexerModeAction;
|
|
39408
38198
|
|
|
39409
|
-
},{"../Decorators":
|
|
38199
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],248:[function(require,module,exports){
|
|
39410
38200
|
"use strict";
|
|
39411
38201
|
/*!
|
|
39412
38202
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39502,7 +38292,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
39502
38292
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
39503
38293
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
39504
38294
|
|
|
39505
|
-
},{"../Decorators":
|
|
38295
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],249:[function(require,module,exports){
|
|
39506
38296
|
"use strict";
|
|
39507
38297
|
/*!
|
|
39508
38298
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39598,7 +38388,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
39598
38388
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
39599
38389
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
39600
38390
|
|
|
39601
|
-
},{"../Decorators":
|
|
38391
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],250:[function(require,module,exports){
|
|
39602
38392
|
"use strict";
|
|
39603
38393
|
/*!
|
|
39604
38394
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39703,7 +38493,7 @@ __decorate([
|
|
|
39703
38493
|
], LexerPushModeAction.prototype, "toString", null);
|
|
39704
38494
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
39705
38495
|
|
|
39706
|
-
},{"../Decorators":
|
|
38496
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],251:[function(require,module,exports){
|
|
39707
38497
|
"use strict";
|
|
39708
38498
|
/*!
|
|
39709
38499
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39799,7 +38589,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
39799
38589
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
39800
38590
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
39801
38591
|
|
|
39802
|
-
},{"../Decorators":
|
|
38592
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],252:[function(require,module,exports){
|
|
39803
38593
|
"use strict";
|
|
39804
38594
|
/*!
|
|
39805
38595
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39903,7 +38693,7 @@ __decorate([
|
|
|
39903
38693
|
], LexerTypeAction.prototype, "toString", null);
|
|
39904
38694
|
exports.LexerTypeAction = LexerTypeAction;
|
|
39905
38695
|
|
|
39906
|
-
},{"../Decorators":
|
|
38696
|
+
},{"../Decorators":184,"../misc/MurmurHash":299}],253:[function(require,module,exports){
|
|
39907
38697
|
"use strict";
|
|
39908
38698
|
/*!
|
|
39909
38699
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39955,7 +38745,7 @@ LookaheadEventInfo = __decorate([
|
|
|
39955
38745
|
], LookaheadEventInfo);
|
|
39956
38746
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
39957
38747
|
|
|
39958
|
-
},{"../Decorators":
|
|
38748
|
+
},{"../Decorators":184,"./DecisionEventInfo":235}],254:[function(require,module,exports){
|
|
39959
38749
|
"use strict";
|
|
39960
38750
|
/*!
|
|
39961
38751
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39984,7 +38774,7 @@ __decorate([
|
|
|
39984
38774
|
], LoopEndState.prototype, "stateType", null);
|
|
39985
38775
|
exports.LoopEndState = LoopEndState;
|
|
39986
38776
|
|
|
39987
|
-
},{"../Decorators":
|
|
38777
|
+
},{"../Decorators":184,"./ATNState":223,"./ATNStateType":224}],255:[function(require,module,exports){
|
|
39988
38778
|
"use strict";
|
|
39989
38779
|
/*!
|
|
39990
38780
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40033,7 +38823,7 @@ NotSetTransition = __decorate([
|
|
|
40033
38823
|
], NotSetTransition);
|
|
40034
38824
|
exports.NotSetTransition = NotSetTransition;
|
|
40035
38825
|
|
|
40036
|
-
},{"../Decorators":
|
|
38826
|
+
},{"../Decorators":184,"./SetTransition":273}],256:[function(require,module,exports){
|
|
40037
38827
|
"use strict";
|
|
40038
38828
|
/*!
|
|
40039
38829
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40088,7 +38878,7 @@ __decorate([
|
|
|
40088
38878
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
40089
38879
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
40090
38880
|
|
|
40091
|
-
},{"../Decorators":
|
|
38881
|
+
},{"../Decorators":184,"./ATNConfigSet":219}],257:[function(require,module,exports){
|
|
40092
38882
|
"use strict";
|
|
40093
38883
|
/*!
|
|
40094
38884
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40250,7 +39040,7 @@ ParseInfo = __decorate([
|
|
|
40250
39040
|
], ParseInfo);
|
|
40251
39041
|
exports.ParseInfo = ParseInfo;
|
|
40252
39042
|
|
|
40253
|
-
},{"../Decorators":
|
|
39043
|
+
},{"../Decorators":184}],258:[function(require,module,exports){
|
|
40254
39044
|
"use strict";
|
|
40255
39045
|
/*!
|
|
40256
39046
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42523,7 +41313,7 @@ ParserATNSimulator = __decorate([
|
|
|
42523
41313
|
], ParserATNSimulator);
|
|
42524
41314
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
42525
41315
|
|
|
42526
|
-
},{"../Decorators":
|
|
41316
|
+
},{"../Decorators":184,"../IntStream":190,"../NoViableAltException":196,"../ParserRuleContext":200,"../Token":209,"../VocabularyImpl":215,"../dfa/AcceptStateInfo":281,"../dfa/DFAState":284,"../misc/Array2DHashSet":288,"../misc/Arrays":290,"../misc/BitSet":291,"../misc/IntegerList":294,"../misc/Interval":296,"../misc/ObjectEqualityComparator":300,"./ATN":217,"./ATNConfig":218,"./ATNConfigSet":219,"./ATNSimulator":222,"./ATNStateType":224,"./ActionTransition":226,"./AtomTransition":228,"./ConflictInfo":233,"./DecisionState":237,"./NotSetTransition":255,"./PredictionContext":264,"./PredictionContextCache":265,"./PredictionMode":266,"./RuleStopState":270,"./RuleTransition":271,"./SemanticContext":272,"./SetTransition":273,"./SimulatorState":274,"assert":327}],259:[function(require,module,exports){
|
|
42527
41317
|
"use strict";
|
|
42528
41318
|
/*!
|
|
42529
41319
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42556,7 +41346,7 @@ __decorate([
|
|
|
42556
41346
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
42557
41347
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
42558
41348
|
|
|
42559
|
-
},{"../Decorators":
|
|
41349
|
+
},{"../Decorators":184,"./ATNStateType":224,"./BlockStartState":232}],260:[function(require,module,exports){
|
|
42560
41350
|
"use strict";
|
|
42561
41351
|
/*!
|
|
42562
41352
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42587,7 +41377,7 @@ __decorate([
|
|
|
42587
41377
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
42588
41378
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
42589
41379
|
|
|
42590
|
-
},{"../Decorators":
|
|
41380
|
+
},{"../Decorators":184,"./ATNStateType":224,"./DecisionState":237}],261:[function(require,module,exports){
|
|
42591
41381
|
"use strict";
|
|
42592
41382
|
/*!
|
|
42593
41383
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42650,7 +41440,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
42650
41440
|
], PrecedencePredicateTransition);
|
|
42651
41441
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
42652
41442
|
|
|
42653
|
-
},{"../Decorators":
|
|
41443
|
+
},{"../Decorators":184,"./AbstractPredicateTransition":225,"./SemanticContext":272}],262:[function(require,module,exports){
|
|
42654
41444
|
"use strict";
|
|
42655
41445
|
/*!
|
|
42656
41446
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42713,7 +41503,7 @@ PredicateEvalInfo = __decorate([
|
|
|
42713
41503
|
], PredicateEvalInfo);
|
|
42714
41504
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
42715
41505
|
|
|
42716
|
-
},{"../Decorators":
|
|
41506
|
+
},{"../Decorators":184,"./DecisionEventInfo":235}],263:[function(require,module,exports){
|
|
42717
41507
|
"use strict";
|
|
42718
41508
|
/*!
|
|
42719
41509
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42779,7 +41569,7 @@ PredicateTransition = __decorate([
|
|
|
42779
41569
|
], PredicateTransition);
|
|
42780
41570
|
exports.PredicateTransition = PredicateTransition;
|
|
42781
41571
|
|
|
42782
|
-
},{"../Decorators":
|
|
41572
|
+
},{"../Decorators":184,"./AbstractPredicateTransition":225,"./SemanticContext":272}],264:[function(require,module,exports){
|
|
42783
41573
|
"use strict";
|
|
42784
41574
|
/*!
|
|
42785
41575
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43470,7 +42260,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
43470
42260
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
43471
42261
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
43472
42262
|
|
|
43473
|
-
},{"../Decorators":
|
|
42263
|
+
},{"../Decorators":184,"../misc/Array2DHashMap":287,"../misc/Array2DHashSet":288,"../misc/Arrays":290,"../misc/MurmurHash":299,"./PredictionContextCache":265,"assert":327}],265:[function(require,module,exports){
|
|
43474
42264
|
"use strict";
|
|
43475
42265
|
/*!
|
|
43476
42266
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43611,7 +42401,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
43611
42401
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
43612
42402
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
43613
42403
|
|
|
43614
|
-
},{"../Decorators":
|
|
42404
|
+
},{"../Decorators":184,"../misc/Array2DHashMap":287,"../misc/ObjectEqualityComparator":300,"./PredictionContext":264,"assert":327}],266:[function(require,module,exports){
|
|
43615
42405
|
"use strict";
|
|
43616
42406
|
/*!
|
|
43617
42407
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43772,7 +42562,7 @@ var PredictionMode;
|
|
|
43772
42562
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
43773
42563
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
43774
42564
|
|
|
43775
|
-
},{"../Decorators":
|
|
42565
|
+
},{"../Decorators":184,"../misc/Array2DHashMap":287,"../misc/MurmurHash":299,"./RuleStopState":270}],267:[function(require,module,exports){
|
|
43776
42566
|
(function (process){(function (){
|
|
43777
42567
|
"use strict";
|
|
43778
42568
|
/*!
|
|
@@ -44041,7 +42831,7 @@ __decorate([
|
|
|
44041
42831
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
44042
42832
|
|
|
44043
42833
|
}).call(this)}).call(this,require('_process'))
|
|
44044
|
-
},{"../Decorators":
|
|
42834
|
+
},{"../Decorators":184,"./ATN":217,"./ATNSimulator":222,"./AmbiguityInfo":227,"./ContextSensitivityInfo":234,"./DecisionInfo":236,"./ErrorInfo":239,"./LookaheadEventInfo":253,"./ParserATNSimulator":258,"./PredicateEvalInfo":262,"./SemanticContext":272,"./SimulatorState":274,"_process":370}],268:[function(require,module,exports){
|
|
44045
42835
|
"use strict";
|
|
44046
42836
|
/*!
|
|
44047
42837
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44099,7 +42889,7 @@ RangeTransition = __decorate([
|
|
|
44099
42889
|
], RangeTransition);
|
|
44100
42890
|
exports.RangeTransition = RangeTransition;
|
|
44101
42891
|
|
|
44102
|
-
},{"../Decorators":
|
|
42892
|
+
},{"../Decorators":184,"../misc/IntervalSet":297,"./Transition":279}],269:[function(require,module,exports){
|
|
44103
42893
|
"use strict";
|
|
44104
42894
|
/*!
|
|
44105
42895
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44132,7 +42922,7 @@ __decorate([
|
|
|
44132
42922
|
], RuleStartState.prototype, "stateType", null);
|
|
44133
42923
|
exports.RuleStartState = RuleStartState;
|
|
44134
42924
|
|
|
44135
|
-
},{"../Decorators":
|
|
42925
|
+
},{"../Decorators":184,"./ATNState":223,"./ATNStateType":224}],270:[function(require,module,exports){
|
|
44136
42926
|
"use strict";
|
|
44137
42927
|
/*!
|
|
44138
42928
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44171,7 +42961,7 @@ __decorate([
|
|
|
44171
42961
|
], RuleStopState.prototype, "stateType", null);
|
|
44172
42962
|
exports.RuleStopState = RuleStopState;
|
|
44173
42963
|
|
|
44174
|
-
},{"../Decorators":
|
|
42964
|
+
},{"../Decorators":184,"./ATNState":223,"./ATNStateType":224}],271:[function(require,module,exports){
|
|
44175
42965
|
"use strict";
|
|
44176
42966
|
/*!
|
|
44177
42967
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44227,7 +43017,7 @@ RuleTransition = __decorate([
|
|
|
44227
43017
|
], RuleTransition);
|
|
44228
43018
|
exports.RuleTransition = RuleTransition;
|
|
44229
43019
|
|
|
44230
|
-
},{"../Decorators":
|
|
43020
|
+
},{"../Decorators":184,"./Transition":279}],272:[function(require,module,exports){
|
|
44231
43021
|
"use strict";
|
|
44232
43022
|
/*!
|
|
44233
43023
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44707,7 +43497,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
44707
43497
|
SemanticContext.OR = OR;
|
|
44708
43498
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
44709
43499
|
|
|
44710
|
-
},{"../Decorators":
|
|
43500
|
+
},{"../Decorators":184,"../misc/Array2DHashSet":288,"../misc/ArrayEqualityComparator":289,"../misc/MurmurHash":299,"../misc/ObjectEqualityComparator":300,"../misc/Utils":303}],273:[function(require,module,exports){
|
|
44711
43501
|
"use strict";
|
|
44712
43502
|
/*!
|
|
44713
43503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44773,7 +43563,7 @@ SetTransition = __decorate([
|
|
|
44773
43563
|
], SetTransition);
|
|
44774
43564
|
exports.SetTransition = SetTransition;
|
|
44775
43565
|
|
|
44776
|
-
},{"../Decorators":
|
|
43566
|
+
},{"../Decorators":184,"../Token":209,"../misc/IntervalSet":297,"./Transition":279}],274:[function(require,module,exports){
|
|
44777
43567
|
"use strict";
|
|
44778
43568
|
/*!
|
|
44779
43569
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44809,7 +43599,7 @@ SimulatorState = __decorate([
|
|
|
44809
43599
|
], SimulatorState);
|
|
44810
43600
|
exports.SimulatorState = SimulatorState;
|
|
44811
43601
|
|
|
44812
|
-
},{"../Decorators":
|
|
43602
|
+
},{"../Decorators":184,"../ParserRuleContext":200}],275:[function(require,module,exports){
|
|
44813
43603
|
"use strict";
|
|
44814
43604
|
/*!
|
|
44815
43605
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44837,7 +43627,7 @@ __decorate([
|
|
|
44837
43627
|
], StarBlockStartState.prototype, "stateType", null);
|
|
44838
43628
|
exports.StarBlockStartState = StarBlockStartState;
|
|
44839
43629
|
|
|
44840
|
-
},{"../Decorators":
|
|
43630
|
+
},{"../Decorators":184,"./ATNStateType":224,"./BlockStartState":232}],276:[function(require,module,exports){
|
|
44841
43631
|
"use strict";
|
|
44842
43632
|
/*!
|
|
44843
43633
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44894,7 +43684,7 @@ __decorate([
|
|
|
44894
43684
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
44895
43685
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
44896
43686
|
|
|
44897
|
-
},{"../Decorators":
|
|
43687
|
+
},{"../Decorators":184,"../misc/BitSet":291,"./ATNStateType":224,"./DecisionState":237}],277:[function(require,module,exports){
|
|
44898
43688
|
"use strict";
|
|
44899
43689
|
/*!
|
|
44900
43690
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44925,7 +43715,7 @@ __decorate([
|
|
|
44925
43715
|
], StarLoopbackState.prototype, "stateType", null);
|
|
44926
43716
|
exports.StarLoopbackState = StarLoopbackState;
|
|
44927
43717
|
|
|
44928
|
-
},{"../Decorators":
|
|
43718
|
+
},{"../Decorators":184,"./ATNState":223,"./ATNStateType":224}],278:[function(require,module,exports){
|
|
44929
43719
|
"use strict";
|
|
44930
43720
|
/*!
|
|
44931
43721
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44954,7 +43744,7 @@ __decorate([
|
|
|
44954
43744
|
], TokensStartState.prototype, "stateType", null);
|
|
44955
43745
|
exports.TokensStartState = TokensStartState;
|
|
44956
43746
|
|
|
44957
|
-
},{"../Decorators":
|
|
43747
|
+
},{"../Decorators":184,"./ATNStateType":224,"./DecisionState":237}],279:[function(require,module,exports){
|
|
44958
43748
|
"use strict";
|
|
44959
43749
|
/*!
|
|
44960
43750
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45028,7 +43818,7 @@ Transition = __decorate([
|
|
|
45028
43818
|
], Transition);
|
|
45029
43819
|
exports.Transition = Transition;
|
|
45030
43820
|
|
|
45031
|
-
},{"../Decorators":
|
|
43821
|
+
},{"../Decorators":184}],280:[function(require,module,exports){
|
|
45032
43822
|
"use strict";
|
|
45033
43823
|
/*!
|
|
45034
43824
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45076,7 +43866,7 @@ WildcardTransition = __decorate([
|
|
|
45076
43866
|
], WildcardTransition);
|
|
45077
43867
|
exports.WildcardTransition = WildcardTransition;
|
|
45078
43868
|
|
|
45079
|
-
},{"../Decorators":
|
|
43869
|
+
},{"../Decorators":184,"./Transition":279}],281:[function(require,module,exports){
|
|
45080
43870
|
"use strict";
|
|
45081
43871
|
/*!
|
|
45082
43872
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45118,7 +43908,7 @@ class AcceptStateInfo {
|
|
|
45118
43908
|
}
|
|
45119
43909
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
45120
43910
|
|
|
45121
|
-
},{}],
|
|
43911
|
+
},{}],282:[function(require,module,exports){
|
|
45122
43912
|
"use strict";
|
|
45123
43913
|
/*!
|
|
45124
43914
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45293,7 +44083,7 @@ DFA = __decorate([
|
|
|
45293
44083
|
], DFA);
|
|
45294
44084
|
exports.DFA = DFA;
|
|
45295
44085
|
|
|
45296
|
-
},{"../Decorators":
|
|
44086
|
+
},{"../Decorators":184,"../VocabularyImpl":215,"../atn/ATNConfigSet":219,"../atn/StarLoopEntryState":276,"../misc/Array2DHashSet":288,"../misc/ObjectEqualityComparator":300,"./DFASerializer":283,"./DFAState":284,"./LexerDFASerializer":285}],283:[function(require,module,exports){
|
|
45297
44087
|
"use strict";
|
|
45298
44088
|
/*!
|
|
45299
44089
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45435,7 +44225,7 @@ __decorate([
|
|
|
45435
44225
|
], DFASerializer.prototype, "toString", null);
|
|
45436
44226
|
exports.DFASerializer = DFASerializer;
|
|
45437
44227
|
|
|
45438
|
-
},{"../Decorators":
|
|
44228
|
+
},{"../Decorators":184,"../Recognizer":204,"../VocabularyImpl":215,"../atn/ATNSimulator":222,"../atn/PredictionContext":264}],284:[function(require,module,exports){
|
|
45439
44229
|
"use strict";
|
|
45440
44230
|
/*!
|
|
45441
44231
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45666,7 +44456,7 @@ exports.DFAState = DFAState;
|
|
|
45666
44456
|
DFAState.PredPrediction = PredPrediction;
|
|
45667
44457
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
45668
44458
|
|
|
45669
|
-
},{"../Decorators":
|
|
44459
|
+
},{"../Decorators":184,"../atn/ATN":217,"../atn/PredictionContext":264,"../misc/BitSet":291,"../misc/MurmurHash":299,"assert":327}],285:[function(require,module,exports){
|
|
45670
44460
|
"use strict";
|
|
45671
44461
|
/*!
|
|
45672
44462
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45703,7 +44493,7 @@ LexerDFASerializer = __decorate([
|
|
|
45703
44493
|
], LexerDFASerializer);
|
|
45704
44494
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
45705
44495
|
|
|
45706
|
-
},{"../Decorators":
|
|
44496
|
+
},{"../Decorators":184,"../VocabularyImpl":215,"./DFASerializer":283}],286:[function(require,module,exports){
|
|
45707
44497
|
"use strict";
|
|
45708
44498
|
/*!
|
|
45709
44499
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45769,7 +44559,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
45769
44559
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
45770
44560
|
__exportStar(require("./WritableToken"), exports);
|
|
45771
44561
|
|
|
45772
|
-
},{"./ANTLRErrorListener":
|
|
44562
|
+
},{"./ANTLRErrorListener":171,"./ANTLRErrorStrategy":172,"./ANTLRInputStream":173,"./BailErrorStrategy":174,"./BufferedTokenStream":175,"./CharStream":176,"./CharStreams":177,"./CodePointBuffer":178,"./CodePointCharStream":179,"./CommonToken":180,"./CommonTokenFactory":181,"./CommonTokenStream":182,"./ConsoleErrorListener":183,"./DefaultErrorStrategy":185,"./Dependents":186,"./DiagnosticErrorListener":187,"./FailedPredicateException":188,"./InputMismatchException":189,"./IntStream":190,"./InterpreterRuleContext":191,"./Lexer":192,"./LexerInterpreter":193,"./LexerNoViableAltException":194,"./ListTokenSource":195,"./NoViableAltException":196,"./Parser":197,"./ParserErrorListener":198,"./ParserInterpreter":199,"./ParserRuleContext":200,"./ProxyErrorListener":201,"./ProxyParserErrorListener":202,"./RecognitionException":203,"./Recognizer":204,"./RuleContext":205,"./RuleContextWithAltNum":206,"./RuleDependency":207,"./RuleVersion":208,"./Token":209,"./TokenFactory":210,"./TokenSource":211,"./TokenStream":212,"./TokenStreamRewriter":213,"./Vocabulary":214,"./VocabularyImpl":215,"./WritableToken":216}],287:[function(require,module,exports){
|
|
45773
44563
|
"use strict";
|
|
45774
44564
|
/*!
|
|
45775
44565
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45852,7 +44642,7 @@ class Array2DHashMap {
|
|
|
45852
44642
|
}
|
|
45853
44643
|
exports.Array2DHashMap = Array2DHashMap;
|
|
45854
44644
|
|
|
45855
|
-
},{"./Array2DHashSet":
|
|
44645
|
+
},{"./Array2DHashSet":288}],288:[function(require,module,exports){
|
|
45856
44646
|
"use strict";
|
|
45857
44647
|
/*!
|
|
45858
44648
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46219,7 +45009,7 @@ __decorate([
|
|
|
46219
45009
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
46220
45010
|
exports.Array2DHashSet = Array2DHashSet;
|
|
46221
45011
|
|
|
46222
|
-
},{"../Decorators":
|
|
45012
|
+
},{"../Decorators":184,"./DefaultEqualityComparator":293,"./MurmurHash":299,"assert":327}],289:[function(require,module,exports){
|
|
46223
45013
|
"use strict";
|
|
46224
45014
|
/*!
|
|
46225
45015
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46291,7 +45081,7 @@ __decorate([
|
|
|
46291
45081
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
46292
45082
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
46293
45083
|
|
|
46294
|
-
},{"../Decorators":
|
|
45084
|
+
},{"../Decorators":184,"./MurmurHash":299,"./ObjectEqualityComparator":300}],290:[function(require,module,exports){
|
|
46295
45085
|
"use strict";
|
|
46296
45086
|
/*!
|
|
46297
45087
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46361,7 +45151,7 @@ var Arrays;
|
|
|
46361
45151
|
Arrays.toString = toString;
|
|
46362
45152
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
46363
45153
|
|
|
46364
|
-
},{}],
|
|
45154
|
+
},{}],291:[function(require,module,exports){
|
|
46365
45155
|
"use strict";
|
|
46366
45156
|
/*!
|
|
46367
45157
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47033,7 +45823,7 @@ class BitSetIterator {
|
|
|
47033
45823
|
[Symbol.iterator]() { return this; }
|
|
47034
45824
|
}
|
|
47035
45825
|
|
|
47036
|
-
},{"./MurmurHash":
|
|
45826
|
+
},{"./MurmurHash":299,"util":379}],292:[function(require,module,exports){
|
|
47037
45827
|
"use strict";
|
|
47038
45828
|
/*!
|
|
47039
45829
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47054,7 +45844,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
47054
45844
|
}
|
|
47055
45845
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
47056
45846
|
|
|
47057
|
-
},{}],
|
|
45847
|
+
},{}],293:[function(require,module,exports){
|
|
47058
45848
|
"use strict";
|
|
47059
45849
|
/*!
|
|
47060
45850
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47125,7 +45915,7 @@ __decorate([
|
|
|
47125
45915
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
47126
45916
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
47127
45917
|
|
|
47128
|
-
},{"../Decorators":
|
|
45918
|
+
},{"../Decorators":184,"./MurmurHash":299,"./ObjectEqualityComparator":300}],294:[function(require,module,exports){
|
|
47129
45919
|
"use strict";
|
|
47130
45920
|
/*!
|
|
47131
45921
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47419,7 +46209,7 @@ __decorate([
|
|
|
47419
46209
|
], IntegerList.prototype, "toString", null);
|
|
47420
46210
|
exports.IntegerList = IntegerList;
|
|
47421
46211
|
|
|
47422
|
-
},{"../Decorators":
|
|
46212
|
+
},{"../Decorators":184,"./Arrays":290}],295:[function(require,module,exports){
|
|
47423
46213
|
"use strict";
|
|
47424
46214
|
/*!
|
|
47425
46215
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47449,7 +46239,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
47449
46239
|
}
|
|
47450
46240
|
exports.IntegerStack = IntegerStack;
|
|
47451
46241
|
|
|
47452
|
-
},{"./IntegerList":
|
|
46242
|
+
},{"./IntegerList":294}],296:[function(require,module,exports){
|
|
47453
46243
|
"use strict";
|
|
47454
46244
|
/*!
|
|
47455
46245
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47592,7 +46382,7 @@ __decorate([
|
|
|
47592
46382
|
], Interval.prototype, "toString", null);
|
|
47593
46383
|
exports.Interval = Interval;
|
|
47594
46384
|
|
|
47595
|
-
},{"../Decorators":
|
|
46385
|
+
},{"../Decorators":184}],297:[function(require,module,exports){
|
|
47596
46386
|
"use strict";
|
|
47597
46387
|
/*!
|
|
47598
46388
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48238,7 +47028,7 @@ __decorate([
|
|
|
48238
47028
|
], IntervalSet, "subtract", null);
|
|
48239
47029
|
exports.IntervalSet = IntervalSet;
|
|
48240
47030
|
|
|
48241
|
-
},{"../Decorators":
|
|
47031
|
+
},{"../Decorators":184,"../Lexer":192,"../Token":209,"./ArrayEqualityComparator":289,"./IntegerList":294,"./Interval":296,"./MurmurHash":299}],298:[function(require,module,exports){
|
|
48242
47032
|
"use strict";
|
|
48243
47033
|
/*!
|
|
48244
47034
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48271,7 +47061,7 @@ class MultiMap extends Map {
|
|
|
48271
47061
|
}
|
|
48272
47062
|
exports.MultiMap = MultiMap;
|
|
48273
47063
|
|
|
48274
|
-
},{}],
|
|
47064
|
+
},{}],299:[function(require,module,exports){
|
|
48275
47065
|
"use strict";
|
|
48276
47066
|
/*!
|
|
48277
47067
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48386,7 +47176,7 @@ var MurmurHash;
|
|
|
48386
47176
|
}
|
|
48387
47177
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
48388
47178
|
|
|
48389
|
-
},{}],
|
|
47179
|
+
},{}],300:[function(require,module,exports){
|
|
48390
47180
|
"use strict";
|
|
48391
47181
|
/*!
|
|
48392
47182
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48445,7 +47235,7 @@ __decorate([
|
|
|
48445
47235
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
48446
47236
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
48447
47237
|
|
|
48448
|
-
},{"../Decorators":
|
|
47238
|
+
},{"../Decorators":184}],301:[function(require,module,exports){
|
|
48449
47239
|
"use strict";
|
|
48450
47240
|
/*!
|
|
48451
47241
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48474,7 +47264,7 @@ class ParseCancellationException extends Error {
|
|
|
48474
47264
|
}
|
|
48475
47265
|
exports.ParseCancellationException = ParseCancellationException;
|
|
48476
47266
|
|
|
48477
|
-
},{}],
|
|
47267
|
+
},{}],302:[function(require,module,exports){
|
|
48478
47268
|
"use strict";
|
|
48479
47269
|
/*!
|
|
48480
47270
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48528,7 +47318,7 @@ class UUID {
|
|
|
48528
47318
|
}
|
|
48529
47319
|
exports.UUID = UUID;
|
|
48530
47320
|
|
|
48531
|
-
},{"./MurmurHash":
|
|
47321
|
+
},{"./MurmurHash":299}],303:[function(require,module,exports){
|
|
48532
47322
|
"use strict";
|
|
48533
47323
|
/*!
|
|
48534
47324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48703,7 +47493,7 @@ exports.toCharArray = toCharArray;
|
|
|
48703
47493
|
// return s;
|
|
48704
47494
|
// }
|
|
48705
47495
|
|
|
48706
|
-
},{}],
|
|
47496
|
+
},{}],304:[function(require,module,exports){
|
|
48707
47497
|
"use strict";
|
|
48708
47498
|
/*!
|
|
48709
47499
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48739,7 +47529,7 @@ __decorate([
|
|
|
48739
47529
|
], ErrorNode.prototype, "accept", null);
|
|
48740
47530
|
exports.ErrorNode = ErrorNode;
|
|
48741
47531
|
|
|
48742
|
-
},{"../Decorators":
|
|
47532
|
+
},{"../Decorators":184,"./TerminalNode":307}],305:[function(require,module,exports){
|
|
48743
47533
|
"use strict";
|
|
48744
47534
|
/*!
|
|
48745
47535
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48844,7 +47634,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
|
|
|
48844
47634
|
ParseTreeWalker.DEFAULT = new ParseTreeWalker();
|
|
48845
47635
|
})(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
|
|
48846
47636
|
|
|
48847
|
-
},{"./ErrorNode":
|
|
47637
|
+
},{"./ErrorNode":304,"./RuleNode":306,"./TerminalNode":307}],306:[function(require,module,exports){
|
|
48848
47638
|
"use strict";
|
|
48849
47639
|
/*!
|
|
48850
47640
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48856,7 +47646,7 @@ class RuleNode {
|
|
|
48856
47646
|
}
|
|
48857
47647
|
exports.RuleNode = RuleNode;
|
|
48858
47648
|
|
|
48859
|
-
},{}],
|
|
47649
|
+
},{}],307:[function(require,module,exports){
|
|
48860
47650
|
"use strict";
|
|
48861
47651
|
/*!
|
|
48862
47652
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48948,7 +47738,7 @@ __decorate([
|
|
|
48948
47738
|
], TerminalNode.prototype, "toString", null);
|
|
48949
47739
|
exports.TerminalNode = TerminalNode;
|
|
48950
47740
|
|
|
48951
|
-
},{"../Decorators":
|
|
47741
|
+
},{"../Decorators":184,"../Token":209,"../misc/Interval":296}],308:[function(require,module,exports){
|
|
48952
47742
|
"use strict";
|
|
48953
47743
|
/*!
|
|
48954
47744
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49192,7 +47982,7 @@ __decorate([
|
|
|
49192
47982
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
49193
47983
|
exports.Trees = Trees;
|
|
49194
47984
|
|
|
49195
|
-
},{"../CommonToken":
|
|
47985
|
+
},{"../CommonToken":180,"../Decorators":184,"../Parser":197,"../ParserRuleContext":200,"../Token":209,"../atn/ATN":217,"../misc/Utils":303,"./ErrorNode":304,"./RuleNode":306,"./TerminalNode":307}],309:[function(require,module,exports){
|
|
49196
47986
|
"use strict";
|
|
49197
47987
|
/*!
|
|
49198
47988
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49216,7 +48006,7 @@ class Chunk {
|
|
|
49216
48006
|
}
|
|
49217
48007
|
exports.Chunk = Chunk;
|
|
49218
48008
|
|
|
49219
|
-
},{}],
|
|
48009
|
+
},{}],310:[function(require,module,exports){
|
|
49220
48010
|
"use strict";
|
|
49221
48011
|
/*!
|
|
49222
48012
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49396,7 +48186,7 @@ ParseTreeMatch = __decorate([
|
|
|
49396
48186
|
], ParseTreeMatch);
|
|
49397
48187
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
49398
48188
|
|
|
49399
|
-
},{"../../Decorators":
|
|
48189
|
+
},{"../../Decorators":184}],311:[function(require,module,exports){
|
|
49400
48190
|
"use strict";
|
|
49401
48191
|
/*!
|
|
49402
48192
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49554,7 +48344,7 @@ ParseTreePattern = __decorate([
|
|
|
49554
48344
|
], ParseTreePattern);
|
|
49555
48345
|
exports.ParseTreePattern = ParseTreePattern;
|
|
49556
48346
|
|
|
49557
|
-
},{"../../Decorators":
|
|
48347
|
+
},{"../../Decorators":184,"../xpath/XPath":317}],312:[function(require,module,exports){
|
|
49558
48348
|
"use strict";
|
|
49559
48349
|
/*!
|
|
49560
48350
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50032,7 +48822,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
50032
48822
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
50033
48823
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
50034
48824
|
|
|
50035
|
-
},{"../../BailErrorStrategy":
|
|
48825
|
+
},{"../../BailErrorStrategy":174,"../../CharStreams":177,"../../CommonTokenStream":182,"../../Decorators":184,"../../ListTokenSource":195,"../../ParserInterpreter":199,"../../ParserRuleContext":200,"../../RecognitionException":203,"../../Token":209,"../../misc/MultiMap":298,"../../misc/ParseCancellationException":301,"../RuleNode":306,"../TerminalNode":307,"./ParseTreeMatch":310,"./ParseTreePattern":311,"./RuleTagToken":313,"./TagChunk":314,"./TextChunk":315,"./TokenTagToken":316}],313:[function(require,module,exports){
|
|
50036
48826
|
"use strict";
|
|
50037
48827
|
/*!
|
|
50038
48828
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50230,7 +49020,7 @@ RuleTagToken = __decorate([
|
|
|
50230
49020
|
], RuleTagToken);
|
|
50231
49021
|
exports.RuleTagToken = RuleTagToken;
|
|
50232
49022
|
|
|
50233
|
-
},{"../../Decorators":
|
|
49023
|
+
},{"../../Decorators":184,"../../Token":209}],314:[function(require,module,exports){
|
|
50234
49024
|
"use strict";
|
|
50235
49025
|
/*!
|
|
50236
49026
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50317,7 +49107,7 @@ __decorate([
|
|
|
50317
49107
|
], TagChunk.prototype, "toString", null);
|
|
50318
49108
|
exports.TagChunk = TagChunk;
|
|
50319
49109
|
|
|
50320
|
-
},{"../../Decorators":
|
|
49110
|
+
},{"../../Decorators":184,"./Chunk":309}],315:[function(require,module,exports){
|
|
50321
49111
|
"use strict";
|
|
50322
49112
|
/*!
|
|
50323
49113
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50387,7 +49177,7 @@ TextChunk = __decorate([
|
|
|
50387
49177
|
], TextChunk);
|
|
50388
49178
|
exports.TextChunk = TextChunk;
|
|
50389
49179
|
|
|
50390
|
-
},{"../../Decorators":
|
|
49180
|
+
},{"../../Decorators":184,"./Chunk":309}],316:[function(require,module,exports){
|
|
50391
49181
|
"use strict";
|
|
50392
49182
|
/*!
|
|
50393
49183
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50482,7 +49272,7 @@ TokenTagToken = __decorate([
|
|
|
50482
49272
|
], TokenTagToken);
|
|
50483
49273
|
exports.TokenTagToken = TokenTagToken;
|
|
50484
49274
|
|
|
50485
|
-
},{"../../CommonToken":
|
|
49275
|
+
},{"../../CommonToken":180,"../../Decorators":184}],317:[function(require,module,exports){
|
|
50486
49276
|
"use strict";
|
|
50487
49277
|
/*!
|
|
50488
49278
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50679,7 +49469,7 @@ exports.XPath = XPath;
|
|
|
50679
49469
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
50680
49470
|
XPath.NOT = "!"; // word for invert operator
|
|
50681
49471
|
|
|
50682
|
-
},{"../../CharStreams":
|
|
49472
|
+
},{"../../CharStreams":177,"../../CommonTokenStream":182,"../../LexerNoViableAltException":194,"../../ParserRuleContext":200,"../../Token":209,"./XPathLexer":319,"./XPathLexerErrorListener":320,"./XPathRuleAnywhereElement":321,"./XPathRuleElement":322,"./XPathTokenAnywhereElement":323,"./XPathTokenElement":324,"./XPathWildcardAnywhereElement":325,"./XPathWildcardElement":326}],318:[function(require,module,exports){
|
|
50683
49473
|
"use strict";
|
|
50684
49474
|
/*!
|
|
50685
49475
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50714,7 +49504,7 @@ __decorate([
|
|
|
50714
49504
|
], XPathElement.prototype, "toString", null);
|
|
50715
49505
|
exports.XPathElement = XPathElement;
|
|
50716
49506
|
|
|
50717
|
-
},{"../../Decorators":
|
|
49507
|
+
},{"../../Decorators":184}],319:[function(require,module,exports){
|
|
50718
49508
|
"use strict";
|
|
50719
49509
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
50720
49510
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -51189,7 +49979,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
51189
49979
|
XPathLexer._serializedATNSegment1,
|
|
51190
49980
|
], "");
|
|
51191
49981
|
|
|
51192
|
-
},{"../../Lexer":
|
|
49982
|
+
},{"../../Lexer":192,"../../VocabularyImpl":215,"../../atn/ATNDeserializer":221,"../../atn/LexerATNSimulator":242,"../../misc/Utils":303}],320:[function(require,module,exports){
|
|
51193
49983
|
"use strict";
|
|
51194
49984
|
/*!
|
|
51195
49985
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51214,7 +50004,7 @@ __decorate([
|
|
|
51214
50004
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
51215
50005
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
51216
50006
|
|
|
51217
|
-
},{"../../Decorators":
|
|
50007
|
+
},{"../../Decorators":184}],321:[function(require,module,exports){
|
|
51218
50008
|
"use strict";
|
|
51219
50009
|
/*!
|
|
51220
50010
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51248,7 +50038,7 @@ __decorate([
|
|
|
51248
50038
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
51249
50039
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
51250
50040
|
|
|
51251
|
-
},{"../../Decorators":
|
|
50041
|
+
},{"../../Decorators":184,"../Trees":308,"./XPathElement":318}],322:[function(require,module,exports){
|
|
51252
50042
|
"use strict";
|
|
51253
50043
|
/*!
|
|
51254
50044
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51291,7 +50081,7 @@ __decorate([
|
|
|
51291
50081
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
51292
50082
|
exports.XPathRuleElement = XPathRuleElement;
|
|
51293
50083
|
|
|
51294
|
-
},{"../../Decorators":
|
|
50084
|
+
},{"../../Decorators":184,"../../ParserRuleContext":200,"../Trees":308,"./XPathElement":318}],323:[function(require,module,exports){
|
|
51295
50085
|
"use strict";
|
|
51296
50086
|
/*!
|
|
51297
50087
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51323,7 +50113,7 @@ __decorate([
|
|
|
51323
50113
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
51324
50114
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
51325
50115
|
|
|
51326
|
-
},{"../../Decorators":
|
|
50116
|
+
},{"../../Decorators":184,"../Trees":308,"./XPathElement":318}],324:[function(require,module,exports){
|
|
51327
50117
|
"use strict";
|
|
51328
50118
|
/*!
|
|
51329
50119
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51366,7 +50156,7 @@ __decorate([
|
|
|
51366
50156
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
51367
50157
|
exports.XPathTokenElement = XPathTokenElement;
|
|
51368
50158
|
|
|
51369
|
-
},{"../../Decorators":
|
|
50159
|
+
},{"../../Decorators":184,"../TerminalNode":307,"../Trees":308,"./XPathElement":318}],325:[function(require,module,exports){
|
|
51370
50160
|
"use strict";
|
|
51371
50161
|
/*!
|
|
51372
50162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51402,7 +50192,7 @@ __decorate([
|
|
|
51402
50192
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
51403
50193
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
51404
50194
|
|
|
51405
|
-
},{"../../Decorators":
|
|
50195
|
+
},{"../../Decorators":184,"../Trees":308,"./XPath":317,"./XPathElement":318}],326:[function(require,module,exports){
|
|
51406
50196
|
"use strict";
|
|
51407
50197
|
/*!
|
|
51408
50198
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51442,7 +50232,7 @@ __decorate([
|
|
|
51442
50232
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
51443
50233
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
51444
50234
|
|
|
51445
|
-
},{"../../Decorators":
|
|
50235
|
+
},{"../../Decorators":184,"../Trees":308,"./XPath":317,"./XPathElement":318}],327:[function(require,module,exports){
|
|
51446
50236
|
(function (global){(function (){
|
|
51447
50237
|
'use strict';
|
|
51448
50238
|
|
|
@@ -51952,7 +50742,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
51952
50742
|
};
|
|
51953
50743
|
|
|
51954
50744
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
51955
|
-
},{"object.assign/polyfill":
|
|
50745
|
+
},{"object.assign/polyfill":368,"util/":330}],328:[function(require,module,exports){
|
|
51956
50746
|
if (typeof Object.create === 'function') {
|
|
51957
50747
|
// implementation from standard node.js 'util' module
|
|
51958
50748
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -51977,14 +50767,14 @@ if (typeof Object.create === 'function') {
|
|
|
51977
50767
|
}
|
|
51978
50768
|
}
|
|
51979
50769
|
|
|
51980
|
-
},{}],
|
|
50770
|
+
},{}],329:[function(require,module,exports){
|
|
51981
50771
|
module.exports = function isBuffer(arg) {
|
|
51982
50772
|
return arg && typeof arg === 'object'
|
|
51983
50773
|
&& typeof arg.copy === 'function'
|
|
51984
50774
|
&& typeof arg.fill === 'function'
|
|
51985
50775
|
&& typeof arg.readUInt8 === 'function';
|
|
51986
50776
|
}
|
|
51987
|
-
},{}],
|
|
50777
|
+
},{}],330:[function(require,module,exports){
|
|
51988
50778
|
(function (process,global){(function (){
|
|
51989
50779
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
51990
50780
|
//
|
|
@@ -52574,7 +51364,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
52574
51364
|
}
|
|
52575
51365
|
|
|
52576
51366
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52577
|
-
},{"./support/isBuffer":
|
|
51367
|
+
},{"./support/isBuffer":329,"_process":370,"inherits":328}],331:[function(require,module,exports){
|
|
52578
51368
|
(function (process,global){(function (){
|
|
52579
51369
|
module.exports = process.hrtime || hrtime
|
|
52580
51370
|
|
|
@@ -52605,7 +51395,7 @@ function hrtime(previousTimestamp){
|
|
|
52605
51395
|
return [seconds,nanoseconds]
|
|
52606
51396
|
}
|
|
52607
51397
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52608
|
-
},{"_process":
|
|
51398
|
+
},{"_process":370}],332:[function(require,module,exports){
|
|
52609
51399
|
'use strict';
|
|
52610
51400
|
|
|
52611
51401
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -52622,7 +51412,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
52622
51412
|
return intrinsic;
|
|
52623
51413
|
};
|
|
52624
51414
|
|
|
52625
|
-
},{"./":
|
|
51415
|
+
},{"./":333,"get-intrinsic":349}],333:[function(require,module,exports){
|
|
52626
51416
|
'use strict';
|
|
52627
51417
|
|
|
52628
51418
|
var bind = require('function-bind');
|
|
@@ -52671,7 +51461,7 @@ if ($defineProperty) {
|
|
|
52671
51461
|
module.exports.apply = applyBind;
|
|
52672
51462
|
}
|
|
52673
51463
|
|
|
52674
|
-
},{"function-bind":
|
|
51464
|
+
},{"function-bind":348,"get-intrinsic":349}],334:[function(require,module,exports){
|
|
52675
51465
|
'use strict';
|
|
52676
51466
|
|
|
52677
51467
|
var $defineProperty = require('es-define-property');
|
|
@@ -52729,7 +51519,7 @@ module.exports = function defineDataProperty(
|
|
|
52729
51519
|
}
|
|
52730
51520
|
};
|
|
52731
51521
|
|
|
52732
|
-
},{"es-define-property":
|
|
51522
|
+
},{"es-define-property":335,"es-errors/syntax":343,"es-errors/type":344,"gopd":350}],335:[function(require,module,exports){
|
|
52733
51523
|
'use strict';
|
|
52734
51524
|
|
|
52735
51525
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -52747,7 +51537,7 @@ if ($defineProperty) {
|
|
|
52747
51537
|
|
|
52748
51538
|
module.exports = $defineProperty;
|
|
52749
51539
|
|
|
52750
|
-
},{"get-intrinsic":
|
|
51540
|
+
},{"get-intrinsic":338}],336:[function(require,module,exports){
|
|
52751
51541
|
'use strict';
|
|
52752
51542
|
|
|
52753
51543
|
/* eslint no-invalid-this: 1 */
|
|
@@ -52833,14 +51623,14 @@ module.exports = function bind(that) {
|
|
|
52833
51623
|
return bound;
|
|
52834
51624
|
};
|
|
52835
51625
|
|
|
52836
|
-
},{}],
|
|
51626
|
+
},{}],337:[function(require,module,exports){
|
|
52837
51627
|
'use strict';
|
|
52838
51628
|
|
|
52839
51629
|
var implementation = require('./implementation');
|
|
52840
51630
|
|
|
52841
51631
|
module.exports = Function.prototype.bind || implementation;
|
|
52842
51632
|
|
|
52843
|
-
},{"./implementation":
|
|
51633
|
+
},{"./implementation":336}],338:[function(require,module,exports){
|
|
52844
51634
|
'use strict';
|
|
52845
51635
|
|
|
52846
51636
|
var undefined;
|
|
@@ -53201,49 +51991,49 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53201
51991
|
return value;
|
|
53202
51992
|
};
|
|
53203
51993
|
|
|
53204
|
-
},{"es-errors":
|
|
51994
|
+
},{"es-errors":340,"es-errors/eval":339,"es-errors/range":341,"es-errors/ref":342,"es-errors/syntax":343,"es-errors/type":344,"es-errors/uri":345,"function-bind":337,"has-proto":351,"has-symbols":352,"hasown":356}],339:[function(require,module,exports){
|
|
53205
51995
|
'use strict';
|
|
53206
51996
|
|
|
53207
51997
|
/** @type {import('./eval')} */
|
|
53208
51998
|
module.exports = EvalError;
|
|
53209
51999
|
|
|
53210
|
-
},{}],
|
|
52000
|
+
},{}],340:[function(require,module,exports){
|
|
53211
52001
|
'use strict';
|
|
53212
52002
|
|
|
53213
52003
|
/** @type {import('.')} */
|
|
53214
52004
|
module.exports = Error;
|
|
53215
52005
|
|
|
53216
|
-
},{}],
|
|
52006
|
+
},{}],341:[function(require,module,exports){
|
|
53217
52007
|
'use strict';
|
|
53218
52008
|
|
|
53219
52009
|
/** @type {import('./range')} */
|
|
53220
52010
|
module.exports = RangeError;
|
|
53221
52011
|
|
|
53222
|
-
},{}],
|
|
52012
|
+
},{}],342:[function(require,module,exports){
|
|
53223
52013
|
'use strict';
|
|
53224
52014
|
|
|
53225
52015
|
/** @type {import('./ref')} */
|
|
53226
52016
|
module.exports = ReferenceError;
|
|
53227
52017
|
|
|
53228
|
-
},{}],
|
|
52018
|
+
},{}],343:[function(require,module,exports){
|
|
53229
52019
|
'use strict';
|
|
53230
52020
|
|
|
53231
52021
|
/** @type {import('./syntax')} */
|
|
53232
52022
|
module.exports = SyntaxError;
|
|
53233
52023
|
|
|
53234
|
-
},{}],
|
|
52024
|
+
},{}],344:[function(require,module,exports){
|
|
53235
52025
|
'use strict';
|
|
53236
52026
|
|
|
53237
52027
|
/** @type {import('./type')} */
|
|
53238
52028
|
module.exports = TypeError;
|
|
53239
52029
|
|
|
53240
|
-
},{}],
|
|
52030
|
+
},{}],345:[function(require,module,exports){
|
|
53241
52031
|
'use strict';
|
|
53242
52032
|
|
|
53243
52033
|
/** @type {import('./uri')} */
|
|
53244
52034
|
module.exports = URIError;
|
|
53245
52035
|
|
|
53246
|
-
},{}],
|
|
52036
|
+
},{}],346:[function(require,module,exports){
|
|
53247
52037
|
'use strict';
|
|
53248
52038
|
|
|
53249
52039
|
var isCallable = require('is-callable');
|
|
@@ -53307,7 +52097,7 @@ var forEach = function forEach(list, iterator, thisArg) {
|
|
|
53307
52097
|
|
|
53308
52098
|
module.exports = forEach;
|
|
53309
52099
|
|
|
53310
|
-
},{"is-callable":
|
|
52100
|
+
},{"is-callable":361}],347:[function(require,module,exports){
|
|
53311
52101
|
'use strict';
|
|
53312
52102
|
|
|
53313
52103
|
/* eslint no-invalid-this: 1 */
|
|
@@ -53361,9 +52151,9 @@ module.exports = function bind(that) {
|
|
|
53361
52151
|
return bound;
|
|
53362
52152
|
};
|
|
53363
52153
|
|
|
53364
|
-
},{}],
|
|
53365
|
-
arguments[4][
|
|
53366
|
-
},{"./implementation":
|
|
52154
|
+
},{}],348:[function(require,module,exports){
|
|
52155
|
+
arguments[4][337][0].apply(exports,arguments)
|
|
52156
|
+
},{"./implementation":347,"dup":337}],349:[function(require,module,exports){
|
|
53367
52157
|
'use strict';
|
|
53368
52158
|
|
|
53369
52159
|
var undefined;
|
|
@@ -53709,7 +52499,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53709
52499
|
return value;
|
|
53710
52500
|
};
|
|
53711
52501
|
|
|
53712
|
-
},{"function-bind":
|
|
52502
|
+
},{"function-bind":348,"has":355,"has-symbols":352}],350:[function(require,module,exports){
|
|
53713
52503
|
'use strict';
|
|
53714
52504
|
|
|
53715
52505
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -53727,7 +52517,7 @@ if ($gOPD) {
|
|
|
53727
52517
|
|
|
53728
52518
|
module.exports = $gOPD;
|
|
53729
52519
|
|
|
53730
|
-
},{"get-intrinsic":
|
|
52520
|
+
},{"get-intrinsic":349}],351:[function(require,module,exports){
|
|
53731
52521
|
'use strict';
|
|
53732
52522
|
|
|
53733
52523
|
var test = {
|
|
@@ -53740,7 +52530,7 @@ module.exports = function hasProto() {
|
|
|
53740
52530
|
return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
|
|
53741
52531
|
};
|
|
53742
52532
|
|
|
53743
|
-
},{}],
|
|
52533
|
+
},{}],352:[function(require,module,exports){
|
|
53744
52534
|
'use strict';
|
|
53745
52535
|
|
|
53746
52536
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -53755,7 +52545,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
53755
52545
|
return hasSymbolSham();
|
|
53756
52546
|
};
|
|
53757
52547
|
|
|
53758
|
-
},{"./shams":
|
|
52548
|
+
},{"./shams":353}],353:[function(require,module,exports){
|
|
53759
52549
|
'use strict';
|
|
53760
52550
|
|
|
53761
52551
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -53799,7 +52589,7 @@ module.exports = function hasSymbols() {
|
|
|
53799
52589
|
return true;
|
|
53800
52590
|
};
|
|
53801
52591
|
|
|
53802
|
-
},{}],
|
|
52592
|
+
},{}],354:[function(require,module,exports){
|
|
53803
52593
|
'use strict';
|
|
53804
52594
|
|
|
53805
52595
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -53808,14 +52598,14 @@ module.exports = function hasToStringTagShams() {
|
|
|
53808
52598
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
53809
52599
|
};
|
|
53810
52600
|
|
|
53811
|
-
},{"has-symbols/shams":
|
|
52601
|
+
},{"has-symbols/shams":353}],355:[function(require,module,exports){
|
|
53812
52602
|
'use strict';
|
|
53813
52603
|
|
|
53814
52604
|
var bind = require('function-bind');
|
|
53815
52605
|
|
|
53816
52606
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
53817
52607
|
|
|
53818
|
-
},{"function-bind":
|
|
52608
|
+
},{"function-bind":348}],356:[function(require,module,exports){
|
|
53819
52609
|
'use strict';
|
|
53820
52610
|
|
|
53821
52611
|
var call = Function.prototype.call;
|
|
@@ -53825,11 +52615,11 @@ var bind = require('function-bind');
|
|
|
53825
52615
|
/** @type {import('.')} */
|
|
53826
52616
|
module.exports = bind.call(call, $hasOwn);
|
|
53827
52617
|
|
|
53828
|
-
},{"function-bind":
|
|
53829
|
-
arguments[4][
|
|
53830
|
-
},{"dup":
|
|
53831
|
-
arguments[4][
|
|
53832
|
-
},{"./implementation":
|
|
52618
|
+
},{"function-bind":358}],357:[function(require,module,exports){
|
|
52619
|
+
arguments[4][336][0].apply(exports,arguments)
|
|
52620
|
+
},{"dup":336}],358:[function(require,module,exports){
|
|
52621
|
+
arguments[4][337][0].apply(exports,arguments)
|
|
52622
|
+
},{"./implementation":357,"dup":337}],359:[function(require,module,exports){
|
|
53833
52623
|
if (typeof Object.create === 'function') {
|
|
53834
52624
|
// implementation from standard node.js 'util' module
|
|
53835
52625
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -53858,7 +52648,7 @@ if (typeof Object.create === 'function') {
|
|
|
53858
52648
|
}
|
|
53859
52649
|
}
|
|
53860
52650
|
|
|
53861
|
-
},{}],
|
|
52651
|
+
},{}],360:[function(require,module,exports){
|
|
53862
52652
|
'use strict';
|
|
53863
52653
|
|
|
53864
52654
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -53893,7 +52683,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
53893
52683
|
|
|
53894
52684
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
53895
52685
|
|
|
53896
|
-
},{"call-bind/callBound":
|
|
52686
|
+
},{"call-bind/callBound":332,"has-tostringtag/shams":354}],361:[function(require,module,exports){
|
|
53897
52687
|
'use strict';
|
|
53898
52688
|
|
|
53899
52689
|
var fnToStr = Function.prototype.toString;
|
|
@@ -53996,7 +52786,7 @@ module.exports = reflectApply
|
|
|
53996
52786
|
return tryFunctionObject(value);
|
|
53997
52787
|
};
|
|
53998
52788
|
|
|
53999
|
-
},{}],
|
|
52789
|
+
},{}],362:[function(require,module,exports){
|
|
54000
52790
|
'use strict';
|
|
54001
52791
|
|
|
54002
52792
|
var toStr = Object.prototype.toString;
|
|
@@ -54036,7 +52826,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
54036
52826
|
return getProto(fn) === GeneratorFunction;
|
|
54037
52827
|
};
|
|
54038
52828
|
|
|
54039
|
-
},{"has-tostringtag/shams":
|
|
52829
|
+
},{"has-tostringtag/shams":354}],363:[function(require,module,exports){
|
|
54040
52830
|
(function (global){(function (){
|
|
54041
52831
|
/**
|
|
54042
52832
|
* @license
|
|
@@ -71249,7 +70039,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
71249
70039
|
}.call(this));
|
|
71250
70040
|
|
|
71251
70041
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
71252
|
-
},{}],
|
|
70042
|
+
},{}],364:[function(require,module,exports){
|
|
71253
70043
|
'use strict';
|
|
71254
70044
|
|
|
71255
70045
|
var keysShim;
|
|
@@ -71373,7 +70163,7 @@ if (!Object.keys) {
|
|
|
71373
70163
|
}
|
|
71374
70164
|
module.exports = keysShim;
|
|
71375
70165
|
|
|
71376
|
-
},{"./isArguments":
|
|
70166
|
+
},{"./isArguments":366}],365:[function(require,module,exports){
|
|
71377
70167
|
'use strict';
|
|
71378
70168
|
|
|
71379
70169
|
var slice = Array.prototype.slice;
|
|
@@ -71407,7 +70197,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
71407
70197
|
|
|
71408
70198
|
module.exports = keysShim;
|
|
71409
70199
|
|
|
71410
|
-
},{"./implementation":
|
|
70200
|
+
},{"./implementation":364,"./isArguments":366}],366:[function(require,module,exports){
|
|
71411
70201
|
'use strict';
|
|
71412
70202
|
|
|
71413
70203
|
var toStr = Object.prototype.toString;
|
|
@@ -71426,7 +70216,7 @@ module.exports = function isArguments(value) {
|
|
|
71426
70216
|
return isArgs;
|
|
71427
70217
|
};
|
|
71428
70218
|
|
|
71429
|
-
},{}],
|
|
70219
|
+
},{}],367:[function(require,module,exports){
|
|
71430
70220
|
'use strict';
|
|
71431
70221
|
|
|
71432
70222
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -71474,7 +70264,7 @@ module.exports = function assign(target, source1) {
|
|
|
71474
70264
|
return to; // step 4
|
|
71475
70265
|
};
|
|
71476
70266
|
|
|
71477
|
-
},{"call-bind/callBound":
|
|
70267
|
+
},{"call-bind/callBound":332,"has-symbols/shams":353,"object-keys":365}],368:[function(require,module,exports){
|
|
71478
70268
|
'use strict';
|
|
71479
70269
|
|
|
71480
70270
|
var implementation = require('./implementation');
|
|
@@ -71531,7 +70321,7 @@ module.exports = function getPolyfill() {
|
|
|
71531
70321
|
return Object.assign;
|
|
71532
70322
|
};
|
|
71533
70323
|
|
|
71534
|
-
},{"./implementation":
|
|
70324
|
+
},{"./implementation":367}],369:[function(require,module,exports){
|
|
71535
70325
|
'use strict';
|
|
71536
70326
|
|
|
71537
70327
|
/** @type {import('.')} */
|
|
@@ -71549,7 +70339,7 @@ module.exports = [
|
|
|
71549
70339
|
'BigUint64Array'
|
|
71550
70340
|
];
|
|
71551
70341
|
|
|
71552
|
-
},{}],
|
|
70342
|
+
},{}],370:[function(require,module,exports){
|
|
71553
70343
|
// shim for using process in browser
|
|
71554
70344
|
var process = module.exports = {};
|
|
71555
70345
|
|
|
@@ -71735,7 +70525,7 @@ process.chdir = function (dir) {
|
|
|
71735
70525
|
};
|
|
71736
70526
|
process.umask = function() { return 0; };
|
|
71737
70527
|
|
|
71738
|
-
},{}],
|
|
70528
|
+
},{}],371:[function(require,module,exports){
|
|
71739
70529
|
'use strict';
|
|
71740
70530
|
|
|
71741
70531
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -71779,13 +70569,13 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
71779
70569
|
return fn;
|
|
71780
70570
|
};
|
|
71781
70571
|
|
|
71782
|
-
},{"define-data-property":
|
|
71783
|
-
arguments[4][
|
|
71784
|
-
},{"dup":
|
|
71785
|
-
arguments[4][
|
|
71786
|
-
},{"./implementation":
|
|
71787
|
-
arguments[4][
|
|
71788
|
-
},{"dup":
|
|
70572
|
+
},{"define-data-property":334,"es-errors/type":344,"get-intrinsic":374,"gopd":350,"has-property-descriptors":375}],372:[function(require,module,exports){
|
|
70573
|
+
arguments[4][336][0].apply(exports,arguments)
|
|
70574
|
+
},{"dup":336}],373:[function(require,module,exports){
|
|
70575
|
+
arguments[4][337][0].apply(exports,arguments)
|
|
70576
|
+
},{"./implementation":372,"dup":337}],374:[function(require,module,exports){
|
|
70577
|
+
arguments[4][338][0].apply(exports,arguments)
|
|
70578
|
+
},{"dup":338,"es-errors":340,"es-errors/eval":339,"es-errors/range":341,"es-errors/ref":342,"es-errors/syntax":343,"es-errors/type":344,"es-errors/uri":345,"function-bind":373,"has-proto":351,"has-symbols":352,"hasown":356}],375:[function(require,module,exports){
|
|
71789
70579
|
'use strict';
|
|
71790
70580
|
|
|
71791
70581
|
var $defineProperty = require('es-define-property');
|
|
@@ -71809,7 +70599,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
71809
70599
|
|
|
71810
70600
|
module.exports = hasPropertyDescriptors;
|
|
71811
70601
|
|
|
71812
|
-
},{"es-define-property":
|
|
70602
|
+
},{"es-define-property":335}],376:[function(require,module,exports){
|
|
71813
70603
|
'use strict';
|
|
71814
70604
|
|
|
71815
70605
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -71819,9 +70609,9 @@ module.exports = function isTypedArray(value) {
|
|
|
71819
70609
|
return !!whichTypedArray(value);
|
|
71820
70610
|
};
|
|
71821
70611
|
|
|
71822
|
-
},{"which-typed-array":
|
|
71823
|
-
arguments[4][
|
|
71824
|
-
},{"dup":
|
|
70612
|
+
},{"which-typed-array":380}],377:[function(require,module,exports){
|
|
70613
|
+
arguments[4][329][0].apply(exports,arguments)
|
|
70614
|
+
},{"dup":329}],378:[function(require,module,exports){
|
|
71825
70615
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
71826
70616
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
71827
70617
|
|
|
@@ -72157,7 +70947,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
72157
70947
|
});
|
|
72158
70948
|
});
|
|
72159
70949
|
|
|
72160
|
-
},{"is-arguments":
|
|
70950
|
+
},{"is-arguments":360,"is-generator-function":362,"is-typed-array":376,"which-typed-array":380}],379:[function(require,module,exports){
|
|
72161
70951
|
(function (process){(function (){
|
|
72162
70952
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
72163
70953
|
//
|
|
@@ -72876,7 +71666,7 @@ function callbackify(original) {
|
|
|
72876
71666
|
exports.callbackify = callbackify;
|
|
72877
71667
|
|
|
72878
71668
|
}).call(this)}).call(this,require('_process'))
|
|
72879
|
-
},{"./support/isBuffer":
|
|
71669
|
+
},{"./support/isBuffer":377,"./support/types":378,"_process":370,"inherits":359}],380:[function(require,module,exports){
|
|
72880
71670
|
(function (global){(function (){
|
|
72881
71671
|
'use strict';
|
|
72882
71672
|
|
|
@@ -72996,7 +71786,7 @@ module.exports = function whichTypedArray(value) {
|
|
|
72996
71786
|
};
|
|
72997
71787
|
|
|
72998
71788
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
72999
|
-
},{"available-typed-arrays":
|
|
71789
|
+
},{"available-typed-arrays":381,"call-bind":383,"call-bind/callBound":382,"for-each":346,"gopd":350,"has-tostringtag/shams":387}],381:[function(require,module,exports){
|
|
73000
71790
|
(function (global){(function (){
|
|
73001
71791
|
'use strict';
|
|
73002
71792
|
|
|
@@ -73017,9 +71807,9 @@ module.exports = function availableTypedArrays() {
|
|
|
73017
71807
|
};
|
|
73018
71808
|
|
|
73019
71809
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
73020
|
-
},{"possible-typed-array-names":
|
|
73021
|
-
arguments[4][
|
|
73022
|
-
},{"./":
|
|
71810
|
+
},{"possible-typed-array-names":369}],382:[function(require,module,exports){
|
|
71811
|
+
arguments[4][332][0].apply(exports,arguments)
|
|
71812
|
+
},{"./":383,"dup":332,"get-intrinsic":386}],383:[function(require,module,exports){
|
|
73023
71813
|
'use strict';
|
|
73024
71814
|
|
|
73025
71815
|
var bind = require('function-bind');
|
|
@@ -73056,13 +71846,13 @@ if ($defineProperty) {
|
|
|
73056
71846
|
module.exports.apply = applyBind;
|
|
73057
71847
|
}
|
|
73058
71848
|
|
|
73059
|
-
},{"es-define-property":
|
|
73060
|
-
arguments[4][
|
|
73061
|
-
},{"dup":
|
|
73062
|
-
arguments[4][
|
|
73063
|
-
},{"./implementation":
|
|
73064
|
-
arguments[4][
|
|
73065
|
-
},{"dup":
|
|
71849
|
+
},{"es-define-property":335,"es-errors/type":344,"function-bind":385,"get-intrinsic":386,"set-function-length":371}],384:[function(require,module,exports){
|
|
71850
|
+
arguments[4][336][0].apply(exports,arguments)
|
|
71851
|
+
},{"dup":336}],385:[function(require,module,exports){
|
|
71852
|
+
arguments[4][337][0].apply(exports,arguments)
|
|
71853
|
+
},{"./implementation":384,"dup":337}],386:[function(require,module,exports){
|
|
71854
|
+
arguments[4][338][0].apply(exports,arguments)
|
|
71855
|
+
},{"dup":338,"es-errors":340,"es-errors/eval":339,"es-errors/range":341,"es-errors/ref":342,"es-errors/syntax":343,"es-errors/type":344,"es-errors/uri":345,"function-bind":385,"has-proto":351,"has-symbols":352,"hasown":356}],387:[function(require,module,exports){
|
|
73066
71856
|
'use strict';
|
|
73067
71857
|
|
|
73068
71858
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -73072,5 +71862,5 @@ module.exports = function hasToStringTagShams() {
|
|
|
73072
71862
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
73073
71863
|
};
|
|
73074
71864
|
|
|
73075
|
-
},{"has-symbols/shams":
|
|
71865
|
+
},{"has-symbols/shams":353}]},{},[111])(111)
|
|
73076
71866
|
});
|