(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exports["ivprogCore"] = factory(); else root["ivprogCore"] = factory(); })(self, function() { return /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ "./i18n/error.csv": /*!************************!*\ !*** ./i18n/error.csv ***! \************************/ /***/ ((module) => { module.exports = {"pt":{"token_missing_one":"Erro de sintaxe: Espera-se $0, mas encontrou-se $1 na linha:$2, coluna:$3","token_missing_two":"Erro de sintaxe: Esperava-se $0 ou $1 mas encontrou-se $2 na liha:$3, coluna: $4","eos_missing":"Falta uma nova linha ou ; na linha: $0, coluna: $1","invalid_type":"$0 na linha: $1, coluna: $2 é um tipo inválido. Os tipos válidos são: $3","invalid_array_dimension":"A dimensão inválida na linha: $0, coluna: $1. Insira um $2 ou identificador válido do mesmo tipo.","invalid_array_size":"O tamnho do vetor/matriz excede o máximo de 2 na linha $0","extra_lines":"Nenhum texto é permitido após '}' em 'programa {...}'","invalid_main_return":"A função $0 declarada na linha $2 deve retornar $1.","invalid_var_declaration":"Erro na linha $0: variáveis só podem ser declaradas no corpo principal da função e nas primeiras linhas, antes de qualquer comando.","invalid_break_command":"Erro na linha $0. O comando $1 não pode ser usado fora de uma estrutura de repetição ou 'escolha...caso'","invalid_terminal":"Não é possível utilizar $0 na expressão da linha: $1, coluna: $2. Tente um valor númerico, variável ou chamada de função.","const_not_init":"Erro na linha: $0, coluna: $1. Uma variável declarada como const deve ser inicializada","id_missing":"Esperava-se um identificador, mas encontrou-se $0 na linha: $1, coluna: $2","invalid_id_format":"$0 na linha: $1, coluna: $2 não é um identificador válido. O símbolo '.' não é permitido neste contexto.","main_missing":"A função principal não foi encontrada","invalid_global_var":"Erro crítico: Chamada inválida da função initGlobal fora do contexto BASE","not_implemented":"Erro interno crítico: A função definida pelo sistema $0 não foi implementada.","function_missing":"A função $0 não foi encontrada","function_missing_full":"A função $0 na linha: $1, coluna: $2 não foi encontrada","invalid_parameters_size_full":"Erro na linha $0: a quantidade de parâmetros fornecidos à função $1 está incorreta. Esperava-se $2, encontrou-se $3.","invalid_parameters_size":"A quantidade de parâmetros fornecidos à função $0 está incorreta. Esperava-se $1, encontrou-se $2","invalid_ref_full":"A expressão $0 fornecida como parâmetro para a função $1 na linha $2 não é válida para esta função. Use uma variável ou posição de vetor.","invalid_ref":"A expressão $0 fornecida como parâmetro para a função $1 não é válida para esta função. Use uma variável ou posição de vetor.","invalid_parameter_type_full":"A expressão $0 fornecida como parâmetro para a função $1 na linha $2 não é compatível com o tipo esperado.","invalid_parameter_type":"A expressão $0 fornecida como parâmetro para a função $1 não é compatível com o tipo esperado.","unknown_command_full":"Erro interno crítico: comando desconhecido encontrado na linha $0","unknown_command":"Erro interno crítico: comando desconhecido encontrado!","loop_condition_type_full":"Erro na linha: $0, coluna $1: a condição $2 do laço de repetição deve ser do tipo lógico","loop_condition_type":"A condição $0 do laço de repetição deve ser do tipo lógico","endless_loop_full":"Possível laço infinito detectado no seu código. Verifique a linha $0","endless_loop":"Possível laço infinito detectado no seu código.","for_condition_type_full":"Erro na linha: $0, coluna $1: a condição de parada $2 do comando para(...) deve ser do tipo lógico","for_condition_type":"A condição de parada $0 do comando para(...) deve ser do tipo lógico","if_condition_type_full":"Erro na linha: $0, coluna $1: a condição $2 do comando se...senao deve ser do tipo lógico","if_condition_type":"A condição $0 do comando se...senao deve ser do tipo lógico","invalid_return_type_full":"Erro na linha $0: a expressão não produz um tipo compatível com a função $1. Tipo esperado: $2.","invalid_return_type":"A expressão não produz um tipo compatível com a função $0. Tipo esperado: $1.","invalid_void_return_full":"Erro na linha $0: a função $1 não pode retornar uma expressão vazia, use uma espressão do tipo $2","invalid_void_return":"A função $0 não pode retornar uma expressão vazia, use uma espressão do tipo $1","unexpected_break_command_full":"Erro interno crítico: comando pare encontrado fora do contexto de um laço/escolha..caso na linha $0","unexpected_break_command":"Erro interno crítico: comando pare encontrado fora do contexto de um laço/escolha..caso","invalid_dimension":"As dimensões de um vetor/matriz devem ser do tipo inteiro","void_in_expression_full":"Erro na linha: $0, coluna: $1: a função $2 não pode ser utilizada em uma expressão pois seu tipo de retorno é vazio","void_in_expression":"A função $0 não pode ser utilizada em uma expressão pois seu tipo de retorno é vazio","invalid_array_access_full":"Identificador $0 na linha: $1, coluna: $2 não se refere a um vetor/matriz válido","invalid_array_access":"Identificador $0 não se refere a um vetor/matriz válido","invalid_matrix_access_full":"Identificador $0 na linha: $1, coluna: $2 não se refere a uma matriz válida","invalid_matrix_access":"Identificador $0 não se refere a uma matriz válida","matrix_column_outbounds_full":"Erro na linha $0: número de colunas $1 é inválido para a matriz $2 que possui $3 colunas","matrix_column_outbounds":"Número de colunas $0 é inválido para a matriz $1 que possui $2 colunas","matrix_line_outbounds_full":"Erro na linha $0: número de linhas $1 é inválido para a matriz $2 que possui $3 linhas","matrix_line_outbounds":"Número de linhas $0 é inválido para a matriz $1 que possui $2 linhas","vector_line_outbounds_full":"Erro na linha $0: O número de elementos $1 é inválido para a vetor $2 que possui $3 elementos.","vector_line_outbounds":"O número de elementos $1 é inválido para a vetor $2 que possui $3 elementos.","vector_not_matrix_full":"Erro na linha $0: $1 não é uma matriz","vector_not_matrix":"$0 não é uma matriz","invalid_infix_op_full":"Erro na linha $0: a expressão $1 é inválida, pois o operador $2 não pode ser aplicado aos tipos $3 e $4","invalid_infix_op":"A expressão $0 é inválida, pois o operador $1 não pode ser aplicado aos tipos $2 e $3","invalid_unary_op_full":"Erro na linha $0: a expressão $1 é inválida, pois o operador $2 não pode ser aplicado ao tipo $3","invalid_unary_op":"A expressão $0 é inválida, pois o operador $1 não pode ser aplicado ao tipo $2","unknown_op":"Erro interno crítico: Operação $0 desconhecida","duplicate_function":"A função $0 na linha: $1, coluna: $2 já foi definida anteriormente.","duplicate_variable":"A variável $0 na linha: $1, coluna: $2 já foi declarada anteriormente.","main_parameters":"A função inicio não pode ter parâmetros.","symbol_not_found_full":"A variável $0 na linha: $1, coluna: $2 não foi declarada","symbol_not_found":"A variável $0 não foi declarada","array_dimension_not_int_full":"As dimensões do arranjo (vetor ou matriz) na linha $0 devem ser do tipo inteiro.","array_dimension_not_int":"As dimensões de um arranjo (vetor ou matriz) devem ser do tipo inteiro.","array_dimension_not_positive_full":"As dimensões do arranjo (vetor ou matriz) na linha $0 devem ser valores positivos.","array_dimension_not_positive":"As dimensões de um arranjo (vetor ou matriz) devem ser valores positivos.","incompatible_types_full":"Era esperado um $0 mas a expressão $1 na linha $2 resulta em $3.","incompatible_types":"Era esperado um $0 mas a expressão $1 resulta em $2.","incompatible_types_array_full":"A expressão $0 na linha $2 é incompatível com o tipo $1.","incompatible_types_array":"A expressão $0 é incompatível com o tipo $1.","invalid_case_type_full":"O caso $0 na linha $1 é incompatível com o tipo $2.","invalid_case_type":"O caso $0 é incompatível com o tipo $1.","function_no_return":"A função $0 não possui um comando de devolução acessível. Toda função deve ter ao menos um comando 'devolva' no seu corpo principal.","invalid_array_literal_type_full":"Erro na linha $0: a expressão $1 não resulta em um tipo compatível.","invalid_array_literal_type":"A expressão $0 não resulta em um tipo compatível.","invalid_array_literal_line_full":"Erro na linha $0: esperava-se $1 linhas mas encontrou $2.","invalid_array_literal_line":"Esperava-se $0 linhas mas encontrou $1.","invalid_array_literal_column_full":"Erro na linha $0: esperava-se $1 colunas mas encontrou $2.","invalid_array_literal_column":"Esperava-se $0 colunas mas encontrou $1.","exceeded_input_request":"A quantidade de leituras requisitadas execedeu a quantidade de entradas disponíveis.","test_case_few_reads":"Caso de teste $0 falhou: ainda restam entradas!","test_case_failed":"
Caso de teste $0 não executou com sucesso.
","test_case_failed_exception":"
Caso de teste $0 falhou: $1","test_case_exception":"Ocorreu uma exceção no caso de teste $0: $1","invalid_type_conversion":"O valor $0 não pode ser convertido para o tipo $1","invalid_read_type":"Erro na linha $0: A entrada \"$1\" não é do tipo $2, que é o tipo da variável $3.","invalid_read_type_array":"Erro na linha $0: A entrada \"$1\" não é do tipo $2, que é o tipo aceito pela variável $3 que é um $4.","inform_valid_identifier":"Informe um nome válido! O nome não pode ser uma palavra reservadas e deve começar com letras ou _ e conter apenas letras, números e _.","inform_valid_global_duplicated":"Já existe uma variável global com o nome $0, você precisa de nomes distintos.","inform_valid_variable_duplicated":"Já existe uma variável com o nome $0 na função $1, você precisa de nomes distintos.","inform_valid_function_duplicated":"Já existe uma função com o nome $0, você precisa de nomes distintos.","inform_valid_param_duplicated":"Já existe um parâmetro com o nome $0 na função $1, você precisa de nomes distintos.","invalid_character":"O caractere $0 na linha $1 não pode ser utilizado neste contexto.","invalid_syntax":"O iVProg não reconhece o texto $0 na linha $1. Certifique-se que não há erro de digitação ou caractere inválido.","annonymous_array_literal":"Erro na linha $0: a notação de vetor/matriz só permitida durante a inicialização de uma variável desse tipo. Ex: inteiro vec[3] ← {1,2,3}.","invalid_matrix_literal_line":"A expressão $0 na linha $1 não possui um número de elementos igual a linha anterior. Todas as linhas de uma matriz devem ter a mesma quantidade de elementos.","cannot_infer_matrix_line":"Não é possível inferir o número de linhas da matriz $0 na linha $1. É necessário que ela seja inicializada ou que o valor seja informado de forma explícita.","cannot_infer_matrix_column":"Não é possível inferir o número de colunas da matriz $0 na linha $1. É necessário que ela seja inicializada ou que o valor seja informado de forma explícita.","cannot_infer_vector_size":"Não é possível inferir o número de elementos do vetor $0 na linha $1. É necessário que ele seja inicializado ou que o valor seja informado de forma explícita","matrix_to_vector_literal_attr":"Erro na linha $0: A expressão $1 representa uma matriz e não pode ser atribuída ao vetor $2.","vector_to_matrix_literal_attr":"Erro na linha $0: A expressão $1 representa um vetor e não pode ser atribuído a matriz $2.","invalid_const_ref_full":"A variável $0 fornecida como parâmetro para a função $1 na linha $2 é uma constante e não pode ser usada neste contexto. Use uma variável ou posição de vetor.","invalid_const_ref":"A variável $0 fornecida como parâmetro para a função $1 é uma constante e não pode ser usada neste contexto. Use uma variável ou posição de vetor.","invalid_const_assignment_full":"Erro na linha $0: $1 é uma constante e portanto não pode ter seu valor alterado","invalid_const_assignment":"$0 é uma constante e portanto não pode ter seu valor alterado","array_init_not_literal":"Erro na linha $0: Vetor/Matriz só pode ser inicializado por literal. Ex: real vetor[] <- {1,2,3}","array_exceeds_2d":"Erro na linha $0: O número máximo de dimensões que um arranjo pode ter é 2. Elemento de 3 ou mais dimensões encontrado!","invalid_matrix_id_dimension":"Erro na linha $0: Você deve definir todas as dimensões da matriz quando uma delas é definida por uma variável! Ex: real mat1[var][5], mat2[5][var]","invalid_vector_init":"Erro na linha $0: Não se pode inicializar um vetor que teve seu tamanho declarado utilizando uma variável! Utilize uma atribuição de vetores ou use um laço de repetição.","invalid_matrix_init":"Erro na linha $0: Não se pode inicializar uma matrix que teve ao menos uma das suas dimensões declaradas utilizando uma variável! Utilize uma atribuição de matrizes ou use um laço de repetição.","invalid_vector_assignment_full":"Erro na linha $0: Só se pode atribuir um vetor a outro desde que eles comportem o mesmo número de elementos. $1 comporta $2 e $3 comporta $4!","invalid_vector_assignment":"Só se pode atribuir um vetor a outro desde que eles comportem o mesmo número de elementos. $0 comporta $1 e $2 comporta $3!","invalid_matrix_assignment_full":"Erro na linha $0: Só se pode atribuir uma matriz a outra desde que ambas possuam dimensões de mesmo tamanho. $1 tem $2 linhas e $3 colunas, enquanto $4 possui $5 linhas e $6 colunas!","invalid_matrix_assignment":"Só se pode atribuir uma matriz a outra desde que ambas possuam dimensões de mesmo tamanho. $0 tem $1 linhas e $2 colunas, enquanto $3 possui $4 linhas e $5 colunas!","matrix_to_vector_attr":"Erro na linha $0: $1 representa uma matriz e não pode ser atribuída ao vetor $2.","vector_to_matrix_attr":"Erro na linha $0: $1 representa um vetor e não pode ser atribuído a matriz $2.","invalid_matrix_index_assign_full":"Erro na linha $0: A posição $1 da matriz $2 aceita apenas vetores de tamanho $3, mas $4 tem tamanho $5","invalid_matrix_index_assign":"A linha $0 da matriz $1 aceita apenas vetores de tamanho $2, mas $3 tem tamanho $4","invalid_number_elements_vector":"Esperava-se por $0 elementos na linha $1 mas a expressão $2 possui $3 elementos.","invalid_number_lines_matrix":"Esperava-se por uma matriz com $0 linhas na linha $1 mas a expressão $2 possui $3 linhas","divsion_by_zero_full":"Erro na linha $0: A expressão $1 resulta em uma divisão por 0.","divsion_by_zero":"A expressão $0 resulta em uma divisão por 0.","undefined_tanget_value":"Erro na linha $0: A tangente de $1° não é indefinida.","negative_log_value":"Erro na linha $0: Não se pode calcular o log de um valor negativo.","invalid_string_index":"Erro na linha $0 durante a execução da função $1: $2 é um índice inválido para a cadeia de texto $3. Os valores válidos vão de 0 à $4","negative_sqrt_value":"Erro na linha $0: Não é permitido calcular a raiz quadrada de um número negativo.","exceeded_recursive_calls":"Erro na execução da linha $0: Número de chamadas recursivas execedeu o limite máximo definido!","invalid_for_variable":"Erro na linha $0: A variavel $1 utilizada no comando repita_para deve ser do tipo inteiro.","invalid_for_from":"Erro na linha $0: O valor $1 passado para o parâmetro 'de' do comando repita_para deve ser do tipo inteiro.","invalid_for_to":"Erro na linha $0: O valor $1 passado para o parâmetro 'para' do comando repita_para deve ser do tipo inteiro.","invalid_for_pass":"Erro na linha $0: O valor $1 passado para o parâmetro 'passo' do comando repita_para deve ser do tipo inteiro.","exceed_max_instructions":"Número de instruções excedeu o limite definido. Certifique-se que seu código não possui laços infinitos ou muitas chamadas de funções recursivas."},"en":{"token_missing_one":"Syntax error: Expected $0 but found $1 at line:$2, column:$3","token_missing_two":"Syntax error: Expected $0 or $1 but found $2 at line:$3, column: $4","eos_missing":"A new line or a ‘;’ is missing at line: $0, column: $1","invalid_type":"$0 at line: $1, column: $2 is a invalid type. The valid types are: $3","invalid_array_dimension":"Invalid dimension at line: $0, column: $1. Insert a $2 or a valid identifier of the same type.","invalid_array_size":"The array at line $0 exceeds the maximum size of 2.","extra_lines":"No text is allowed after '}' in 'program { … }'","invalid_main_return":"The function $0 declared at line $2 must return $1.","invalid_var_declaration":"Error at line $0: Variables can only be declared in the main body of a function and at the first lines, before any command.","invalid_break_command":"Error at line $0. The command $1 cannot be used outside a loop command or ‘switch ...case’ structure.","invalid_terminal":"It is not possible to use $0 in the expression at line: $1, column: $2. Try a numeric value, variable or function call.","const_not_init":"Error at line: $0, column: $1. A variable declared as const must be initialized.","id_missing":"Expected an identifier but found $0 at line: $1, column: $2.","invalid_id_format":"$0 at line: $1, column: $2 is not a valid identifier. The symbol '.' is not permitted in this context.","main_missing":"The main function was not found. You need to declare a function of return type void named main.","invalid_global_var":"Critical Error: Invalid call of the function IVProgProcessor.initGlobal outside the BASE context.","not_implemented":"Critial internal error: The system defined function $0 was not found.","function_missing":"The function $0 was not found.","function_missing_full":"The function $0 at line: $1, column: $2 was not found.","invalid_parameters_size_full":"Error at line $0: The number of parameters provided to the function $1 is incorrect. It expected $2 but found $3.","invalid_parameters_size":"The number of parameters provided to the function $0 is incorrect. It expected $1 but found $2.","invalid_ref_full":"The expression $0 provided as a parameter to the function $1 at line $2 is not valid in this context. Use a variable or a position of a vector.","invalid_ref":"The expression $0 provided as a parameter to the function $1 is not valid in this context. Use a variable or a position of a vector.","invalid_parameter_type_full":"The expression $0 provided as a parameter to the function $1 at line $2 is not of the expected type.","invalid_parameter_type":"The expression $0 provided as a parameter to the function $1 is not of the expected type.","unknown_command_full":"Internal error: an unknown command found at line $0.","unknown_command":"Internal error: an unknown command found.","loop_condition_type_full":"Error at line: $0, column $1: the condition $2 of the loop must be of type bool (true or false).","loop_condition_type":"The condition $0 of the loop must be of type bool (true or false).","endless_loop_full":"Possible infinite loop detected in your code. Check line $0.","endless_loop":"Possible infinite loop detected in your code.","for_condition_type_full":"Erro na linha: $0, coluna $1: a condição de parada $2 do comando para(...) deve ser do tipo lógico","for_condition_type":"A condição de parada $0 do comando para(...) deve ser do tipo lógico","if_condition_type_full":"Error at line: $0, column $1: the condition $2 in the if … else command must result in a bool (true or false).","if_condition_type":"The condition $0 in the if … else command must result in a bool (true or false).","invalid_return_type_full":"Error at line $0: The expression doest not result in a type compatible with the function $1. Expected type: $2.","invalid_return_type":"The expression doest not result in a type compatible with the function $0. Expected type: $1.","invalid_void_return_full":"Error at line $0: The function $1 cannot return an empty expression, use an expression that results in a $2","invalid_void_return":"The function $0 cannot return an empty expression, use an expression that results in a $1","unexpected_break_command_full":"Critical error at line $0: a break command was found outside a valid context: loop or switch … case structure.","unexpected_break_command":"Critical error: a break command was found outside a valid context: loop or switch … case structure.","invalid_dimension":"Array (vector or matrix) dimensions must be of type int.","void_in_expression_full":"Error at line: $0, column: $1: The function $2 cannot be used inside an expression since its return type is void.","void_in_expression":"The function $0 cannot be used inside an expression since its return type is void.","invalid_array_access_full":"Identifier $0 at line: $1, column: $2 does not identify a valid vector or matrix.","invalid_array_access":"Identifier $0 does not identify a valid vector or matrix.","invalid_matrix_access_full":"Identifier $0 at line: $1, column: $2 does not identify a valid matrix.","invalid_matrix_access":"Identifier $0 does not identify a valid matrix.","matrix_column_outbounds_full":"Error at line $0: The number of columns $1 is invalid for the matrix $2 which has $3 columns.","matrix_column_outbounds":"The number of columns $0 is invalid for the matrix $1 which has $2 columns.","matrix_line_outbounds_full":"Error at line $0: The number of lines $1 is invalid for matrix $2 which has $3 lines.","matrix_line_outbounds":"The number of lines $0 is invalid for matrix $1 which has $2 lines.","vector_line_outbounds_full":"Error at line $0: The number of elements $1 is invalid for vector $2 which has $3 elements.","vector_line_outbounds":"Error at line $0: The number of elements $1 is invalid for vector $2 which has $3 elements.","vector_not_matrix_full":"Error at line $0: $1 is not a matrix.","vector_not_matrix":"$0 is not a matrix.","invalid_infix_op_full":"Error at line $0: The expression $1 is not valid because the operator $2 cannot be applied to the types $3 and $4.","invalid_infix_op":"The expression $0 is not valid because the operator $1 cannot be applied to the types $2 and $3.","invalid_unary_op_full":"Error at line $0: The expression $1 is not valid because the operator $2 cannot be applied to the type $3.","invalid_unary_op":"The expression $0 is not valid because the operator $1 cannot be applied to the type $2.","unknown_op":"Critical error: Unknown operator $0.","duplicate_function":"The function $0 at line: $1, column: $2 has already been declared.","duplicate_variable":"The variable $0 at line: $1, column: $2 has already been declared.","main_parameters":"The main function cannot have parameters.","symbol_not_found_full":"The variable $0 at line: $1, column: $2 has not been declared.","symbol_not_found":"The variable $0 has not been declared.","array_dimension_not_int_full":"The array (vector or matrix) dimensions at line $0 must be of type int.","array_dimension_not_int":"An array (vector or matrix) dimensions must be of type int.","array_dimension_not_positive_full":"The array (vector or matrix) dimensions at line $0 must be positive.","array_dimension_not_positive":"An array (vector or matrix) dimensions must be positive.","incompatible_types_full":"It expected $0 but the expression $1 at line $2 results in $3.","incompatible_types":"It expected $0 but the expression $1 results in $2.","incompatible_types_array_full":"The expression $0 at line $2 is not compatible with type $1.","incompatible_types_array":"The expression $0 is not compatible with type $1.","invalid_case_type_full":"The case expression $0 at line $1 is not compatible with type $2.","invalid_case_type":"The case expression $0 is not compatible with type $1.","function_no_return":"The function $0 does not have a reacheable return command. Every function must have at least one return command in its main body.","invalid_array_literal_type_full":"Error at line $0: the expression $1 does not result in a compatible type.","invalid_array_literal_type":"The expression $0 does not result in a compatible type.","invalid_array_literal_line_full":"Error at line $0: it expected $1 lines but found $2.","invalid_array_literal_line":"It expected $0 lines but found $1.","invalid_array_literal_column_full":"Error at line $0: it expected $1 column but found $2.","invalid_array_literal_column":"It expected $0 column but found $1.","exceeded_input_request":"The amount of reads requested exceeded the amount of inputs available.","test_case_few_reads":"Teste case $0 failed: there are available inputs remaining.","test_case_failed":"
Test case $0 did not executed successfully.
","test_case_failed_exception":"
Test case $0 failed: $1","test_case_exception":"An exception has ocurred during the execution of test case $0: $1","invalid_type_conversion":"The value $0 cannot be converted to type $1.","invalid_read_type":"Error at line $0: The input \"$1\" is not of type $2 which is the type of the variable $3.","invalid_read_type_array":"Error at line $0: The input \"$1\" is not of type $2 which is the type accepted by the variable $3 of type $4.","inform_valid_identifier":"Enter a valid identifier! The identifier cannot be a reserved word and it must begin with a letter or _, followed by numbers, letters and _ only.","inform_valid_global_duplicated":"A global variable named $0 already exists, you need distinct names for each gloval variable.","inform_valid_variable_duplicated":"A variable named $0 already exists, you need distinct names for each variable.","inform_valid_function_duplicated":"A function named $0 already exists, you need distinct names for each function.","inform_valid_param_duplicated":"A parameter named $0 already exists in function $1, you need distinc names for each parameter.","invalid_character":"The character $0 at line $1 cannot be used in this context.","invalid_syntax":"iVProg does not recognize the text $0 at line $1. Check for typos or invalid character.","annonymous_array_literal":"Error at line $0: the array notation is only permitted during initialization of an array variable. i. e.: int vec[3] ← {1, 2, 3}.","invalid_matrix_literal_line":"The expression $0 at line $1 does not have the same number of elements as the last line. All lines of a matrix must have the same number of elements.","cannot_infer_matrix_line":"It is not possible to infer the number of lines of matrix $0 at line $1. It must be initialized or have its lines explicitly declared.","cannot_infer_matrix_column":"It is not possible to infer the number of columns of matrix $0 at line $1. It must be initialized or have its columns explicitly declared.","cannot_infer_vector_size":"It is not possible to infer the number of elements of vector $0 at line $1. It must be initialized or have its size explicitly declard.","matrix_to_vector_literal_attr":"Error at line $0: The expression $1 represents a matrix and cannot be assigned to the vector $2.","vector_to_matrix_literal_attr":"Error at line $0: The expression $1 represents a vector and cannot be assigned to the matrix $2.","invalid_const_ref_full":"The variable $0 provided as a parameter to the function $1 at line $2 is a constant and cannot be used in this context. Use a non-constant variable or vector position.","invalid_const_ref":"The variable $0 provided as a parameter to the function $1 is a constant and cannot be used in this context. Use a non-constant variable or vector position.","invalid_const_assignment_full":"Error at line $0: $1 is a constant e therefore cannot have its value changed.","invalid_const_assignment":"$0 is a constant e therefore cannot have its value changed.","array_init_not_literal":"Error at line $0: An array (vector or matrix) can only be initialized by an array literal. i.e : real vector[] <- {1,2,3}","array_exceeds_2d":"Error at line $0: The maximum number of dimensions an array can have is 2. An element of 3 or dimensions was found.","invalid_matrix_id_dimension":"Error at line $0: You must define all dimensions of the matrix when one of them is defined by a variable! i.e: real mat1[var][5], mat2[5][var]","invalid_vector_init":"Error at line $0: You cannot initialize a vector when its size is defined by a variable. Use a vector assignment or loop command.","invalid_matrix_init":"Error at line $0: You cannot initialize a matrix when one of its dimensions is defined by a variable. Use a matrix assignment or loop command.","invalid_vector_assignment_full":"Error at line $0: You can only assign a vector to another when both have the same number of elements. $1 has $2 and $3 has $4 elements!","invalid_vector_assignment":"You can only assign a vector to another when both have the same number of elements. $0 has $1 and $2 has $3 elements!","invalid_matrix_assignment_full":"Error at line $0: You can only assign a matrix to another when both have dimensions of the same size. $1 has $2 lines e $3 columns while $4 has $5 lines and $6 columns!","invalid_matrix_assignment":"You can only assign a matrix to another when both have dimensions of the same size. $0 has $1 lines e $2 columns while $3 has $4 lines and $5 columns!","matrix_to_vector_attr":"Error at line $0: $1 represents a matrix and cannot be assigned to the vector $2.","vector_to_matrix_attr":"Error at line $0: $1 represents a vector and cannot be assigned to the matrix $2.","invalid_matrix_index_assign_full":"Error at line $0: The position $1 of the matrix $2 only accepts vectors of size $3 but $4 has size $5.","invalid_matrix_index_assign":"The position $0 of the matrix $1 only accepts vectors of size $2 but $3 has size $4.","invalid_number_elements_vector":"It expected $0 elements at line $1 but the expression $2 has $3 elements.","invalid_number_lines_matrix":"It expected a matrix with $0 lines at line $1 but the expression $2 has $3 lines.","divsion_by_zero_full":"Error at line $0: The expression $1 resuts in a division by zero.","divsion_by_zero":"The expression $0 resuts in a division by zero.","undefined_tanget_value":"Error at line $0: The tangent of $1° is undefined.","negative_log_value":"Error at line $0: You cannot calculate the logarithm of a negative value.","invalid_string_index":"Error at line $0 during the execution of the function $1: $2 is an invalid index for the text string $3. The valid indexes go from 0 to $4.","negative_sqrt_value":"Error at line $0: It is not allowd to calculate the square root of a negative number.","exceeded_recursive_calls":"Error during the execution of line $0: The number of recursive calls exceeded the allowed number of calls.","invalid_for_variable":"Error at line $0: The variable $1 used in the repeat_for command must be of type int.","invalid_for_from":"Error at line $0: The value $1 passed to the parameter 'from' of the repeat_for command must be of type int.","invalid_for_to":"Error at line $0: The value $1 passed to the parameter 'to' of the repeat_for command must be of type int.","invalid_for_pass":"Error at line $0: The value $1 passed to the parameter 'pass' of the repeat_for command must be of type int.","exceed_max_instructions":"The number of instructions executed by your program exceed the defined limit. Check your code for infinite loops or excessive recursive functions calls."},"es":{"token_missing_one":"Syntax error: Expected $0 but found $1 at line:$2, column:$3","token_missing_two":"Syntax error: Expected $0 or $1 but found $2 at line:$3, column: $4","eos_missing":"A new line or a ‘;’ is missing at line: $0, column: $1","invalid_type":"$0 at line: $1, column: $2 is a invalid type. The valid types are: $3","invalid_array_dimension":"Invalid dimension at line: $0, column: $1. Insert a $2 or a valid identifier of the same type.","invalid_array_size":"The array at line $0 exceeds the maximum size of 2.","extra_lines":"No text is allowed after '}' in 'program { … }'","invalid_main_return":"The function $0 declared at line $2 must return $1.","invalid_var_declaration":"Error at line $0: Variables can only be declared in the main body of a function and at the first lines, before any command.","invalid_break_command":"Error at line $0. The command $1 cannot be used outside a loop command or ‘switch ...case’ structure.","invalid_terminal":"It is not possible to use $0 in the expression at line: $1, column: $2. Try a numeric value, variable or function call.","const_not_init":"Error at line: $0, column: $1. A variable declared as const must be initialized.","id_missing":"Expected an identifier but found $0 at line: $1, column: $2.","invalid_id_format":"$0 at line: $1, column: $2 is not a valid identifier. The symbol '.' is not permitted in this context.","main_missing":"The main function was not found. You need to declare a function of return type void named main.","invalid_global_var":"Critical Error: Invalid call of the function IVProgProcessor.initGlobal outside the BASE context.","not_implemented":"Critial internal error: The system defined function $0 was not found.","function_missing":"The function $0 was not found.","function_missing_full":"The function $0 at line: $1, column: $2 was not found.","invalid_parameters_size_full":"Error at line $0: The number of parameters provided to the function $1 is incorrect. It expected $2 but found $3.","invalid_parameters_size":"The number of parameters provided to the function $0 is incorrect. It expected $1 but found $2.","invalid_ref_full":"The expression $0 provided as a parameter to the function $1 at line $2 is not valid in this context. Use a variable or a position of a vector.","invalid_ref":"The expression $0 provided as a parameter to the function $1 is not valid in this context. Use a variable or a position of a vector.","invalid_parameter_type_full":"The expression $0 provided as a parameter to the function $1 at line $2 is not of the expected type.","invalid_parameter_type":"The expression $0 provided as a parameter to the function $1 is not of the expected type.","unknown_command_full":"Internal error: an unknown command found at line $0.","unknown_command":"Internal error: an unknown command found.","loop_condition_type_full":"Error at line: $0, column $1: the condition $2 of the loop must be of type bool (true or false).","loop_condition_type":"The condition $0 of the loop must be of type bool (true or false).","endless_loop_full":"Possible infinite loop detected in your code. Check line $0.","endless_loop":"Possible infinite loop detected in your code.","for_condition_type_full":"Erro na linha: $0, coluna $1: a condição de parada $2 do comando para(...) deve ser do tipo lógico","for_condition_type":"A condição de parada $0 do comando para(...) deve ser do tipo lógico","if_condition_type_full":"Error at line: $0, column $1: the condition $2 in the if … else command must result in a bool (true or false).","if_condition_type":"The condition $0 in the if … else command must result in a bool (true or false).","invalid_return_type_full":"Error at line $0: The expression doest not result in a type compatible with the function $1. Expected type: $2.","invalid_return_type":"The expression doest not result in a type compatible with the function $0. Expected type: $1.","invalid_void_return_full":"Error at line $0: The function $1 cannot return an empty expression, use an expression that results in a $2","invalid_void_return":"The function $0 cannot return an empty expression, use an expression that results in a $1","unexpected_break_command_full":"Critical error at line $0: a break command was found outside a valid context: loop or switch … case structure.","unexpected_break_command":"Critical error: a break command was found outside a valid context: loop or switch … case structure.","invalid_dimension":"Array (vector or matrix) dimensions must be of type int.","void_in_expression_full":"Error at line: $0, column: $1: The function $2 cannot be used inside an expression since its return type is void.","void_in_expression":"The function $0 cannot be used inside an expression since its return type is void.","invalid_array_access_full":"Identifier $0 at line: $1, column: $2 does not identify a valid vector or matrix.","invalid_array_access":"Identifier $0 does not identify a valid vector or matrix.","invalid_matrix_access_full":"Identifier $0 at line: $1, column: $2 does not identify a valid matrix.","invalid_matrix_access":"Identifier $0 does not identify a valid matrix.","matrix_column_outbounds_full":"Error at line $0: The number of columns $1 is invalid for the matrix $2 which has $3 columns.","matrix_column_outbounds":"The number of columns $0 is invalid for the matrix $1 which has $2 columns.","matrix_line_outbounds_full":"Error at line $0: The number of lines $1 is invalid for matrix $2 which has $3 lines.","matrix_line_outbounds":"The number of lines $0 is invalid for matrix $1 which has $2 lines.","vector_line_outbounds_full":"Error at line $0: The number of elements $1 is invalid for vector $2 which has $3 elements.","vector_line_outbounds":"Error at line $0: The number of elements $1 is invalid for vector $2 which has $3 elements.","vector_not_matrix_full":"Error at line $0: $1 is not a matrix.","vector_not_matrix":"$0 is not a matrix.","invalid_infix_op_full":"Error at line $0: The expression $1 is not valid because the operator $2 cannot be applied to the types $3 and $4.","invalid_infix_op":"The expression $0 is not valid because the operator $1 cannot be applied to the types $2 and $3.","invalid_unary_op_full":"Error at line $0: The expression $1 is not valid because the operator $2 cannot be applied to the type $3.","invalid_unary_op":"The expression $0 is not valid because the operator $1 cannot be applied to the type $2.","unknown_op":"Critical error: Unknown operator $0.","duplicate_function":"The function $0 at line: $1, column: $2 has already been declared.","duplicate_variable":"The variable $0 at line: $1, column: $2 has already been declared.","main_parameters":"The main function cannot have parameters.","symbol_not_found_full":"The variable $0 at line: $1, column: $2 has not been declared.","symbol_not_found":"The variable $0 has not been declared.","array_dimension_not_int_full":"The array (vector or matrix) dimensions at line $0 must be of type int.","array_dimension_not_int":"An array (vector or matrix) dimensions must be of type int.","array_dimension_not_positive_full":"The array (vector or matrix) dimensions at line $0 must be positive.","array_dimension_not_positive":"An array (vector or matrix) dimensions must be positive.","incompatible_types_full":"It expected $0 but the expression $1 at line $2 results in $3.","incompatible_types":"It expected $0 but the expression $1 results in $2.","incompatible_types_array_full":"The expression $0 at line $2 is not compatible with type $1.","incompatible_types_array":"The expression $0 is not compatible with type $1.","invalid_case_type_full":"The case expression $0 at line $1 is not compatible with type $2.","invalid_case_type":"The case expression $0 is not compatible with type $1.","function_no_return":"The function $0 does not have a reacheable return command. Every function must have at least one return command in its main body.","invalid_array_literal_type_full":"Error at line $0: the expression $1 does not result in a compatible type.","invalid_array_literal_type":"The expression $0 does not result in a compatible type.","invalid_array_literal_line_full":"Error at line $0: it expected $1 lines but found $2.","invalid_array_literal_line":"It expected $0 lines but found $1.","invalid_array_literal_column_full":"Error at line $0: it expected $1 column but found $2.","invalid_array_literal_column":"It expected $0 column but found $1.","exceeded_input_request":"The amount of reads requested exceeded the amount of inputs available.","test_case_few_reads":"Teste case $0 failed: there are available inputs remaining.","test_case_failed":"
Test case $0 did not executed successfully.
","test_case_failed_exception":"
Test case $0 failed: $1","test_case_exception":"An exception has ocurred during the execution of test case $0: $1","invalid_type_conversion":"The value $0 cannot be converted to type $1.","invalid_read_type":"Error at line $0: The input \"$1\" is not of type $2 which is the type of the variable $3.","invalid_read_type_array":"Error at line $0: The input \"$1\" is not of type $2 which is the type accepted by the variable $3 of type $4.","inform_valid_identifier":"Enter a valid identifier! The identifier cannot be a reserved word and it must begin with a letter or _, followed by numbers, letters and _ only.","inform_valid_global_duplicated":"A global variable named $0 already exists, you need distinct names for each gloval variable.","inform_valid_variable_duplicated":"A variable named $0 already exists, you need distinct names for each variable.","inform_valid_function_duplicated":"A function named $0 already exists, you need distinct names for each function.","inform_valid_param_duplicated":"A parameter named $0 already exists in function $1, you need distinc names for each parameter.","invalid_character":"The character $0 at line $1 cannot be used in this context.","invalid_syntax":"iVProg does not recognize the text $0 at line $1. Check for typos or invalid character.","annonymous_array_literal":"Error at line $0: the array notation is only permitted during initialization of an array variable. i. e.: int vec[3] ← {1, 2, 3}.","invalid_matrix_literal_line":"The expression $0 at line $1 does not have the same number of elements as the last line. All lines of a matrix must have the same number of elements.","cannot_infer_matrix_line":"It is not possible to infer the number of lines of matrix $0 at line $1. It must be initialized or have its lines explicitly declared.","cannot_infer_matrix_column":"It is not possible to infer the number of columns of matrix $0 at line $1. It must be initialized or have its columns explicitly declared.","cannot_infer_vector_size":"It is not possible to infer the number of elements of vector $0 at line $1. It must be initialized or have its size explicitly declard.","matrix_to_vector_literal_attr":"Error at line $0: The expression $1 represents a matrix and cannot be assigned to the vector $2.","vector_to_matrix_literal_attr":"Error at line $0: The expression $1 represents a vector and cannot be assigned to the matrix $2.","invalid_const_ref_full":"The variable $0 provided as a parameter to the function $1 at line $2 is a constant and cannot be used in this context. Use a non-constant variable or vector position.","invalid_const_ref":"The variable $0 provided as a parameter to the function $1 is a constant and cannot be used in this context. Use a non-constant variable or vector position.","invalid_const_assignment_full":"Error at line $0: $1 is a constant e therefore cannot have its value changed.","invalid_const_assignment":"$0 is a constant e therefore cannot have its value changed.","array_init_not_literal":"Error at line $0: An array (vector or matrix) can only be initialized by an array literal. i.e : real vector[] <- {1,2,3}","array_exceeds_2d":"Error at line $0: The maximum number of dimensions an array can have is 2. An element of 3 or dimensions was found.","invalid_matrix_id_dimension":"Error at line $0: You must define all dimensions of the matrix when one of them is defined by a variable! i.e: real mat1[var][5], mat2[5][var]","invalid_vector_init":"Error at line $0: You cannot initialize a vector when its size is defined by a variable. Use a vector assignment or loop command.","invalid_matrix_init":"Error at line $0: You cannot initialize a matrix when one of its dimensions is defined by a variable. Use a matrix assignment or loop command.","invalid_vector_assignment_full":"Error at line $0: You can only assign a vector to another when both have the same number of elements. $1 has $2 and $3 has $4 elements!","invalid_vector_assignment":"You can only assign a vector to another when both have the same number of elements. $0 has $1 and $2 has $3 elements!","invalid_matrix_assignment_full":"Error at line $0: You can only assign a matrix to another when both have dimensions of the same size. $1 has $2 lines e $3 columns while $4 has $5 lines and $6 columns!","invalid_matrix_assignment":"You can only assign a matrix to another when both have dimensions of the same size. $0 has $1 lines e $2 columns while $3 has $4 lines and $5 columns!","matrix_to_vector_attr":"Error at line $0: $1 represents a matrix and cannot be assigned to the vector $2.","vector_to_matrix_attr":"Error at line $0: $1 represents a vector and cannot be assigned to the matrix $2.","invalid_matrix_index_assign_full":"Error at line $0: The position $1 of the matrix $2 only accepts vectors of size $3 but $4 has size $5.","invalid_matrix_index_assign":"The position $0 of the matrix $1 only accepts vectors of size $2 but $3 has size $4.","invalid_number_elements_vector":"It expected $0 elements at line $1 but the expression $2 has $3 elements.","invalid_number_lines_matrix":"It expected a matrix with $0 lines at line $1 but the expression $2 has $3 lines.","divsion_by_zero_full":"Error at line $0: The expression $1 resuts in a division by zero.","divsion_by_zero":"The expression $0 resuts in a division by zero.","undefined_tanget_value":"Error at line $0: The tangent of $1° is undefined.","negative_log_value":"Error at line $0: You cannot calculate the logarithm of a negative value.","invalid_string_index":"Error at line $0 during the execution of the function $1: $2 is an invalid index for the text string $3. The valid indexes go from 0 to $4.","negative_sqrt_value":"Error at line $0: It is not allowd to calculate the square root of a negative number.","exceeded_recursive_calls":"Error during the execution of line $0: The number of recursive calls exceeded the allowed number of calls.","invalid_for_variable":"Error at line $0: The variable $1 used in the repeat_for command must be of type int.","invalid_for_from":"Error at line $0: The value $1 passed to the parameter 'from' of the repeat_for command must be of type int.","invalid_for_to":"Error at line $0: The value $1 passed to the parameter 'to' of the repeat_for command must be of type int.","invalid_for_pass":"Error at line $0: The value $1 passed to the parameter 'pass' of the repeat_for command must be of type int.","exceed_max_instructions":"The number of instructions executed by your program exceed the defined limit. Check your code for infinite loops or excessive recursive functions calls."}} /***/ }), /***/ "./i18n/message.csv": /*!**************************!*\ !*** ./i18n/message.csv ***! \**************************/ /***/ ((module) => { module.exports = {"pt":{"test_case_success":"
Caso de teste $0: OK
","test_case_duration":"Levou $0ms","test_suite_grade":"A sua solução alcançou $0% da nota.","awaiting_input_message":"O seu programa está em execução e aguardando uma entrada! Digite algo e pressione ENTER...","assessment-empty-expected-tooltip":"A saída gerada foi além do esperado","assessment-empty-generated-tooltip":"O programa não gerou saídas suficientes","testcase_autogen_unused_input":"A solução submetida não lê todas entradas disponíveis no caso de teste 1","testcase_autogen_empty":"Sua solução não gerou qualquer saída para o caso de teste $0.","success_execution":"Execução do programa finalizada!","aborted_execution":"A execução do programa foi interrompida!","unexpected_execution_error":"Erro inesperado durante a execução do programa."},"en":{"test_case_success":"
Test case $0: OK
","test_case_duration":"Took $0ms","test_suite_grade":"Your solution scored $0% of the grade.","awaiting_input_message":"Your program is running and awaiting for an input. Type something and press ENTER…","assessment-empty-expected-tooltip":"The generated output was beyond the amount expected","assessment-empty-generated-tooltip":"The program did not generate enough outputs","testcase_autogen_unused_input":"The submitted solution does not read all inputs available in the test case $0","testcase_autogen_empty":"Your solution did not generate any output for test case $0.","success_execution":"Program execution finished!","aborted_execution":"Program execution was aborted!","unexpected_execution_error":"Unexpected error during program execution."},"es":{"test_case_success":"
Test case $0: OK
","test_case_duration":"Tardó $0ms","test_suite_grade":"Su solución obtuvo $0% de la calificación.","awaiting_input_message":"Su programa se está ejecutando y esperando una entrada. Escriba algo y presione ENTER ...","assessment-empty-expected-tooltip":"The generated output was beyond the amount expected","assessment-empty-generated-tooltip":"El programa no generó suficientes resultados.","testcase_autogen_unused_input":"La solución presentada no lee todas las entradas disponibles en el caso de prueba 1","testcase_autogen_empty":"Su solución no generó ningún resultado para el caso de prueba de $ 0.","success_execution":"¡Ejecución del programa terminada!","aborted_execution":"¡La ejecución del programa fue abortada!","unexpected_execution_error":"Error inesperado durante la ejecución del programa."}} /***/ }), /***/ "./i18n/ui.csv": /*!*********************!*\ !*** ./i18n/ui.csv ***! \*********************/ /***/ ((module) => { module.exports = {"pt":{"function":"funcao","btn_clear":"Limpar","btn_function":"Função","btn_arithmetic_plus":"Adição","btn_arithmetic_minus":"Subtração","btn_arithmetic_multiplication":"Multiplicação","btn_arithmetic_division":"Divisão","btn_arithmetic_module":"Módulo","btn_break":"Pare","btn_case":"Caso","btn_add_var":"Adicionar variável","btn_drag_and_drop_function":"Mover função","btn_delete_function":"Excluir função","expression_invalid":"Expressão inválida. Verifique a sintáxe antes de continuar.","expression_undelcared_variable":"Variáveis não declaradas:","expression_undeclared_function":"Funções não definidas:","start":"inicio","type_void":"vazio","type_integer":"inteiro","logic_operator_and":"E","logic_operator_or":"OU","logic_operator_not":"nao","type_real":"real","program":"programa","type_text":"cadeia","textvar_default_value":"texto","type_boolean":"logico","logic_value_true":"verdadeiro","logic_value_false":"falso","variable":"Variável","command":"Comando","new_parameter":"parametro","new_variable":"variavel","new_global":"global","new_function":"nova_funcao","matrix":"matriz","vector":"vetor","text_lock_expression":"Bloquear expressão","text_unlock_expression":"Desbloquear expressão","text_edit_expression":"Editar expressão manualmente","text_edit_expression_confirm":"Confirmar edição","text_edit_expression_cancel":"Cancelar edição","text_add_function":"Adicionar uma nova função ao programa","text_move_command":"Mover comando","text_add_parameters":"Adicionar um novo parâmetro","text_parameter_reference":"Definir parâmetro como passagem por referência","text_parameter_copy":"Definir parâmetro como passagem por cópia","text_comment_start":"Comentário inicial da função...","text_comment_main":"Esta é a função principal...","text_read_var":"Entrada/Leitura de dados","text_write_var":"Saída/Escrita de dados","text_command_read":"leia","text_command_write":"escreva","text_return":"devolva","text_btn_return":"Devolver","text_comment":"Comentário","string_join_or":"ou","matrix_info_string":"matriz de $0","vector_info_string":"vetor de $0","text_attribution":"Atribuição","text_if":"se","text_break":"pare","text_else":"senao","text_for":"repita_para","text_code_while":"repita_enquanto","text_code_do":"repita","text_code_do_until":"ate_que","text_command_do":"repita","text_command_while":"repita enquanto","text_command_do_until":"até que","text_code_switch":"escolha","text_code_case":"caso","text_config_programming":"Programação","text_config_programming_both":"Visual e textual","text_config_programming_textual":"Textual","text_config_programming_visual":"Visual","text_logic_expression":"Lógicos","text_arithmetic_expression":"Aritméticos","text_iftrue":"Se condição senão","text_message_error_activity_file":"Aconteceu um erro ao processar a atividade.
Recarregue a página para tentar novamente.","text_message_error_upload_file":"Não foi possível carregar o arquivo.
Verifique o conteúdo do arquivo e tente novamente.","text_message_error_upload_close":"Fechar","text_message_error_activity_reload":"Recarregar","text_repeatNtimes":"Repita N vezes","text_receives":"recebe","text_whiletrue":"Enquanto verdadeiro","text_dowhiletrue":"Repita até que verdadeiro","text_switch":"Escolha","text_functioncall":"Chamada de função","text_value":"Valor","text_operator":"Operador","text_parentheses":"Parênteses","text_change":"Alterar","text_teacher_algorithm":"Algoritmo","text_teacher_algorithm_include":"Incluir o algoritmo abaixo no exercício","text_teacher_test_case":"Casos de teste","text_teacher_config":"Configurações","text_teacher_data_types":"Tipos de dados","text_teacher_commands":"Comandos","text_teacher_functions":"Funções","text_teacher_create_functions":"Criar novas funções","text_teacher_create_movement_functions":"Movimentar funções","text_teacher_test_case_input":"Entrada","text_teacher_test_case_output":"Saída","text_teacher_test_case_actions":"Ações","text_teacher_test_case_add":"Adicionar caso de teste","text_header_ivprog_functions":"Funções do iVProg","text_menu_functions_math":"Matemática","text_menu_functions_text":"Texto","text_menu_functions_array":"Arranjo","text_menu_functions_conversion":"Conversão","text_no_variable":"Nenhuma variável declarada","text_no_variable_instruction":"Antes de utilizar uma variável, é necessário criá-la","text_ivprog_description":"Programação Visual interativa na Internet","tooltip_visual":"Programação visual","tooltip_textual":"Programação textual","tooltip_upload":"Upload de código fonte","tooltip_download":"Download do código fonte","tooltip_undo":"Desfazer","tooltip_redo":"Refazer","tooltip_run":"Executar o programa","tooltip_evaluate":"Avaliar o programa","tooltip_help":"Ajuda","tooltip_add_global":"Adicionar variável global","tooltip_hide_function":"Ocultar os elementos da função","var_menu_select_var":"Selecione uma variável","var_menu_select_all":"Selecione","var_menu_select_function":"Selecione uma função","expression_menu_select":"Construir uma expressão lógica","inform_valid_content":"Informe o conteúdo!","inform_valid_expression":"Construa uma expressão lógica!","tooltip_terminal_clear":"Limpa o terminal removendo todos os textos já escritos e os pendentes.","tooltip_terminal_show":"Exibe o terminal caso esteja escondido","tooltip_terminal_hide":"Esconde o terminal caso não esteja escondido","tooltip_menu_read":"Comando para receber dados pelo teclado","tooltip_menu_write":"Comando para apresentar conteúdo ao usuário","tooltip_menu_comments":"Bloco para comentários internos do programador","tooltip_menu_attribution":"Comando para atribuir uma expressão a uma variável","tooltip_menu_call_function":"Comando para realizar a chamada de uma função","tooltip_menu_if_else":"Estrutura para que os comandos só sejam executados de acordo com as condições estabelecidas","tooltip_menu_repeat_n_times":"Estrutura para executar um bloco de comandos repetidamente","tooltip_menu_repeat_whiletrue":"Estrutura para repetir um bloco de comandos enquanto a condição for verdadeira","tooltip_menu_repeat_dowhiletrue":"Estrutura que executa um bloco e o repete enquanto a condição for verdadeira","tooltip_menu_repeat_switch":"Estrutura de escolha do bloco a ser executado","tooltip_menu_repeat_return":"Comando para devolver o resultado e finalizar a função","tooltip_move_var":"Mover variável","tooltip_remove_var":"Excluir variável","text_ivprog_version":"Versão","text_teacher_filter":"Filtro","text_teacher_filter_active":"Ativado","text_teacher_filter_help":"Ao ativar o filtro, as modificações do iVProg estarão bloqueadas.","text_join_assessment_outputs":" ; ","assessment-detail-time-label":"Duração","assessment-detail-grade-label":"Nota","assessment-detail-input-label":"Entradas","assessment-detail-output-label":"Saídas","assessment-detail-expected-label":"Esperava","assessment-detail-generated-label":"Gerou","assessment-detail-result-label":"Resultado","assessment-detail-title":"Caso de Teste $0","text_teacher_generate_outputs":"Gerar saídas","text_teacher_generate_outputs_algorithm":"Antes de gerar as saídas, elabore um algoritmo!","text_code_for_from":"de","text_code_for_to":"ate","text_code_for_pass":"passo","text_for_from":"de","text_for_to":"até","text_for_pass":"passo","text_relational_expression":"Relacionais","write_command_newline_on":"Quebra de linha ativada","write_command_newline_off":" Quebra de linha desativada","write_seprator_menu_text":"Espaço","initial_program_code":"programa {\\n\\n\\t\\tfuncao vazio inicio () {\\n\\t\\t\\t// Inicie seu codigo aqui!\\n\\t\\t}\\n}","type_char":"caractere","charvar_default_value":"A","write_seprator_menu_tooltip":"Separador para imprimir mais valores/variáveis"},"en":{"function":"function","btn_clear":"Clean","btn_function":"Function","btn_arithmetic_plus":"Addition","btn_arithmetic_minus":"Subtraction","btn_arithmetic_multiplication":"Multiplication","btn_arithmetic_division":"Division","btn_arithmetic_module":"Remainder","btn_break":"break","btn_case":"Case","btn_add_var":"Add a variable","btn_drag_and_drop_function":"Move function","btn_delete_function":"Delete function","expression_invalid":"Invalid expression. Check the syntax before proceeding.","expression_undelcared_variable":"Undeclared variables:","expression_undeclared_function":"Undefined functions:","start":"main","type_void":"void","type_integer":"int","logic_operator_and":"AND","logic_operator_or":"OR","logic_operator_not":"not","type_real":"real","program":"program","type_text":"string","textvar_default_value":"text","type_boolean":"bool","logic_value_true":"true","logic_value_false":"false","variable":"Variable","command":"Command","new_parameter":"parameter","new_variable":"variable","new_global":"global","new_function":"new_function","matrix":"matrix","vector":"vector","text_lock_expression":"Block expression","text_unlock_expression":"Unlock expression","text_edit_expression":"Edit expression manually","text_edit_expression_confirm":"Confirm edition","text_edit_expression_cancel":"Cancel edition","text_add_function":"Add a new function to the program","text_move_command":"Move command","text_add_parameters":"Add a new parameter","text_parameter_reference":"Define parameter passed by reference","text_parameter_copy":"Define parameter passed by copy","text_comment_start":"Function initial comment","text_comment_main":"This is the main funcion","text_read_var":"Input/Read data","text_write_var":"Output/Write data","text_command_read":"read","text_command_write":"write","text_return":"return","text_btn_return":"Return","text_comment":"Comment","string_join_or":"or","matrix_info_string":"matrix of $0","vector_info_string":"vector of $0","text_attribution":"Assignment","text_if":"if","text_break":"break","text_else":"else","text_for":"repeat_for","text_code_while":"repeat_while","text_code_do":"repeat","text_code_do_until":"until","text_command_do":"repeat","text_command_while":"repeat while","text_command_do_until":"until","text_code_switch":"switch","text_code_case":"case","text_config_programming":"Programming","text_config_programming_both":"Visual & Textual","text_config_programming_textual":"Textual","text_config_programming_visual":"Visual","text_logic_expression":"Logic","text_arithmetic_expression":"Arithmetics","text_iftrue":"If condition else","text_message_error_activity_file":"There was an error processing the activity.
Reload the page to try again.","text_message_error_upload_file":"It was not possible upload the file.
Verify the file's content and try again.","text_message_error_upload_close":"Close","text_message_error_activity_reload":"Reload","text_repeatNtimes":"Repeat N times","text_receives":"receives","text_whiletrue":"While true","text_dowhiletrue":"Repeat until true","text_switch":"Switch","text_functioncall":"Function call","text_value":"Value","text_operator":"Operator","text_parentheses":"Parentheses","text_change":"Modify","text_teacher_algorithm":"Algorithm","text_teacher_algorithm_include":"Include the algorithm below in the activity","text_teacher_test_case":"Test cases","text_teacher_config":"Configurations","text_teacher_data_types":"Data types","text_teacher_commands":"Commands","text_teacher_functions":"Functions","text_teacher_create_functions":"Create new functions","text_teacher_create_movement_functions":"Move functions","text_teacher_test_case_input":"Input","text_teacher_test_case_output":"Output","text_teacher_test_case_actions":"Actions","text_teacher_test_case_add":"Add test case","text_header_ivprog_functions":"iVProg Functions","text_menu_functions_math":"Math","text_menu_functions_text":"Text","text_menu_functions_array":"Array","text_menu_functions_conversion":"Conversion","text_no_variable":"No variable declared","text_no_variable_instruction":"Before using a variable, you need to create it","text_ivprog_description":"Interactive and Visual Programming on the Internet","tooltip_visual":"Visual programming","tooltip_textual":"Textual programming","tooltip_upload":"Upload source code","tooltip_download":"Download source code","tooltip_undo":"Undo","tooltip_redo":"Redo","tooltip_run":"Run the program","tooltip_evaluate":"Evaluate the program","tooltip_help":"Help","tooltip_add_global":"Add a global variable","tooltip_hide_function":"Hide function elements","var_menu_select_var":"Select a variable","var_menu_select_all":"Select","var_menu_select_function":"Select a function","expression_menu_select":"Construct a logic expression","inform_valid_content":"Provide some data","inform_valid_expression":"Construct a logic expression","tooltip_terminal_clear":"Clears the terminal by removing all wrriten and pending text.","tooltip_terminal_show":"Shows the terminal if it is hidden","tooltip_terminal_hide":"Hides the terminal if it is not on display","tooltip_menu_read":"Command to input data from keyboard","tooltip_menu_write":"Command to present content to user","tooltip_menu_comments":"Block to comments from developer","tooltip_menu_attribution":"Command to assign an expression to a variable","tooltip_menu_call_function":"Command to execute a function call","tooltip_menu_if_else":"Structure in which command only run when the conditions are satisfied","tooltip_menu_repeat_n_times":"Structure to execute a block of commands repeatedly","tooltip_menu_repeat_whiletrue":"Structure to execute a block repeatdly while condition is true","tooltip_menu_repeat_dowhiletrue":"Structure that executes a block and repeat while the condition is true","tooltip_menu_repeat_switch":"Structure that choices the block to be executed","tooltip_menu_repeat_return":"Command to return the result and finish the function","tooltip_move_var":"Move variable","tooltip_remove_var":"Delete variable","text_ivprog_version":"Version","text_teacher_filter":"Filter","text_teacher_filter_active":"Activated","text_teacher_filter_help":"By activating the filter modifications in iVProg will be blocked","text_join_assessment_outputs":" ; ","assessment-detail-time-label":"Duration","assessment-detail-grade-label":"Grade","assessment-detail-input-label":"Inputs","assessment-detail-output-label":"Outputs","assessment-detail-expected-label":"Expected","assessment-detail-generated-label":"Generated","assessment-detail-result-label":"Result","assessment-detail-title":"Test Case $0","text_teacher_generate_outputs":"Generate outputs","text_teacher_generate_outputs_algorithm":"Before generating the outputs you need to create an algorithm","text_code_for_from":"from","text_code_for_to":"to","text_code_for_pass":"pass","text_for_from":"from","text_for_to":"to","text_for_pass":"pass","text_relational_expression":"Relational","write_command_newline_on":" Line break is on","write_command_newline_off":" Line break is off","write_seprator_menu_text":"Spacer","initial_program_code":"program {\\n\\n\\t\\tfunction void main () {\\n\\t\\t\\t// Start your code here!\\n\\t\\t}\\n}","type_char":"char","charvar_default_value":"A","write_seprator_menu_tooltip":"Separator used to print more values/variables"},"es":{"function":"function","btn_clear":"Limpiar","btn_function":"Funcíon","btn_arithmetic_plus":"Adición","btn_arithmetic_minus":"Sustracción","btn_arithmetic_multiplication":"Multiplicación","btn_arithmetic_division":"División","btn_arithmetic_module":"Resto","btn_break":"break","btn_case":"Caso","btn_add_var":"Add a variable","btn_drag_and_drop_function":"Mover función ","btn_delete_function":"Borrar función ","expression_invalid":"Expresión no válida. Verifique la sintaxis antes de continuar.","expression_undelcared_variable":"Variables no declaradas:","expression_undeclared_function":"Funcíon no declaradas:","start":"main","type_void":"void","type_integer":"int","logic_operator_and":"AND","logic_operator_or":"OR","logic_operator_not":"not","type_real":"real","program":"program","type_text":"string","textvar_default_value":"texto","type_boolean":"bool","logic_value_true":"true","logic_value_false":"false","variable":"Variable","command":"Comando","new_parameter":"parametro","new_variable":"variable","new_global":"global","new_function":"nueva_función","matrix":"matriz","vector":"vector","text_lock_expression":"Expresión de bloque ","text_unlock_expression":"Desbloquear expresión ","text_edit_expression":"Editar expresión manualmente ","text_edit_expression_confirm":"Confirmar edición","text_edit_expression_cancel":"Cancelar edición","text_add_function":"Agregar una nueva función al programa","text_move_command":"Mover comando","text_add_parameters":"Agregar un nuevo parámetro","text_parameter_reference":"Define parameter passed by reference","text_parameter_copy":"Define parameter passed by copy","text_comment_start":"Comentario inicial de la función","text_comment_main":"Esta es la función principal","text_read_var":"Entrada/Lectura de dados","text_write_var":"Salida/Escribir datos","text_command_read":"read","text_command_write":"write","text_return":"return","text_btn_return":"Devolución","text_comment":"Comentario","string_join_or":"or","matrix_info_string":"matriz de $0","vector_info_string":"vector de $0","text_attribution":"Asignación","text_if":"if","text_break":"break","text_else":"else","text_for":"repeat_for","text_code_while":"repeat_while","text_code_do":"repeat","text_code_do_until":"until","text_command_do":"repeat","text_command_while":"repeat while","text_command_do_until":"until","text_code_switch":"switch","text_code_case":"case","text_config_programming":"Programación","text_config_programming_both":"Visual & Textual","text_config_programming_textual":"Textual","text_config_programming_visual":"Visual","text_logic_expression":"Lógicos","text_arithmetic_expression":"Aritmética","text_iftrue":"Si condicion sino","text_message_error_activity_file":"Se produjo un error al procesar la actividad.
Recargar la página para volver a intentarlo.","text_message_error_upload_file":"text_message_error_upload_file","text_message_error_upload_close":"Close","text_message_error_activity_reload":"Recargar","text_repeatNtimes":"Repetir N veces","text_receives":"receives","text_whiletrue":"Mientras verdad","text_dowhiletrue":"Repita hasta verdad","text_switch":"Switch","text_functioncall":"Llamada de función","text_value":"Valor","text_operator":"Operador","text_parentheses":"Paréntesis","text_change":"Modify","text_teacher_algorithm":"Algorithm","text_teacher_algorithm_include":"Incluir el algoritmo en la actividad.","text_teacher_test_case":"Test cases","text_teacher_config":"Configuraciones","text_teacher_data_types":"Data types","text_teacher_commands":"Commands","text_teacher_functions":"Funciones","text_teacher_create_functions":"Create new functions","text_teacher_create_movement_functions":"Move functions","text_teacher_test_case_input":"Input","text_teacher_test_case_output":"Output","text_teacher_test_case_actions":"Actions","text_teacher_test_case_add":"Add test case","text_header_ivprog_functions":"iVProg Functions","text_menu_functions_math":"Math","text_menu_functions_text":"Text","text_menu_functions_array":"Array","text_menu_functions_conversion":"Conversion","text_no_variable":"No variable declared","text_no_variable_instruction":"Antes de usar una variable, debe crearla","text_ivprog_description":"Interactive and Visual Programming on the Internet","tooltip_visual":"Visual programming","tooltip_textual":"Textual programming","tooltip_upload":"Upload source code","tooltip_download":"Download source code","tooltip_undo":"Undo","tooltip_redo":"Redo","tooltip_run":"Run the program","tooltip_evaluate":"Evaluate the program","tooltip_help":"Help","tooltip_add_global":"Add a global variable","tooltip_hide_function":"Hide function elements","var_menu_select_var":"Select a variable","var_menu_select_all":"Select","var_menu_select_function":"Select a function","expression_menu_select":"Construct a logic expression","inform_valid_content":"Proporcionar algunos datos","inform_valid_expression":"Construct a logic expression","tooltip_terminal_clear":"Borra el terminal eliminando todo el texto escrito y pendiente.","tooltip_terminal_show":"Muestra el terminal si está oculto.","tooltip_terminal_hide":"Oculta el terminal si no está en exhibición","tooltip_menu_read":"Command to input data from keyboard","tooltip_menu_write":"Command to present content to user","tooltip_menu_comments":"Block to comments from developer","tooltip_menu_attribution":"Command to assign an expression to a variable","tooltip_menu_call_function":"Command to execute a function call","tooltip_menu_if_else":"Structure in which command only run when the conditions are satisfied","tooltip_menu_repeat_n_times":"Structure to execute a block of commands repeatedly","tooltip_menu_repeat_whiletrue":"Structure to execute a block repeatdly while condition is true","tooltip_menu_repeat_dowhiletrue":"Structure that executes a block and repeat while the condition is true","tooltip_menu_repeat_switch":"Structure that choices the block to be executed","tooltip_menu_repeat_return":"Command to return the result and finish the function","tooltip_move_var":"Move variable","tooltip_remove_var":"Delete variable","text_ivprog_version":"Version","text_teacher_filter":"Filter","text_teacher_filter_active":"Activated","text_teacher_filter_help":"Al activar el filtro, las modificaciones en iVProg serán bloqueadas","text_join_assessment_outputs":" ;","assessment-detail-time-label":"Duration","assessment-detail-grade-label":"Grade","assessment-detail-input-label":"Inputs","assessment-detail-output-label":"Outputs","assessment-detail-expected-label":"Expected","assessment-detail-generated-label":"Generated","assessment-detail-result-label":"Result","assessment-detail-title":"Test Case $0","text_teacher_generate_outputs":"Generate outputs","text_teacher_generate_outputs_algorithm":"Antes de generar las salidas necesita crear un algoritmo","text_code_for_from":"from","text_code_for_to":"to","text_code_for_pass":"pass","text_for_from":"from","text_for_to":"to","text_for_pass":"pass","text_relational_expression":"Relational","write_command_newline_on":"El salto de línea está activado","write_command_newline_off":"El salto de línea está desactivado","write_seprator_menu_text":"Spacer","initial_program_code":"program {\\n\\n\\t\\tfunction void main () {\\n\\t\\t\\t// Start your code here!\\n\\t\\t}\\n}","type_char":"char","charvar_default_value":"A","write_seprator_menu_tooltip":"Separator used to print more values/variables"}} /***/ }), /***/ "./js/assessment/ivprogAssessment.js": /*!*******************************************!*\ !*** ./js/assessment/ivprogAssessment.js ***! \*******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "IVProgAssessment": () => (/* binding */ IVProgAssessment) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var line_i18n__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! line-i18n */ "./node_modules/line-i18n/dist/index.js"); /* harmony import */ var _processor_ivprogProcessor__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../processor/ivprogProcessor */ "./js/processor/ivprogProcessor.js"); /* harmony import */ var _io_domConsole__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../io/domConsole */ "./js/io/domConsole.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _output_matching_output_matching__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./output_matching/output_matching */ "./js/assessment/output_matching/output_matching.js"); /* harmony import */ var _util_config__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../util/config */ "./js/util/config.ts"); var LocalizedStrings = _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_5__.getInstance(); var StringTypes = line_i18n__WEBPACK_IMPORTED_MODULE_2__["default"].StringTypes; var AssessmentConfig = { max_instruction_count: 350250, suspend_threshold: 200 }; var IVProgAssessment = /*#__PURE__*/function () { function IVProgAssessment(ast_code, testCases, domConsole) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, IVProgAssessment); this.ast_code = ast_code; this.testCases = testCases; this.domConsole = domConsole; this.old_config = JSON.parse(JSON.stringify(_util_config__WEBPACK_IMPORTED_MODULE_7__.Config)); _util_config__WEBPACK_IMPORTED_MODULE_7__.Config.setConfig(AssessmentConfig); } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(IVProgAssessment, [{ key: "runTest", value: function runTest() { var _this = this; try { // loop test cases and show messages through domconsole var partialTests = this.testCases.map(function (t, name) { return new _output_matching_output_matching__WEBPACK_IMPORTED_MODULE_6__.OutputMatching(new _processor_ivprogProcessor__WEBPACK_IMPORTED_MODULE_3__.IVProgProcessor(_this.ast_code), t.input, t.output, name); }); var testResult = partialTests.map(function (om) { return om.eval(); }); return Promise.all(testResult).then(function (results) { var grade = 0; for (var i = 0; i < results.length; i += 1) { var result = results[i]; grade += result.grade; if (result.grade == 1) { _this.writeToConsole(_io_domConsole__WEBPACK_IMPORTED_MODULE_4__.DOMConsole.INFO, StringTypes.MESSAGE, 'test_case_success', result.name + 1, result.generateOutput()); } else if (result.status == 1) { _this.writeToConsole(_io_domConsole__WEBPACK_IMPORTED_MODULE_4__.DOMConsole.ERR, StringTypes.ERROR, 'test_case_failed_exception', result.name + 1, result.error_msg, result.generateOutput()); } else { _this.writeToConsole(_io_domConsole__WEBPACK_IMPORTED_MODULE_4__.DOMConsole.ERR, StringTypes.ERROR, 'test_case_failed', result.name + 1, result.generateOutput()); } } grade /= results.length; var channel = grade == 1 ? _io_domConsole__WEBPACK_IMPORTED_MODULE_4__.DOMConsole.INFO : _io_domConsole__WEBPACK_IMPORTED_MODULE_4__.DOMConsole.ERR; _this.writeToConsole(channel, StringTypes.MESSAGE, "test_suite_grade", (grade * 100).toFixed(2)); return grade; }); // return testResult.then(function (total) { // const grade = total / this.testCases.length; // const channel = grade == 1 ? DOMConsole.INFO : DOMConsole.ERR; // this.writeToConsole(channel, StringTypes.MESSAGE, "test_suite_grade", (grade * 100).toFixed(2)); // return Promise.resolve(grade) // }).catch(err => { // this.domConsole.err("Erro inesperado durante o cálculo da nota.");// try and show error messages through domconsole // this.domConsole.err(err.message); // return Promise.resolve(0); // }); } catch (error) { this.showErrorMessage(_io_domConsole__WEBPACK_IMPORTED_MODULE_4__.DOMConsole.ERR, StringTypes.MESSAGE, "unexpected_execution_error"); this.domConsole.err(error.message); return Promise.resolve(0); } finally { _util_config__WEBPACK_IMPORTED_MODULE_7__.Config.setConfig(this.old_config); } } }, { key: "showErrorMessage", value: function showErrorMessage(errorID) { for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } this.domConsole.err(LocalizedStrings.getError(errorID, args)); } }, { key: "showInfoMessage", value: function showInfoMessage(msgID) { for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { args[_key2 - 1] = arguments[_key2]; } this.domConsole.info(LocalizedStrings.getMessage(msgID, args)); } }, { key: "writeToConsole", value: function writeToConsole(channel, msgType, msgID) { var msg = LocalizedStrings.getString(msgID, msgType); for (var _len3 = arguments.length, args = new Array(_len3 > 3 ? _len3 - 3 : 0), _key3 = 3; _key3 < _len3; _key3++) { args[_key3 - 3] = arguments[_key3]; } msg = LocalizedStrings.processString(msg, args); this.domConsole.writeRawHTML(msg, channel); } }]); return IVProgAssessment; }(); /***/ }), /***/ "./js/assessment/output_matching/assessment_result.js": /*!************************************************************!*\ !*** ./js/assessment/output_matching/assessment_result.js ***! \************************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "OutputAssessmentResult": () => (/* binding */ OutputAssessmentResult) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _util_string_diff__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../../util/string_diff */ "./js/util/string_diff.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); var OutputAssessmentResult = /*#__PURE__*/function () { _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(OutputAssessmentResult, null, [{ key: "PAGE_TEMPLATE", get: function get() { return "\n \n \n \n \n \n \n :assessment-result:\n \n "; } }, { key: "DETAIL_TEMPLATE", get: function get() { return "
\n
\n

:test-name:

\n

:time-label:: :time:ms

\n

:grade-label:: :grade:%

\n
\n
\n

:input-label:

\n
    \n
  • :input-list:
  • \n
\n
\n
\n

:output-label:

\n :output-result:\n
\n
"; } }, { key: "OUPUT_TABLE_TEMPLATE", get: function get() { return "
\n \n \n \n \n \n \n :results:\n
:expected-label::generated-label::result-label:
\n
"; } }, { key: "OUTPUT_TEMPLATE", get: function get() { return "$0\n $1\n $2"; } }, { key: "EMPTY_OUTPUT_TEMPLATE", get: function get() { return "
\n $0
"; } }, { key: "FAILED_TEMPLATE", get: function get() { return "

\u2717$0

"; } }, { key: "INPUT_INFO_TEMPLATE", get: function get() { return "$1"; } // Status code - it is not grade related! // 0 - Succesful execution // 1 - failed execution }]); function OutputAssessmentResult(name, status, inputs, result, store, time) { var error_msg = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : ''; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, OutputAssessmentResult); this.name = name; this.status = status; this.inputs = inputs; this.results = result; this.store = store; this.time = time; this.error_msg = error_msg; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(OutputAssessmentResult, [{ key: "prepareResults", value: function prepareResults() { var _this = this; var template = OutputAssessmentResult.DETAIL_TEMPLATE; var grade = (this.grade * 100).toFixed(2); var time = this.time || "-"; template = template.replace(':test-name:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-title', [this.name + 1])); template = template.replace(':time-label:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-time-label')); template = template.replace(':time:', time); template = template.replace(':grade-label:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-grade-label')); template = template.replace(':grade:', grade); var input_spans = this.prepareInputList(this.inputs); template = template.replace(':input-label:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-input-label')); template = template.replace(':input-list:', input_spans); template = template.replace(':output-label:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-output-label')); if (this.status == 0) { var output_rows = this.results.map(function (result) { if (result.type == "string") { return _this.formatString(result); } else if (result.type == "number") { return _this.formatNumber(result); } else { return _this.formatBool(result); } }, this); template = template.replace(':output-result:', this.prepareOutputTable(output_rows)); } else { var failed_text = OutputAssessmentResult.FAILED_TEMPLATE; failed_text = failed_text.replace("$0", this.error_msg); template = template.replace(":output-result:", failed_text); } return template; } }, { key: "prepareInputList", value: function prepareInputList(input_list) { var list = input_list.map(function (input) { var template = OutputAssessmentResult.INPUT_INFO_TEMPLATE; template = template.replace("$1", input.value); if (input.read) { template = template.replace("$0", "assessment-input-read"); } else { template = template.replace("$0", "assessment-input-unread"); } return template; }, this); return list.join(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('text_join_assessment_outputs')); } }, { key: "prepareOutputTable", value: function prepareOutputTable(output_rows) { var template = OutputAssessmentResult.OUPUT_TABLE_TEMPLATE; template = template.replace(':expected-label:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-expected-label')); template = template.replace(':generated-label:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-generated-label')); template = template.replace(':result-label:', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('assessment-detail-result-label')); template = template.replace(':results:', output_rows.join('')); return template; } }, { key: "generateOutput", value: function generateOutput() { var assessment_result = this.prepareResults(); var page = OutputAssessmentResult.PAGE_TEMPLATE; page = page.replace(':assessment-result:', assessment_result); page = page.replace(/(\r|\n|\t)/gm, '').replace(/> *<'); return page; } }, { key: "formatNumber", value: function formatNumber(result) { var result_class = result.grade == 1 ? 'assessment-number-result' : 'assessment-number-result-failed'; var template = this.formatOutput('assessment-number-expected', 'assessment-number-generated', result_class, result); return template; } }, { key: "formatBool", value: function formatBool(result) { var result_class = result.grade == 1 ? 'assessment-bool-result' : 'assessment-bool-result-failed'; var template = this.formatOutput('assessment-bool-expected', 'assessment-bool-generated', result_class, result); return template; } }, { key: "formatOutput", value: function formatOutput(expected_class, generated_class, result_class, result) { var template = OutputAssessmentResult.OUTPUT_TEMPLATE; template = template.replace(":class-expected:", expected_class); template = template.replace(":class-generated:", generated_class); template = template.replace(":class-result:", result_class); var expected_tmpl = result.expected; var generated_tmpl = result.generated; if (expected_tmpl == null) { expected_tmpl = OutputAssessmentResult.EMPTY_OUTPUT_TEMPLATE.replace('$0', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getMessage('assessment-empty-expected-tooltip')); } else if (generated_tmpl == null) { generated_tmpl = OutputAssessmentResult.EMPTY_OUTPUT_TEMPLATE.replace('$0', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getMessage('assessment-empty-generated-tooltip')); } template = template.replace("$0", expected_tmpl); template = template.replace("$1", generated_tmpl); var final_result = result.grade == 1 ? "✓" : "✗"; template = template.replace("$2", final_result); return template; } }, { key: "formatString", value: function formatString(result) { var _this2 = this; var expected_class = 'assessment-string-expected'; var generated_class = 'assessment-string-generated'; //const result_class = 'assessment-string-result'; var template = OutputAssessmentResult.OUTPUT_TEMPLATE; template = template.replace(":class-expected:", expected_class); template = template.replace(":class-generated:", generated_class); //template = template.replace(":class-result:", result_class); var g_string = result.generated || ""; var e_string = result.expected || ""; // console.log("generated: ", g_string,"expected: ", e_string); var g_string_tmpl = g_string; var e_string_tmpl = e_string; if (result.generated == null) { g_string_tmpl = OutputAssessmentResult.EMPTY_OUTPUT_TEMPLATE.replace('$0', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getMessage('assessment-empty-generated-tooltip')); } else if (result.expected == null) { e_string_tmpl = OutputAssessmentResult.EMPTY_OUTPUT_TEMPLATE.replace('$0', _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getMessage('assessment-empty-expected-tooltip')); } template = template.replace("$0", e_string_tmpl); template = template.replace("$1", g_string_tmpl); if (result.grade == 1) { template = template.replace("$2", "✓"); template = template.replace(":class-result:", 'assessment-string-result'); } else { var diff = (0,_util_string_diff__WEBPACK_IMPORTED_MODULE_2__["default"])(g_string, e_string); // console.log(diff); var diff_vec = diff.map(function (part) { return _this2.getDiffStringStyle(part[1], part[0]); }, this); var diff_string = diff_vec.reduce(function (prev, actual) { return prev + actual; }, ""); template = template.replace("$2", "" + diff_string); template = template.replace(":class-result:", "assessment-string-diff"); } return template; } }, { key: "getDiffStringStyle", value: function getDiffStringStyle(text, action) { var template = "$1"; // Fix missing whitespace when its a single element text = text.replace(/\s/g, " "); switch (action) { case _util_string_diff__WEBPACK_IMPORTED_MODULE_2__["default"].INSERT: return template.replace("$0", "stringdiff-insert").replace("$1", text); case _util_string_diff__WEBPACK_IMPORTED_MODULE_2__["default"].DELETE: return template.replace("$0", "stringdiff-delete").replace("$1", text); case _util_string_diff__WEBPACK_IMPORTED_MODULE_2__["default"].EQUAL: return template.replace("$0", "stringdiff-equal").replace("$1", text); } } }, { key: "grade", get: function get() { if (this.results == null) { return 0; } return this.results.reduce(function (prev, val) { return prev + val.grade; }, 0) / this.results.length; } }]); return OutputAssessmentResult; }(); /***/ }), /***/ "./js/assessment/output_matching/output_matching.js": /*!**********************************************************!*\ !*** ./js/assessment/output_matching/output_matching.js ***! \**********************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "OutputMatching": () => (/* binding */ OutputMatching) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! decimal.js */ "./node_modules/decimal.js/decimal.js"); /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _util_input_assessment__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/input_assessment */ "./js/util/input_assessment.js"); /* harmony import */ var _util_outputTest__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/outputTest */ "./js/util/outputTest.js"); /* harmony import */ var _util_config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/config */ "./js/util/config.ts"); /* harmony import */ var _util_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/utils */ "./js/util/utils.js"); /* harmony import */ var _assessment_result__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./assessment_result */ "./js/assessment/output_matching/assessment_result.js"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _output_result__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./output_result */ "./js/assessment/output_matching/output_result.js"); var LocalizedStrings = _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_9__.getInstance(); var OutputMatching = /*#__PURE__*/function () { _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(OutputMatching, null, [{ key: "NUM_REGEX", get: function get() { return /^[+-]?([0-9]+([.][0-9]*)?(e[+-]?[0-9]+)?)$/; } }, { key: "NUM_IN_STRING_REGEX", get: function get() { return /[+-]?([0-9]+([.][0-9]*)?(e[+-]?[0-9]+)?)/g; } }, { key: "BOOLEAN_REGEX", get: function get() { var str = "^(".concat(LocalizedStrings.getUI("logic_value_true"), "|").concat(LocalizedStrings.getUI("logic_value_false"), ")$"); return new RegExp(str); } }, { key: "BOOLEAN_IN_STRING_REGEX", get: function get() { var str = "(".concat(LocalizedStrings.getUI("logic_value_true"), "|").concat(LocalizedStrings.getUI("logic_value_false"), ")"); return new RegExp(str, 'g'); } }]); function OutputMatching(program, input_list, expected_output, test_name) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, OutputMatching); this.program = program; this.name = test_name; this.input_list = input_list; this.expected_output = expected_output; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(OutputMatching, [{ key: "eval", value: function _eval() { var _this = this; var refThis = this; var input = new _util_input_assessment__WEBPACK_IMPORTED_MODULE_3__.InputAssessment(this.input_list); var gen_output = new _util_outputTest__WEBPACK_IMPORTED_MODULE_4__.OutputTest(); this.program.registerInput(input); this.program.registerOutput(gen_output); var start_time = Date.now(); return this.program.interpretAST().then(function (sto) { var final_time = Date.now() - start_time; if (input.isInputAvailable()) { return new _assessment_result__WEBPACK_IMPORTED_MODULE_7__.OutputAssessmentResult(_this.name, 1, input.input_list, null, sto, final_time, refThis.getErrorMessage('test_case_few_reads', _this.name + 1)); } var result = gen_output.list.map(function (g_out, i) { if (i >= _this.expected_output.length) { return new _output_result__WEBPACK_IMPORTED_MODULE_10__.OutputMatchResult(null, g_out, 0, _this.getPotentialOutputType(g_out)); } return _this.outputMatch(g_out, _this.expected_output[i]); }, _this); if (_this.expected_output.length > gen_output.list.length) { console.log("Saída insuficientes!", _this.expected_output.length, gen_output.list.length); for (var i = gen_output.list.length; i < _this.expected_output.length; ++i) { var e_out = _this.expected_output[i]; result.push(new _output_result__WEBPACK_IMPORTED_MODULE_10__.OutputMatchResult(e_out, null, 0, _this.getPotentialOutputType(e_out))); } } else if (_this.expected_output.length == 0 && _this.expected_output.length == gen_output.list.length) { // no output expected.... result.push(new _output_result__WEBPACK_IMPORTED_MODULE_10__.OutputMatchResult("", "", 1, "string")); } return new _assessment_result__WEBPACK_IMPORTED_MODULE_7__.OutputAssessmentResult(_this.name, 0, input.input_list, result, sto, final_time); })["catch"](function (error) { return new _assessment_result__WEBPACK_IMPORTED_MODULE_7__.OutputAssessmentResult(_this.name, 1, input.input_list, null, null, null, refThis.getErrorMessage('test_case_exception', _this.name + 1, error.message)); }); } }, { key: "getPotentialOutputType", value: function getPotentialOutputType(output) { if (OutputMatching.NUM_REGEX.test(output)) { return "number"; } else if (OutputMatching.BOOLEAN_REGEX.test(output)) { return "bool"; } else { return "string"; } } }, { key: "outputMatch", value: function outputMatch(g_output, e_output) { if (OutputMatching.NUM_REGEX.test(e_output)) { if (!OutputMatching.NUM_REGEX.test(g_output)) { return this.checkStrings(g_output, e_output); } var g_num = new decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal(g_output); var e_num = new decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal(e_output); return this.checkNumbers(g_num, e_num); } else if (OutputMatching.BOOLEAN_REGEX.test(e_output)) { if (!OutputMatching.BOOLEAN_REGEX.test(g_output)) { return this.checkStrings(g_output, e_output); } var g_bool = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_8__.toBool(g_output); var e_bool = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_8__.toBool(e_output); return this.checkBoolean(g_bool, e_bool); } else { return this.checkStrings(g_output, e_output); } } }, { key: "checkNumbers", value: function checkNumbers(g_num, e_num) { var decimalPlaces = Math.min(e_num.dp(), _util_config__WEBPACK_IMPORTED_MODULE_5__.Config.decimalPlaces); g_num = new decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal(g_num.toFixed(decimalPlaces, decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal.ROUND_FLOOR)); e_num = new decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal(e_num.toFixed(decimalPlaces, decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal.ROUND_FLOOR)); var result = g_num.eq(e_num); var grade = result ? 1 : 0; return _output_result__WEBPACK_IMPORTED_MODULE_10__.createNumberResult(e_num.toNumber(), g_num.toNumber(), grade); } }, { key: "checkBoolean", value: function checkBoolean(g_bool, e_bool) { var grade = g_bool == e_bool ? 1 : 0; var g_bool_text = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_8__.convertBoolToString(g_bool); var e_bool_text = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_8__.convertBoolToString(e_bool); return _output_result__WEBPACK_IMPORTED_MODULE_10__.createBoolResult(e_bool_text, g_bool_text, grade); } }, { key: "checkStrings", value: function checkStrings(g_output, e_ouput) { var _this2 = this; var assessmentList = []; var e_output_clean = e_ouput.trim(); var g_output_clean = g_output.trim(); if (OutputMatching.NUM_IN_STRING_REGEX.test(e_ouput)) { var expected_numbers = e_ouput.match(OutputMatching.NUM_IN_STRING_REGEX); var generated_numbers = g_output.match(OutputMatching.NUM_IN_STRING_REGEX) || []; var result = generated_numbers.map(function (val, i) { if (i >= expected_numbers.length) { return _output_result__WEBPACK_IMPORTED_MODULE_10__.createNumberResult(null, val, 0); } var g_val = new decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal(val); var e_val = new decimal_js__WEBPACK_IMPORTED_MODULE_2__.Decimal(expected_numbers[i]); return _this2.checkNumbers(g_val, e_val); }, this); if (expected_numbers.length > generated_numbers.length) { for (var i = generated_numbers.length; i < expected_numbers.length; ++i) { result.push(_output_result__WEBPACK_IMPORTED_MODULE_10__.createNumberResult(expected_numbers[i], null, 0)); } } e_output_clean = e_output_clean.replace(OutputMatching.NUM_IN_STRING_REGEX, ''); g_output_clean = g_output_clean.replace(OutputMatching.NUM_IN_STRING_REGEX, ''); var numberGrade = result.reduce(function (prev, r) { return prev + r.grade; }, 0) / result.length; assessmentList.push(numberGrade); } if (OutputMatching.BOOLEAN_IN_STRING_REGEX.test(e_ouput)) { var expected_bools = e_ouput.match(OutputMatching.BOOLEAN_IN_STRING_REGEX); var generated_bools = g_output.match(OutputMatching.BOOLEAN_IN_STRING_REGEX) || []; var _result = generated_bools.map(function (val, i) { if (i >= expected_bools.length) { return _output_result__WEBPACK_IMPORTED_MODULE_10__.createBoolResult(null, val, 0); } var g_bool = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_8__.toBool(val); var e_bool = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_8__.toBool(expected_bools[i]); return _this2.checkBoolean(g_bool, e_bool); }, this); if (expected_bools.length > generated_bools.length) { for (var _i = generated_bools.length; _i < expected_bools.length; ++_i) { _result.push(_output_result__WEBPACK_IMPORTED_MODULE_10__.createBoolResult(expected_bools[_i], null, 0)); } } e_output_clean = e_output_clean.replace(OutputMatching.BOOLEAN_IN_STRING_REGEX, ''); g_output_clean = g_output_clean.replace(OutputMatching.BOOLEAN_IN_STRING_REGEX, ''); var boolGrade = _result.reduce(function (prev, r) { return prev + r.grade; }, 0) / _result.length; assessmentList.push(boolGrade); } var dist = (0,_util_utils__WEBPACK_IMPORTED_MODULE_6__.levenshteinDistance)(g_output_clean, e_output_clean); var gradeDiff = Math.max(0, e_output_clean.length - dist) / e_output_clean.length; gradeDiff = Number.isNaN(gradeDiff) ? 0 : gradeDiff; var assessment_size = assessmentList.length + 1; var gradeAcc = assessmentList.reduce(function (prev, val) { return prev + val / assessment_size; }, 0); var finalGrade = 1 * (gradeDiff / assessment_size + gradeAcc); return _output_result__WEBPACK_IMPORTED_MODULE_10__.createStringResult(e_ouput, g_output, finalGrade); } }, { key: "getErrorMessage", value: function getErrorMessage(errorID) { for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } return LocalizedStrings.getError(errorID, args); } }]); return OutputMatching; }(); /***/ }), /***/ "./js/assessment/output_matching/output_result.js": /*!********************************************************!*\ !*** ./js/assessment/output_matching/output_result.js ***! \********************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createNumberResult": () => (/* binding */ createNumberResult), /* harmony export */ "createBoolResult": () => (/* binding */ createBoolResult), /* harmony export */ "createStringResult": () => (/* binding */ createStringResult), /* harmony export */ "OutputMatchResult": () => (/* binding */ OutputMatchResult) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); function createNumberResult(expected, generated, grade) { return new OutputMatchResult(expected, generated, grade, "number"); } function createBoolResult(expected, generated, grade) { return new OutputMatchResult(expected, generated, grade, "bool"); } function createStringResult(expected, generated, grade) { return new OutputMatchResult(expected, generated, grade, "string"); } var OutputMatchResult = function OutputMatchResult(expected, generated, grade, type) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, OutputMatchResult); this.expected = expected; this.generated = generated; this.grade = grade; this.type = type; }; /***/ }), /***/ "./js/ast/commands/arrayAssign.js": /*!****************************************!*\ !*** ./js/ast/commands/arrayAssign.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ArrayIndexAssign": () => (/* binding */ ArrayIndexAssign) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _assign__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./assign */ "./js/ast/commands/assign.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var ArrayIndexAssign = /*#__PURE__*/function (_Assign) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(ArrayIndexAssign, _Assign); var _super = _createSuper(ArrayIndexAssign); function ArrayIndexAssign(id, lineExpression, columnExpression, expression) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, ArrayIndexAssign); _this = _super.call(this, id, expression); _this.line = lineExpression; _this.column = columnExpression; return _this; } return ArrayIndexAssign; }(_assign__WEBPACK_IMPORTED_MODULE_4__.Assign); /***/ }), /***/ "./js/ast/commands/arrayDeclaration.js": /*!*********************************************!*\ !*** ./js/ast/commands/arrayDeclaration.js ***! \*********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ArrayDeclaration": () => (/* binding */ ArrayDeclaration) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _declaration__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./declaration */ "./js/ast/commands/declaration.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var ArrayDeclaration = /*#__PURE__*/function (_Declaration) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(ArrayDeclaration, _Declaration); var _super = _createSuper(ArrayDeclaration); function ArrayDeclaration(id, type, lines, columns, initial, isConst) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, ArrayDeclaration); _this = _super.call(this, id, type, initial, isConst); _this.lines = lines; _this.columns = columns; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(ArrayDeclaration, [{ key: "isVector", get: function get() { return this.columns == null; } }]); return ArrayDeclaration; }(_declaration__WEBPACK_IMPORTED_MODULE_5__.Declaration); /***/ }), /***/ "./js/ast/commands/assign.js": /*!***********************************!*\ !*** ./js/ast/commands/assign.js ***! \***********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Assign": () => (/* binding */ Assign) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var Assign = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(Assign, _Command); var _super = _createSuper(Assign); function Assign(id, expression) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Assign); _this = _super.call(this); _this.id = id; _this.expression = expression; return _this; } return Assign; }(_command__WEBPACK_IMPORTED_MODULE_4__.Command); /***/ }), /***/ "./js/ast/commands/break.js": /*!**********************************!*\ !*** ./js/ast/commands/break.js ***! \**********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Break": () => (/* binding */ Break) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var Break = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(Break, _Command); var _super = _createSuper(Break); function Break() { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Break); return _super.call(this); } return Break; }(_command__WEBPACK_IMPORTED_MODULE_4__.Command); /***/ }), /***/ "./js/ast/commands/case.js": /*!*********************************!*\ !*** ./js/ast/commands/case.js ***! \*********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Case": () => (/* binding */ Case) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var Case = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(Case, _Command); var _super = _createSuper(Case); function Case(expression) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Case); _this = _super.call(this); _this.expression = expression; /** * @type {Command[]} */ _this.commands = []; return _this; } /** * * @param {Command[]} commands */ _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Case, [{ key: "setCommands", value: function setCommands(commands) { this.commands = commands; } }, { key: "isDefault", get: function get() { return this.expression === null; } }]); return Case; }(_command__WEBPACK_IMPORTED_MODULE_5__.Command); /***/ }), /***/ "./js/ast/commands/command.js": /*!************************************!*\ !*** ./js/ast/commands/command.js ***! \************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Command": () => (/* binding */ Command) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); var Command = /*#__PURE__*/function () { function Command() { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Command); this._sourceInfo = null; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Command, [{ key: "sourceInfo", set: function set(sourceInfo) { this._sourceInfo = sourceInfo; }, get: function get() { return this._sourceInfo; } }]); return Command; }(); /***/ }), /***/ "./js/ast/commands/commandBlock.js": /*!*****************************************!*\ !*** ./js/ast/commands/commandBlock.js ***! \*****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "CommandBlock": () => (/* binding */ CommandBlock) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); var CommandBlock = /*#__PURE__*/function () { function CommandBlock(variables, commands) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, CommandBlock); this.variables = variables; this.commands = commands; this._sourceInfo = null; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(CommandBlock, [{ key: "sourceInfo", set: function set(sourceInfo) { this._sourceInfo = sourceInfo; }, get: function get() { return this._sourceInfo; } }]); return CommandBlock; }(); /***/ }), /***/ "./js/ast/commands/declaration.js": /*!****************************************!*\ !*** ./js/ast/commands/declaration.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Declaration": () => (/* binding */ Declaration) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var Declaration = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(Declaration, _Command); var _super = _createSuper(Declaration); function Declaration(id, type, initial, isConst) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Declaration); _this = _super.call(this); _this.id = id; _this.type = type; _this.initial = initial; _this.isConst = isConst; return _this; } return Declaration; }(_command__WEBPACK_IMPORTED_MODULE_4__.Command); /***/ }), /***/ "./js/ast/commands/for.js": /*!********************************!*\ !*** ./js/ast/commands/for.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "For": () => (/* binding */ For) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var For = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(For, _Command); var _super = _createSuper(For); function For(for_id, for_from, for_to, for_pass, commandBlock) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, For); _this = _super.call(this); _this.for_id = for_id; _this.for_from = for_from; _this.for_to = for_to; _this.for_pass = for_pass; _this.commandBlock = commandBlock; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(For, [{ key: "commands", get: function get() { return this.commandBlock.commands; } }]); return For; }(_command__WEBPACK_IMPORTED_MODULE_5__.Command); /***/ }), /***/ "./js/ast/commands/formalParameter.js": /*!********************************************!*\ !*** ./js/ast/commands/formalParameter.js ***! \********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "FormalParameter": () => (/* binding */ FormalParameter) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); var FormalParameter = /*#__PURE__*/function () { function FormalParameter(type, id) { var byRef = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var variadic = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, FormalParameter); this.type = type; this.id = id; this.byRef = byRef; this.variadic = variadic; this._sourceInfo = null; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(FormalParameter, [{ key: "sourceInfo", set: function set(sourceInfo) { this._sourceInfo = sourceInfo; }, get: function get() { return this._sourceInfo; } }]); return FormalParameter; }(); /***/ }), /***/ "./js/ast/commands/function.js": /*!*************************************!*\ !*** ./js/ast/commands/function.js ***! \*************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Function": () => (/* binding */ Function) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); var Function = /*#__PURE__*/function () { /** * * @param {string} name * @param {import('./../../typeSystem/itype').IType} returnType * @param {import('./formalParameter').FormalParameter[]} formalParameters * @param {import('./commandBlock').CommandBlock} commandBlock */ function Function(name, returnType, formalParameters, commandBlock) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Function); this.name = name; this.returnType = returnType; this.formalParameters = formalParameters; this.commandBlock = commandBlock; this._sourceInfo = null; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Function, [{ key: "hasVariadic", value: function hasVariadic() { return this.formalParameters.some(function (p) { return p.variadic; }); } }, { key: "isMain", get: function get() { return this.name === null && this.returnType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_2__.Types.VOID); } }, { key: "commands", get: function get() { return this.commandBlock.commands; } }, { key: "variablesDeclarations", get: function get() { return this.commandBlock.variables; } }, { key: "sourceInfo", set: function set(sourceInfo) { this._sourceInfo = sourceInfo; }, get: function get() { return this._sourceInfo; } }]); return Function; }(); /***/ }), /***/ "./js/ast/commands/ifThenElse.js": /*!***************************************!*\ !*** ./js/ast/commands/ifThenElse.js ***! \***************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "IfThenElse": () => (/* binding */ IfThenElse) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var IfThenElse = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(IfThenElse, _Command); var _super = _createSuper(IfThenElse); function IfThenElse(condition, ifTrue, ifFalse) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, IfThenElse); _this = _super.call(this); _this.condition = condition; _this.ifTrue = ifTrue; _this.ifFalse = ifFalse; return _this; } return IfThenElse; }(_command__WEBPACK_IMPORTED_MODULE_4__.Command); /***/ }), /***/ "./js/ast/commands/index.js": /*!**********************************!*\ !*** ./js/ast/commands/index.js ***! \**********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Break": () => (/* reexport safe */ _break__WEBPACK_IMPORTED_MODULE_0__.Break), /* harmony export */ "Return": () => (/* reexport safe */ _return__WEBPACK_IMPORTED_MODULE_1__.Return), /* harmony export */ "Assign": () => (/* reexport safe */ _assign__WEBPACK_IMPORTED_MODULE_2__.Assign), /* harmony export */ "ArrayIndexAssign": () => (/* reexport safe */ _arrayAssign__WEBPACK_IMPORTED_MODULE_3__.ArrayIndexAssign), /* harmony export */ "Declaration": () => (/* reexport safe */ _declaration__WEBPACK_IMPORTED_MODULE_4__.Declaration), /* harmony export */ "ArrayDeclaration": () => (/* reexport safe */ _arrayDeclaration__WEBPACK_IMPORTED_MODULE_5__.ArrayDeclaration), /* harmony export */ "While": () => (/* reexport safe */ _while__WEBPACK_IMPORTED_MODULE_6__.While), /* harmony export */ "For": () => (/* reexport safe */ _for__WEBPACK_IMPORTED_MODULE_7__.For), /* harmony export */ "Function": () => (/* reexport safe */ _function__WEBPACK_IMPORTED_MODULE_8__.Function), /* harmony export */ "IfThenElse": () => (/* reexport safe */ _ifThenElse__WEBPACK_IMPORTED_MODULE_9__.IfThenElse), /* harmony export */ "CommandBlock": () => (/* reexport safe */ _commandBlock__WEBPACK_IMPORTED_MODULE_10__.CommandBlock), /* harmony export */ "RepeatUntil": () => (/* reexport safe */ _repeatUntil__WEBPACK_IMPORTED_MODULE_11__.RepeatUntil), /* harmony export */ "Switch": () => (/* reexport safe */ _switch__WEBPACK_IMPORTED_MODULE_12__.Switch), /* harmony export */ "Case": () => (/* reexport safe */ _case__WEBPACK_IMPORTED_MODULE_13__.Case), /* harmony export */ "SysCall": () => (/* reexport safe */ _sysCall__WEBPACK_IMPORTED_MODULE_14__.SysCall), /* harmony export */ "FormalParameter": () => (/* reexport safe */ _formalParameter__WEBPACK_IMPORTED_MODULE_15__.FormalParameter), /* harmony export */ "FunctionCall": () => (/* reexport safe */ _expressions_functionCall__WEBPACK_IMPORTED_MODULE_16__.FunctionCall) /* harmony export */ }); /* harmony import */ var _break__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./break */ "./js/ast/commands/break.js"); /* harmony import */ var _return__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./return */ "./js/ast/commands/return.js"); /* harmony import */ var _assign__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./assign */ "./js/ast/commands/assign.js"); /* harmony import */ var _arrayAssign__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./arrayAssign */ "./js/ast/commands/arrayAssign.js"); /* harmony import */ var _declaration__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./declaration */ "./js/ast/commands/declaration.js"); /* harmony import */ var _arrayDeclaration__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./arrayDeclaration */ "./js/ast/commands/arrayDeclaration.js"); /* harmony import */ var _while__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./while */ "./js/ast/commands/while.js"); /* harmony import */ var _for__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./for */ "./js/ast/commands/for.js"); /* harmony import */ var _function__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./function */ "./js/ast/commands/function.js"); /* harmony import */ var _ifThenElse__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./ifThenElse */ "./js/ast/commands/ifThenElse.js"); /* harmony import */ var _commandBlock__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./commandBlock */ "./js/ast/commands/commandBlock.js"); /* harmony import */ var _repeatUntil__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./repeatUntil */ "./js/ast/commands/repeatUntil.js"); /* harmony import */ var _switch__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./switch */ "./js/ast/commands/switch.js"); /* harmony import */ var _case__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./case */ "./js/ast/commands/case.js"); /* harmony import */ var _sysCall__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./sysCall */ "./js/ast/commands/sysCall.js"); /* harmony import */ var _formalParameter__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./formalParameter */ "./js/ast/commands/formalParameter.js"); /* harmony import */ var _expressions_functionCall__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./../expressions/functionCall */ "./js/ast/expressions/functionCall.js"); //Proxy to expression since they do exatcly the same thing /***/ }), /***/ "./js/ast/commands/repeatUntil.js": /*!****************************************!*\ !*** ./js/ast/commands/repeatUntil.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "RepeatUntil": () => (/* binding */ RepeatUntil) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _while__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./while */ "./js/ast/commands/while.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var RepeatUntil = /*#__PURE__*/function (_While) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(RepeatUntil, _While); var _super = _createSuper(RepeatUntil); function RepeatUntil(condition, commandBlock) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, RepeatUntil); return _super.call(this, condition, commandBlock); } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(RepeatUntil, [{ key: "testFirst", get: function get() { return false; } }]); return RepeatUntil; }(_while__WEBPACK_IMPORTED_MODULE_5__.While); /***/ }), /***/ "./js/ast/commands/return.js": /*!***********************************!*\ !*** ./js/ast/commands/return.js ***! \***********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Return": () => (/* binding */ Return) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var Return = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(Return, _Command); var _super = _createSuper(Return); function Return(expression) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Return); _this = _super.call(this); _this.expression = expression; return _this; } return Return; }(_command__WEBPACK_IMPORTED_MODULE_4__.Command); /***/ }), /***/ "./js/ast/commands/switch.js": /*!***********************************!*\ !*** ./js/ast/commands/switch.js ***! \***********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Switch": () => (/* binding */ Switch) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); /* harmony import */ var _expressions_expression__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../expressions/expression */ "./js/ast/expressions/expression.js"); /* harmony import */ var ___WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! . */ "./js/ast/commands/index.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } // eslint-disable-next-line @typescript-eslint/no-unused-vars // eslint-disable-next-line @typescript-eslint/no-unused-vars var Switch = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(Switch, _Command); var _super = _createSuper(Switch); /** * * @param {Expression} expression * @param {Case[]} cases */ function Switch(expression, cases) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Switch); _this = _super.call(this); _this.expression = expression; _this.cases = cases; return _this; } return Switch; }(_command__WEBPACK_IMPORTED_MODULE_4__.Command); /***/ }), /***/ "./js/ast/commands/sysCall.js": /*!************************************!*\ !*** ./js/ast/commands/sysCall.js ***! \************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "SysCall": () => (/* binding */ SysCall) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /** * This class represents all the language defined functions. * The language processor uses the id provided here to properly execute the desired function. * The function is actually implemented inside the language processor. * All the functions can be found at: js/processor/definedFunctions.js */ var SysCall = function SysCall(langFunc) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, SysCall); this.langFunc = langFunc; }; /***/ }), /***/ "./js/ast/commands/while.js": /*!**********************************!*\ !*** ./js/ast/commands/while.js ***! \**********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "While": () => (/* binding */ While) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _command__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./command */ "./js/ast/commands/command.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var While = /*#__PURE__*/function (_Command) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(While, _Command); var _super = _createSuper(While); function While(expression, commandBlock) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, While); _this = _super.call(this); _this.expression = expression; _this.commandBlock = commandBlock; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(While, [{ key: "commands", get: function get() { return this.commandBlock.commands; } }, { key: "testFirst", get: function get() { return true; } }]); return While; }(_command__WEBPACK_IMPORTED_MODULE_5__.Command); /***/ }), /***/ "./js/ast/error/syntaxError.js": /*!*************************************!*\ !*** ./js/ast/error/syntaxError.js ***! \*************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "SyntaxError": () => (/* binding */ SyntaxError) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ "./node_modules/@babel/runtime/helpers/assertThisInitialized.js"); /* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/wrapNativeSuper */ "./node_modules/@babel/runtime/helpers/wrapNativeSuper.js"); /* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6__); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var SyntaxError = /*#__PURE__*/function (_Error) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3___default()(SyntaxError, _Error); var _super = _createSuper(SyntaxError); function SyntaxError(msg, id) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, SyntaxError); _this = _super.call(this, msg); _this.id = id; _this._context = {}; if (Error.captureStackTrace) Error.captureStackTrace(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), SyntaxError); return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(SyntaxError, [{ key: "context", get: function get() { return this._context; }, set: function set(contextObj) { this._context = contextObj; } }]); return SyntaxError; }( /*#__PURE__*/_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6___default()(Error)); /***/ }), /***/ "./js/ast/error/syntaxErrorFactory.js": /*!********************************************!*\ !*** ./js/ast/error/syntaxErrorFactory.js ***! \********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "SyntaxErrorFactory": () => (/* binding */ SyntaxErrorFactory) /* harmony export */ }); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _syntaxError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./syntaxError */ "./js/ast/error/syntaxError.js"); var LocalizedStrings = _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.getInstance(); function createError(message_id) { var context = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; return new _syntaxError__WEBPACK_IMPORTED_MODULE_1__.SyntaxError(LocalizedStrings.getError(message_id, context), message_id); } var SyntaxErrorFactory = Object.freeze({ extra_lines: function extra_lines() { return new _syntaxError__WEBPACK_IMPORTED_MODULE_1__.SyntaxError(LocalizedStrings.getError("extra_lines")); }, token_missing_one: function token_missing_one(expected, token) { var context = [expected, token.text, token.line, token.col]; var error = createError("token_missing_one", context); error.context = { line: token.line, column: token.col }; return error; }, token_missing_list: function token_missing_list(expectedList, token) { var line = expectedList.join(LocalizedStrings.getOR()); var error = SyntaxErrorFactory.token_missing_one(line, token); error.context = { line: token.line, column: token.col }; return error; }, id_missing: function id_missing(token) { var context = [token.text, token.line, token.col]; var error = createError("id_missing", context); error.context = { line: token.line, column: token.col }; return error; }, eos_missing: function eos_missing(token) { var context = [token.line, token.col]; var error = createError("eos_missing", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_array_dimension: function invalid_array_dimension(typeName, token) { var context = [token.line, token.col, typeName]; var error = createError("invalid_array_dimension", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_array_size: function invalid_array_size(token) { var context = [token.line]; var error = createError("invalid_array_size", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_main_return: function invalid_main_return(name, typeName, token) { var context = [name, typeName, token.line]; var error = createError("invalid_main_return", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_var_declaration: function invalid_var_declaration(token) { var context = [token.line]; var error = createError("invalid_var_declaration", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_break_command: function invalid_break_command(cmdName, token) { var context = [token.line, cmdName]; var error = createError("invalid_break_command", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_terminal: function invalid_terminal(token) { var context = [token.text, token.line, token.col]; var error = createError("invalid_terminal", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_type: function invalid_type(list, token) { var line = list.join(LocalizedStrings.getOR()); var context = [token.text, token.line, token.col, line]; var error = createError("invalid_type", context); error.context = { line: token.line, column: token.col }; return error; }, const_not_init: function const_not_init(token) { var context = [token.line, token.col]; var error = createError("const_not_init", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_id_format: function invalid_id_format(token) { var context = [token.text, token.line, token.col]; var error = createError("invalid_id_format", context); error.context = { line: token.line, column: token.col }; return error; }, duplicate_function: function duplicate_function(token) { var context = [token.text, token.line, token.col]; var error = createError("duplicate_function", context); error.context = { line: token.line, column: token.col }; return error; }, main_parameters: function main_parameters() { return createError("main_parameters"); }, duplicate_variable: function duplicate_variable(token) { var context = [token.text, token.line, token.col]; var error = createError("duplicate_variable", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_character: function invalid_character(text, line, column) { var context = [text, line]; var error = createError("invalid_character", context); error.context = { line: line, column: column }; return error; }, annonymous_array_literal: function annonymous_array_literal(token) { var context = [token.line]; var error = createError("annonymous_array_literal", context); error.context = { line: token.line, column: token.col }; return error; }, invalid_matrix_literal_line: function invalid_matrix_literal_line(exp, sourceInfo) { var context = [exp, sourceInfo.line]; var error = createError("invalid_matrix_literal_line", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, cannot_infer_matrix_line: function cannot_infer_matrix_line(name, sourceInfo) { var context = [name, sourceInfo.line]; var error = createError("cannot_infer_matrix_line", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, cannot_infer_matrix_column: function cannot_infer_matrix_column(name, sourceInfo) { var context = [name, sourceInfo.line]; var error = createError("cannot_infer_matrix_column", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, cannot_infer_vector_size: function cannot_infer_vector_size(name, sourceInfo) { var context = [name, sourceInfo.line]; var error = createError("cannot_infer_vector_size", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, matrix_to_vector_literal_attr: function matrix_to_vector_literal_attr(name, exp, sourceInfo) { var context = [sourceInfo.line, exp, name]; var error = createError("matrix_to_vector_literal_attr", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, vector_to_matrix_literal_attr: function vector_to_matrix_literal_attr(name, exp, sourceInfo) { var context = [sourceInfo.line, exp, name]; var error = createError("vector_to_matrix_literal_attr", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, array_init_not_literal: function array_init_not_literal(sourceInfo) { var context = [sourceInfo.line]; var error = createError("array_init_not_literal", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, array_exceeds_2d: function array_exceeds_2d(sourceInfo) { var context = [sourceInfo.line]; var error = createError("array_exceeds_2d", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, invalid_matrix_id_dimension: function invalid_matrix_id_dimension(sourceInfo) { var context = [sourceInfo.line]; var error = createError("invalid_matrix_id_dimension", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, invalid_vector_init: function invalid_vector_init(sourceInfo) { var context = [sourceInfo.line]; var error = createError("invalid_vector_init", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, invalid_matrix_init: function invalid_matrix_init(sourceInfo) { var context = [sourceInfo.line]; var error = createError("invalid_matrix_init", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, invalid_syntax: function invalid_syntax(text, line, column) { var context = [text, line]; var error = createError("invalid_syntax", context); error.context = { line: line, column: column }; return error; } }); /***/ }), /***/ "./js/ast/expressions/arrayAccess.js": /*!*******************************************!*\ !*** ./js/ast/expressions/arrayAccess.js ***! \*******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ArrayAccess": () => (/* binding */ ArrayAccess) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _expression__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./expression */ "./js/ast/expressions/expression.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var ArrayAccess = /*#__PURE__*/function (_Expression) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(ArrayAccess, _Expression); var _super = _createSuper(ArrayAccess); function ArrayAccess(id, line, column) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, ArrayAccess); _this = _super.call(this); _this.id = id; _this.line = line; _this.column = column; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(ArrayAccess, [{ key: "toString", value: function toString() { var strLine = this.line.toString(); var strColumn = null; if (this.column) { strColumn = this.column.toString(); } var text = null; if (strColumn) { text = "".concat(this.id, "[").concat(strLine, "][").concat(strColumn, "]"); } else { text = "".concat(this.id, "[").concat(strLine, "]"); } if (this.parenthesis) { return "(".concat(text, ")"); } else { return text; } } }]); return ArrayAccess; }(_expression__WEBPACK_IMPORTED_MODULE_5__.Expression); /***/ }), /***/ "./js/ast/expressions/arrayLiteral.js": /*!********************************************!*\ !*** ./js/ast/expressions/arrayLiteral.js ***! \********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ArrayLiteral": () => (/* binding */ ArrayLiteral) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _literal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./literal */ "./js/ast/expressions/literal.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var ArrayLiteral = /*#__PURE__*/function (_Literal) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(ArrayLiteral, _Literal); var _super = _createSuper(ArrayLiteral); /** * * @param {import('../../typeSystem/itype').IType} type * @param {import('./expression').Expression[]} value */ function ArrayLiteral(type, value) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, ArrayLiteral); _this = _super.call(this, type); _this.value = value; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(ArrayLiteral, [{ key: "validateType", value: function validateType() { var valid = true; // const subtype = this.subtype; // if(this.columns !== null) { // const len = this.lines; // const len2 = this.columns; // for (let i = len - 1; i >= 0 && valid; --i) { // for (let j = len2 - 1; j >= 0 && valid; --j) { // if(!this.value[i].value[j].type.isCompatilbe(subtype)) { // valid = false; // break; // } // } // } // } else { // const len = this.lines; // for (var i = len - 1; i >= 0 && valid; i--) { // if(!this.value[i].type.isCompatilbe(subtype)) { // valid = false; // break; // } // } // } // Cannot validate type since no information on variables literals are available return valid; } }, { key: "validateSize", value: function validateSize() { var valid = true; // if(this.columns !== null) { // const equalityTest = this.value.map(v => v.value.length) // .reduce((old, next) => { // console.log(next); // if (old == null) { // return next; // } else if (old === next) { // return old // } else { // return -1; // } // }, null); // valid = equalityTest !== -1; // } // check is now made inside IVProgParser.parseVectorList(...) return valid; } }, { key: "toString", value: function toString() { var strList = this.value.map(function (arrayLiteral) { return arrayLiteral.toString(); }); var text = "{" + strList.join(',') + "}"; if (this.parenthesis) { return "(".concat(text, ")"); } else { return text; } } }, { key: "subtype", get: function get() { var element = this.value[0]; if (element instanceof ArrayLiteral) { return element.value[0].type; } else { return element.type; } } }, { key: "lines", get: function get() { return this.value.length; } }, { key: "columns", get: function get() { var element = this.value[0]; if (!(element instanceof ArrayLiteral)) { return null; } else { return element.value.length; } } }, { key: "isVector", get: function get() { return this.columns === null; } }, { key: "isValid", get: function get() { return this.validateSize() && this.validateType(); } }]); return ArrayLiteral; }(_literal__WEBPACK_IMPORTED_MODULE_5__.Literal); /***/ }), /***/ "./js/ast/expressions/boolLiteral.js": /*!*******************************************!*\ !*** ./js/ast/expressions/boolLiteral.js ***! \*******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "BoolLiteral": () => (/* binding */ BoolLiteral) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _literal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./literal */ "./js/ast/expressions/literal.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var BoolLiteral = /*#__PURE__*/function (_Literal) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(BoolLiteral, _Literal); var _super = _createSuper(BoolLiteral); function BoolLiteral(value) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, BoolLiteral); _this = _super.call(this, _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.BOOLEAN); _this.value = value; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(BoolLiteral, [{ key: "toString", value: function toString() { var text = (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_7__.convertBoolToString)(this.value); if (this.parenthesis) { return "(".concat(text, ")"); } else { return text; } } }]); return BoolLiteral; }(_literal__WEBPACK_IMPORTED_MODULE_5__.Literal); /***/ }), /***/ "./js/ast/expressions/charLiteral.js": /*!*******************************************!*\ !*** ./js/ast/expressions/charLiteral.js ***! \*******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "CharLiteral": () => (/* binding */ CharLiteral) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _literal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./literal */ "./js/ast/expressions/literal.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var CharLiteral = /*#__PURE__*/function (_Literal) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(CharLiteral, _Literal); var _super = _createSuper(CharLiteral); function CharLiteral(value) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, CharLiteral); _this = _super.call(this, _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.CHAR); _this.value = value; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(CharLiteral, [{ key: "toString", value: function toString() { var text = "'".concat(this.value, "'"); if (this.parenthesis) { return "(".concat(text, ")"); } else { return text; } } }]); return CharLiteral; }(_literal__WEBPACK_IMPORTED_MODULE_5__.Literal); /***/ }), /***/ "./js/ast/expressions/expression.js": /*!******************************************!*\ !*** ./js/ast/expressions/expression.js ***! \******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Expression": () => (/* binding */ Expression) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); var Expression = /*#__PURE__*/function () { function Expression() { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Expression); this._sourceInfo = null; this._parenthesis = false; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Expression, [{ key: "sourceInfo", set: function set(sourceInfo) { this._sourceInfo = sourceInfo; }, get: function get() { return this._sourceInfo; } }, { key: "parenthesis", set: function set(flag) { this._parenthesis = flag; }, get: function get() { return this._parenthesis; } }]); return Expression; }(); /***/ }), /***/ "./js/ast/expressions/functionCall.js": /*!********************************************!*\ !*** ./js/ast/expressions/functionCall.js ***! \********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "FunctionCall": () => (/* binding */ FunctionCall) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _expression__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./expression */ "./js/ast/expressions/expression.js"); /* harmony import */ var _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../processor/definedFunctions */ "./js/processor/definedFunctions.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var FunctionCall = /*#__PURE__*/function (_Expression) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(FunctionCall, _Expression); var _super = _createSuper(FunctionCall); /** * * @param {string} id * @param {Expression[]} actualParameters */ function FunctionCall(id, actualParameters) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, FunctionCall); _this = _super.call(this); _this.id = id; _this.actualParameters = actualParameters; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(FunctionCall, [{ key: "toString", value: function toString() { var name = null; if (this.isMainCall) { name = _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_6__.LanguageDefinedFunction.getMainFunctionName(); } else { name = _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_6__.LanguageDefinedFunction.getLocalName(this.id); } var params = null; if (this.actualParameters.length == 0) { params = "()"; } else { var strParams = this.actualParameters.map(function (v) { return v.toString(); }); params = "(" + strParams.join(",") + ")"; } if (this.parenthesis) { return "(".concat(name + params, ")"); } else { return name + params; } } }, { key: "isMainCall", get: function get() { return this.id === null; } }, { key: "parametersSize", get: function get() { return this.actualParameters.length; } }]); return FunctionCall; }(_expression__WEBPACK_IMPORTED_MODULE_5__.Expression); /***/ }), /***/ "./js/ast/expressions/index.js": /*!*************************************!*\ !*** ./js/ast/expressions/index.js ***! \*************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ArrayAccess": () => (/* reexport safe */ _arrayAccess__WEBPACK_IMPORTED_MODULE_0__.ArrayAccess), /* harmony export */ "FunctionCall": () => (/* reexport safe */ _functionCall__WEBPACK_IMPORTED_MODULE_1__.FunctionCall), /* harmony export */ "IntLiteral": () => (/* reexport safe */ _intLiteral__WEBPACK_IMPORTED_MODULE_2__.IntLiteral), /* harmony export */ "RealLiteral": () => (/* reexport safe */ _realLiteral__WEBPACK_IMPORTED_MODULE_3__.RealLiteral), /* harmony export */ "BoolLiteral": () => (/* reexport safe */ _boolLiteral__WEBPACK_IMPORTED_MODULE_4__.BoolLiteral), /* harmony export */ "CharLiteral": () => (/* reexport safe */ _charLiteral__WEBPACK_IMPORTED_MODULE_5__.CharLiteral), /* harmony export */ "StringLiteral": () => (/* reexport safe */ _stringLiteral__WEBPACK_IMPORTED_MODULE_6__.StringLiteral), /* harmony export */ "ArrayLiteral": () => (/* reexport safe */ _arrayLiteral__WEBPACK_IMPORTED_MODULE_7__.ArrayLiteral), /* harmony export */ "VariableLiteral": () => (/* reexport safe */ _variableLiteral__WEBPACK_IMPORTED_MODULE_8__.VariableLiteral), /* harmony export */ "InfixApp": () => (/* reexport safe */ _infixApp__WEBPACK_IMPORTED_MODULE_9__.InfixApp), /* harmony export */ "UnaryApp": () => (/* reexport safe */ _unaryApp__WEBPACK_IMPORTED_MODULE_10__.UnaryApp) /* harmony export */ }); /* harmony import */ var _arrayAccess__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./arrayAccess */ "./js/ast/expressions/arrayAccess.js"); /* harmony import */ var _functionCall__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./functionCall */ "./js/ast/expressions/functionCall.js"); /* harmony import */ var _intLiteral__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./intLiteral */ "./js/ast/expressions/intLiteral.js"); /* harmony import */ var _realLiteral__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./realLiteral */ "./js/ast/expressions/realLiteral.js"); /* harmony import */ var _boolLiteral__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./boolLiteral */ "./js/ast/expressions/boolLiteral.js"); /* harmony import */ var _charLiteral__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./charLiteral */ "./js/ast/expressions/charLiteral.js"); /* harmony import */ var _stringLiteral__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./stringLiteral */ "./js/ast/expressions/stringLiteral.js"); /* harmony import */ var _arrayLiteral__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./arrayLiteral */ "./js/ast/expressions/arrayLiteral.js"); /* harmony import */ var _variableLiteral__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./variableLiteral */ "./js/ast/expressions/variableLiteral.js"); /* harmony import */ var _infixApp__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./infixApp */ "./js/ast/expressions/infixApp.js"); /* harmony import */ var _unaryApp__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./unaryApp */ "./js/ast/expressions/unaryApp.js"); /***/ }), /***/ "./js/ast/expressions/infixApp.js": /*!****************************************!*\ !*** ./js/ast/expressions/infixApp.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "InfixApp": () => (/* binding */ InfixApp) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _expression__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./expression */ "./js/ast/expressions/expression.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var InfixApp = /*#__PURE__*/function (_Expression) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(InfixApp, _Expression); var _super = _createSuper(InfixApp); function InfixApp(op, left, right) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, InfixApp); _this = _super.call(this); _this.op = op; _this.left = left; _this.right = right; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(InfixApp, [{ key: "toString", value: function toString() { var l = this.left.toString(); var op = this.op.value; var r = this.right.toString(); if (this.parenthesis) { return "(".concat(l + op + r, ")"); } else { return l + op + r; } } }]); return InfixApp; }(_expression__WEBPACK_IMPORTED_MODULE_5__.Expression); /***/ }), /***/ "./js/ast/expressions/intLiteral.js": /*!******************************************!*\ !*** ./js/ast/expressions/intLiteral.js ***! \******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "IntLiteral": () => (/* binding */ IntLiteral) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _literal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./literal */ "./js/ast/expressions/literal.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var IntLiteral = /*#__PURE__*/function (_Literal) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(IntLiteral, _Literal); var _super = _createSuper(IntLiteral); function IntLiteral(value) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, IntLiteral); _this = _super.call(this, _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.INTEGER); _this.value = value; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(IntLiteral, [{ key: "toString", value: function toString() { var text = (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_7__.convertToString)(this.value, this.type); if (this.parenthesis) { return "(".concat(text, ")"); } else { return text; } } }]); return IntLiteral; }(_literal__WEBPACK_IMPORTED_MODULE_5__.Literal); /***/ }), /***/ "./js/ast/expressions/literal.js": /*!***************************************!*\ !*** ./js/ast/expressions/literal.js ***! \***************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Literal": () => (/* binding */ Literal) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _expression__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./expression */ "./js/ast/expressions/expression.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var Literal = /*#__PURE__*/function (_Expression) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_1___default()(Literal, _Expression); var _super = _createSuper(Literal); function Literal(type) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Literal); _this = _super.call(this); _this.type = type; return _this; } return Literal; }(_expression__WEBPACK_IMPORTED_MODULE_4__.Expression); /***/ }), /***/ "./js/ast/expressions/realLiteral.js": /*!*******************************************!*\ !*** ./js/ast/expressions/realLiteral.js ***! \*******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "RealLiteral": () => (/* binding */ RealLiteral) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _literal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./literal */ "./js/ast/expressions/literal.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var RealLiteral = /*#__PURE__*/function (_Literal) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(RealLiteral, _Literal); var _super = _createSuper(RealLiteral); function RealLiteral(value) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, RealLiteral); _this = _super.call(this, _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.REAL); _this.value = value; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(RealLiteral, [{ key: "toString", value: function toString() { var text = (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_7__.convertToString)(this.value, this.type); if (this.parenthesis) { return "(".concat(text, ")"); } else { return text; } } }]); return RealLiteral; }(_literal__WEBPACK_IMPORTED_MODULE_5__.Literal); /***/ }), /***/ "./js/ast/expressions/stringLiteral.js": /*!*********************************************!*\ !*** ./js/ast/expressions/stringLiteral.js ***! \*********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "StringLiteral": () => (/* binding */ StringLiteral) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _literal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./literal */ "./js/ast/expressions/literal.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var StringLiteral = /*#__PURE__*/function (_Literal) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(StringLiteral, _Literal); var _super = _createSuper(StringLiteral); function StringLiteral(value) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, StringLiteral); _this = _super.call(this, _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.STRING); _this.value = value; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(StringLiteral, [{ key: "toString", value: function toString() { var text = '"' + this.value + '"'; if (this.parenthesis) { return "(".concat(text, ")"); } else { return text; } } }]); return StringLiteral; }(_literal__WEBPACK_IMPORTED_MODULE_5__.Literal); /***/ }), /***/ "./js/ast/expressions/unaryApp.js": /*!****************************************!*\ !*** ./js/ast/expressions/unaryApp.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "UnaryApp": () => (/* binding */ UnaryApp) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _infixApp__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./infixApp */ "./js/ast/expressions/infixApp.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var UnaryApp = /*#__PURE__*/function (_InfixApp) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(UnaryApp, _InfixApp); var _super = _createSuper(UnaryApp); function UnaryApp(op, left) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, UnaryApp); return _super.call(this, op, left, null); } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(UnaryApp, [{ key: "toString", value: function toString() { var l = this.left.toString(); var op = this.op.value; if (this.parenthesis) { return "(".concat(op + l, ")"); } else { return op + l; } } }]); return UnaryApp; }(_infixApp__WEBPACK_IMPORTED_MODULE_5__.InfixApp); /***/ }), /***/ "./js/ast/expressions/variableLiteral.js": /*!***********************************************!*\ !*** ./js/ast/expressions/variableLiteral.js ***! \***********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "VariableLiteral": () => (/* binding */ VariableLiteral) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _literal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./literal */ "./js/ast/expressions/literal.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var VariableLiteral = /*#__PURE__*/function (_Literal) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(VariableLiteral, _Literal); var _super = _createSuper(VariableLiteral); function VariableLiteral(id) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, VariableLiteral); _this = _super.call(this, _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.UNDEFINED); _this.id = id; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(VariableLiteral, [{ key: "toString", value: function toString() { if (this.parenthesis) { return "(".concat(this.id, ")"); } else { return this.id; } } }]); return VariableLiteral; }(_literal__WEBPACK_IMPORTED_MODULE_5__.Literal); /***/ }), /***/ "./js/ast/ivprogParser.js": /*!********************************!*\ !*** ./js/ast/ivprogParser.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "IVProgParser": () => (/* binding */ IVProgParser) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js"); /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _expressions__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./expressions */ "./js/ast/expressions/index.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./commands */ "./js/ast/commands/index.js"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../typeSystem/array_type */ "./js/typeSystem/array_type.ts"); /* harmony import */ var _sourceInfo__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./sourceInfo */ "./js/ast/sourceInfo.js"); /* harmony import */ var _operators__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./operators */ "./js/ast/operators.ts"); /* harmony import */ var _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./error/syntaxErrorFactory */ "./js/ast/error/syntaxErrorFactory.js"); /* harmony import */ var _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../processor/definedFunctions */ "./js/processor/definedFunctions.js"); /* harmony import */ var _services_languageService__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../services/languageService */ "./js/services/languageService.ts"); var IVProgParser = /*#__PURE__*/function () { _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2___default()(IVProgParser, null, [{ key: "createParser", value: function createParser(input) { var fill = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; var lexer = _services_languageService__WEBPACK_IMPORTED_MODULE_12__.LanguageService.getCurrentLexer(); var parser = new IVProgParser(input, lexer); if (fill) { parser.fill(); } return parser; } // }, { key: "BASE", get: function get() { return 0; } }, { key: "FUNCTION", get: function get() { return 1; } }, { key: "COMMAND", get: function get() { return 2; } }, { key: "BREAKABLE", get: function get() { return 4; } // // }, { key: "EOF_TOKEN", get: function get() { return { text: null, line: -1, col: -1, value: null, offset: -1, lineBreaks: false, type: "EOF" }; } /** * @param {string} input * @param {IVProgLexer} ivprogLexer **/ }]); function IVProgParser(input, ivprogLexer) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1___default()(this, IVProgParser); this.ivprogLexer = ivprogLexer; this.inputStream = input; this.lexer = ivprogLexer.lexer; this.tokenStream = []; this.pos = 0; this.ruleNames = ivprogLexer.getRules(); this.variableTypes = Object.entries(this.ivprogLexer.getTypeKeys()).map(function (_ref) { var _ref2 = _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_ref, 2), key = _ref2[0], _ = _ref2[1]; return key; }); this.functionTypes = this.variableTypes.concat(this.ruleNames.RK_VOID); this.parsingArrayDimension = 0; this.scope = []; this.langFuncs = this.ivprogLexer.getLangFuncs(); this.definedFuncsNameList = []; this.definedVariablesStack = []; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2___default()(IVProgParser, [{ key: "fill", value: function fill() { var _this = this; var stream = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; if (stream) { this.tokenStream = stream; return; } this.tokenStream = Array.from(this.lexer.reset(this.inputStream)); this.tokenStream = this.tokenStream.filter(function (token) { // Throws an exception in case of invalid syntax if (token.type === _this.ruleNames.ERROR) { var text = token.text; var line = token.line; var column = token.col; throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_syntax(text, line, column); } // remove all whitespaces token and comments return token.type !== _this.ruleNames.WHITESPACE && token.type !== _this.ruleNames.COMMENTS; }); } }, { key: "parseTree", value: function parseTree() { return this.parseProgram(); } /** * @param {number} index * @return {moo.Token} * */ }, { key: "getToken", value: function getToken() { var index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.pos; // if(index === null) // index = this.pos; if (index >= this.tokenStream.length) { return IVProgParser.EOF_TOKEN; } return this.tokenStream[index]; } }, { key: "insideScope", value: function insideScope(scope) { if (this.scope.length <= 0) { return IVProgParser.BASE === scope; } else { return this.scope[this.scope.length - 1] === scope; } } }, { key: "pushScope", value: function pushScope(scope) { this.scope.push(scope); } }, { key: "pushVariableStack", value: function pushVariableStack() { this.definedVariablesStack.push([]); } }, { key: "popScope", value: function popScope() { return this.scope.pop(); } }, { key: "popVariableStack", value: function popVariableStack() { return this.definedVariablesStack.pop(); } }, { key: "getCurrentVariableStack", value: function getCurrentVariableStack() { return this.definedVariablesStack[this.definedVariablesStack.length - 1]; } }, { key: "isEOF", value: function isEOF() { return this.getToken(this.pos).type === IVProgParser.EOF_TOKEN.type; } }, { key: "parseProgram", value: function parseProgram() { this.consumeNewLines(); var token = this.getToken(); var globalVars = []; var functions = []; if (this.ruleNames.RK_PROGRAM === token.type) { this.pos++; this.consumeNewLines(); this.checkOpenCurly(); this.pos++; this.pushVariableStack(); for (;;) { this.consumeNewLines(); var _token = this.getToken(); if (_token.type === this.ruleNames.RK_CONST || this.isVariableType(_token)) { globalVars = globalVars.concat(this.parseGlobalVariables()); } else if (_token.type === this.ruleNames.RK_FUNCTION) { this.pushVariableStack(); functions = functions.concat(this.parseFunction()); this.popVariableStack(); } else { break; } } this.consumeNewLines(); this.checkCloseCurly(); this.pos++; this.consumeNewLines(); if (!this.isEOF()) { console.log(this.getToken()); throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.extra_lines(); } this.popVariableStack(); return { global: globalVars, functions: functions }; } else { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one(this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_PROGRAM], token); } } }, { key: "checkOpenCurly", value: function checkOpenCurly() { var attempt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var token = this.getToken(); if (this.ruleNames.OPEN_CURLY !== token.type) { if (!attempt) throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one("{", token);else return false; } return true; } }, { key: "checkCloseCurly", value: function checkCloseCurly() { var attempt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var token = this.getToken(); if (this.ruleNames.CLOSE_CURLY !== token.type) { if (!attempt) throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one("}", token);else return false; } return true; } /* It checks if the current token at position pos is a ']'. * As a check function it doesn't increment pos. * * @params bool:attempt, indicates that the token is optional. Defaults: false * * @returns true if the attempt is true and current token is '[', * false is attempt is true and current token is not '[' **/ }, { key: "checkOpenBrace", value: function checkOpenBrace() { var attempt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var token = this.getToken(); if (this.ruleNames.OPEN_BRACE !== token.type) { if (!attempt) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one("[", token); } else { return false; } } return true; } }, { key: "checkCloseBrace", value: function checkCloseBrace() { var attempt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var token = this.getToken(); if (this.ruleNames.CLOSE_BRACE !== token.type) { if (!attempt) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one("]", token); } else { return false; } } return true; } }, { key: "checkOpenParenthesis", value: function checkOpenParenthesis() { var attempt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var token = this.getToken(); if (this.ruleNames.OPEN_PARENTHESIS !== token.type) { if (!attempt) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one("(", token); } else { return false; } } return true; } }, { key: "checkCloseParenthesis", value: function checkCloseParenthesis() { var attempt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var token = this.getToken(); if (this.ruleNames.CLOSE_PARENTHESIS !== token.type) { if (!attempt) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one(")", token); } else { return false; } } return true; } }, { key: "checkEOS", value: function checkEOS() { var attempt = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var eosToken = this.getToken(); if (eosToken.type !== this.ruleNames.EOS) { if (!attempt) throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.eos_missing(eosToken);else return false; } return true; } }, { key: "checkFunctionDuplicate", value: function checkFunctionDuplicate(functionID, funcIDToken) { var id = functionID === null ? "$main" : functionID; var index = this.definedFuncsNameList.indexOf(id); if (index !== -1) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.duplicate_function(funcIDToken); } this.definedFuncsNameList.push(id); } }, { key: "checkVariableDuplicate", value: function checkVariableDuplicate(variableID, sourceInfo) { var index = this.getCurrentVariableStack().indexOf(variableID); if (index !== -1) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.duplicate_variable(sourceInfo); } this.getCurrentVariableStack().push(variableID); } }, { key: "consumeForSemiColon", value: function consumeForSemiColon() { var eosToken = this.getToken(); if (eosToken.type === this.ruleNames.EOS && eosToken.text.match("^;$")) { this.pos++; return; } throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one(";", eosToken); } }, { key: "parseGlobalVariables", value: function parseGlobalVariables() { var decl = this.parseMaybeConst(); this.checkEOS(); this.pos++; return decl; } /* * Checks if the next token is PR_CONST. It's only available * at global variables declaration level * @returns Declararion(const, type, id, initVal?) **/ }, { key: "parseMaybeConst", value: function parseMaybeConst() { var constToken = this.getToken(); if (constToken.type === this.ruleNames.RK_CONST) { this.pos++; var typeString = this.parseType(); return this.parseDeclaration(typeString, true); } else if (this.isVariableType(constToken)) { var _typeString = this.parseType(); return this.parseDeclaration(_typeString); } else { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_list([this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_CONST]].concat(this.getTypeArray()), constToken); } } /** * Parses a declarion of the form: type --- id --- (= --- EAnd)? * @return {Commands.Declartion[]} a list of Declararion(const, type, id, initVal?) **/ }, { key: "parseDeclaration", value: function parseDeclaration(typeString) { var isConst = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var initial = null; var dim1 = null; var dim2 = null; var dimensions = 0; var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(this.getToken()); var idString = this.parseID(); this.checkVariableDuplicate(idString, sourceInfo); // Check for array or vector // ID[int/IDi?][int/IDj?] if (this.checkOpenBrace(true)) { this.pos += 1; this.consumeNewLines(); dim1 = this.parseArrayDimension(); this.consumeNewLines(); this.checkCloseBrace(); this.pos += 1; dimensions += 1; if (this.checkOpenBrace(true)) { this.pos += 1; this.consumeNewLines(); dim2 = this.parseArrayDimension(); this.consumeNewLines(); this.checkCloseBrace(); this.pos += 1; dimensions += 1; } return this.parseArrayDeclaration(typeString, isConst, idString, sourceInfo, dimensions, dim1, dim2); } else { var assignmentToken = this.getToken(); if (isConst && assignmentToken.type !== this.ruleNames.ASSIGNMENT) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.const_not_init(sourceInfo); } if (assignmentToken.type === this.ruleNames.ASSIGNMENT) { this.pos++; initial = this.parseExpressionOR(); } var declaration = new _commands__WEBPACK_IMPORTED_MODULE_4__.Declaration(idString, typeString, initial, isConst); declaration.sourceInfo = sourceInfo; var commaToken = this.getToken(); if (commaToken.type === this.ruleNames.COMMA) { this.pos++; this.consumeNewLines(); return [declaration].concat(this.parseDeclaration(typeString, isConst)); } else { return [declaration]; } } } }, { key: "parseArrayDeclaration", value: function parseArrayDeclaration(typeString, isConst, idString, sourceInfo, dimensions, dim1, dim2) { var assignmentToken = this.getToken(); var n_lines = dim1; var n_columns = dim2; var initial = null; var dim_is_id = false; if (dim1 instanceof _expressions__WEBPACK_IMPORTED_MODULE_3__.VariableLiteral || dim2 instanceof _expressions__WEBPACK_IMPORTED_MODULE_3__.VariableLiteral) { dim_is_id = true; if (dimensions > 1 && (dim1 == null || dim2 == null)) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_matrix_id_dimension(_sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(assignmentToken)); } } if (isConst && assignmentToken.type !== this.ruleNames.ASSIGNMENT) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.const_not_init(sourceInfo); } if (assignmentToken.type === this.ruleNames.ASSIGNMENT) { if (dim_is_id) { if (dimensions == 1) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_vector_init(_sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(assignmentToken)); } else { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_matrix_init(_sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(assignmentToken)); } } this.pos += 1; initial = this.parseArrayLiteral(typeString); } if (initial == null && dim1 == null) { if (dimensions > 1) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.cannot_infer_matrix_line(idString, sourceInfo); } throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.cannot_infer_vector_size(idString, sourceInfo); } if (dimensions > 1) { if (initial == null && dim2 == null) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.cannot_infer_matrix_column(idString, sourceInfo); } } if (dimensions === 1 && initial != null && !initial.isVector) { var expString = initial.toString(); throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.matrix_to_vector_literal_attr(idString, expString, initial.sourceInfo); } else if (dimensions > 1 && initial != null && initial.isVector) { var _expString = initial.toString(); throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.vector_to_matrix_literal_attr(idString, _expString, initial.sourceInfo); } if (dim1 == null) { n_lines = new _expressions__WEBPACK_IMPORTED_MODULE_3__.IntLiteral(_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toInt(initial.lines)); n_lines.sourceInfo = sourceInfo; } if (dimensions > 1) { if (dim2 == null) { n_columns = new _expressions__WEBPACK_IMPORTED_MODULE_3__.IntLiteral(_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toInt(initial.columns)); n_columns.sourceInfo = sourceInfo; } } var declaration = new _commands__WEBPACK_IMPORTED_MODULE_4__.ArrayDeclaration(idString, new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_7__.ArrayType(typeString, dimensions), n_lines, n_columns, initial, isConst); declaration.sourceInfo = sourceInfo; var commaToken = this.getToken(); if (commaToken.type === this.ruleNames.COMMA) { this.pos++; this.consumeNewLines(); return [declaration].concat(this.parseDeclaration(typeString, isConst)); } else { return [declaration]; } } }, { key: "consumeNewLines", value: function consumeNewLines() { var token = this.getToken(); while (token && token.type === this.ruleNames.EOS && token.text.match("^[\r\n]+$")) { this.pos++; token = this.getToken(); } } }, { key: "isVariableType", value: function isVariableType(token) { return this.variableTypes.find(function (v) { return v === token.type; }); } /** * Reads the next token of the stream to check if it is a Integer or an ID. * @returns Integer | ID **/ }, { key: "parseArrayDimension", value: function parseArrayDimension() { var dimToken = this.getToken(); if (dimToken.type === this.ruleNames.INTEGER) { //parse as int literal this.pos++; return this.getIntLiteral(dimToken); } else if (dimToken.type === this.ruleNames.ID) { //parse as variable this.pos++; return this.parseVariable(dimToken); } else if (dimToken.type === this.ruleNames.CLOSE_BRACE) { return null; } else { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_array_dimension(this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_INTEGER], dimToken); } } /** * Returns an object {type: 'int', value: value}. * It checks for binary and hexadecimal integers. * @param {moo.Token} token * @return {Object} object with fields type and value **/ }, { key: "getIntLiteral", value: function getIntLiteral(token) { var text = token.text; var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.IntLiteral(_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toInt(text)); exp.sourceInfo = sourceInfo; return exp; } }, { key: "getRealLiteral", value: function getRealLiteral(token) { var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.RealLiteral(_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toReal(token.text)); exp.sourceInfo = sourceInfo; return exp; } }, { key: "getStringLiteral", value: function getStringLiteral(token) { var text = token.text; var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.StringLiteral(_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toString(text)); exp.sourceInfo = sourceInfo; return exp; } }, { key: "getCharLiteral", value: function getCharLiteral(token) { var text = token.text; var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.CharLiteral(_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toChar(text)); exp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return exp; } }, { key: "getBoolLiteral", value: function getBoolLiteral(token) { var val = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toBool(token.text); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.BoolLiteral(val); exp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return exp; } }, { key: "parseArrayLiteral", value: function parseArrayLiteral(typeString) { var openCurly = this.checkOpenCurly(true); if (!openCurly) { var invalid_token = this.getToken(); throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.array_init_not_literal(_sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(invalid_token)); } var beginArray = this.getToken(); if (this.parsingArrayDimension >= 2) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.array_exceeds_2d(_sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(beginArray)); } this.pos += 1; this.parsingArrayDimension += 1; this.consumeNewLines(); var data = null; var maybeCurlyOpen = this.checkOpenCurly(true); if (maybeCurlyOpen) { // This is potentially a list of vectors data = this.parseVectorList(typeString); } else { data = this.parseExpressionList(); } this.consumeNewLines(); this.checkCloseCurly(); var endArray = this.getToken(); this.pos += 1; this.parsingArrayDimension -= 1; var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfoFromList(beginArray, endArray); var dataDim = 1; if (data[0] instanceof _expressions__WEBPACK_IMPORTED_MODULE_3__.ArrayLiteral) { dataDim += 1; } else if (data.length == 1) { console.log("Talvez uma variável seja uma melhor opção"); } var type = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_7__.ArrayType(typeString, dataDim); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.ArrayLiteral(type, data); exp.sourceInfo = sourceInfo; return exp; } /** * Returns a list of ArrayLiterals. Helper function for parsing matrices */ }, { key: "parseVectorList", value: function parseVectorList(typeString) { var list = []; var lastSize = null; for (;;) { this.checkOpenCurly(); var beginArray = this.getToken(); if (this.parsingArrayDimension >= 2) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.array_exceeds_2d(_sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(beginArray)); } this.pos += 1; this.parsingArrayDimension += 1; this.consumeNewLines(); var data = this.parseExpressionList(); this.consumeNewLines(); this.checkCloseCurly(); var endArray = this.getToken(); this.pos += 1; this.parsingArrayDimension -= 1; var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfoFromList(beginArray, endArray); if (lastSize == null) { lastSize = data.length; } else if (lastSize !== data.length) { var expString = this.inputStream.substring(beginArray.offset, endArray.offset + endArray.text.length); throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_matrix_literal_line(expString, sourceInfo); } var type = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_7__.ArrayType(typeString, 1); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.ArrayLiteral(type, data); exp.sourceInfo = sourceInfo; list.push(exp); var commaToken = this.getToken(); if (commaToken.type !== this.ruleNames.COMMA) { break; } this.pos += 1; this.consumeNewLines(); } if (list.length == 1) { console.log("Talvez um vetor seja uma melhor opção"); } return list; } /* * Returns an object {type: 'variable', value: value}. * @returns object with fields type and value **/ }, { key: "parseVariable", value: function parseVariable(token) { var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.VariableLiteral(token.text); exp.sourceInfo = sourceInfo; return exp; } /* * Returns an object representing a function. It has * four attributes: returnType, id, formalParams and block. * The block object has two attributes: declarations and commands **/ }, { key: "parseFunction", value: function parseFunction() { this.pushScope(IVProgParser.FUNCTION); var formalParams = []; var token = this.getToken(); if (token.type !== this.ruleNames.RK_FUNCTION) { //throw SyntaxError.createError(this.lexer.literalNames[this.lexerClass.PR_FUNCAO], token); return null; } this.pos++; var funType = this.parseType(); var dimensions = 0; if (this.checkOpenBrace(true)) { this.pos++; this.checkCloseBrace(); this.pos++; dimensions++; if (this.checkOpenBrace(true)) { this.pos++; this.checkCloseBrace(); this.pos++; dimensions++; } } var funcIDToken = this.getToken(); var functionID = this.parseID(); this.checkFunctionDuplicate(functionID, funcIDToken); this.checkOpenParenthesis(); this.pos++; this.consumeNewLines(); if (!this.checkCloseParenthesis(true)) { formalParams = this.parseFormalParameters(); // formal parameters this.consumeNewLines(); this.checkCloseParenthesis(); this.pos++; } else { this.pos++; } this.consumeNewLines(); var commandsBlock = this.parseCommandBlock(); var returnType = funType; if (dimensions > 0) { returnType = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_7__.ArrayType(funType, dimensions); } var func = new _commands__WEBPACK_IMPORTED_MODULE_4__.Function(functionID, returnType, formalParams, commandsBlock); if (functionID === null && !func.isMain) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_main_return(_processor_definedFunctions__WEBPACK_IMPORTED_MODULE_11__.LanguageDefinedFunction.getMainFunctionName(), this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_VOID], token.line); } else if (func.isMain && formalParams.length !== 0) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.main_parameters(); } this.popScope(); func.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(funcIDToken); return func; } /* * Parse the formal parameters of a function. * @returns a list of objects with the following attributes: type, id and dimensions. **/ }, { key: "parseFormalParameters", value: function parseFormalParameters() { var list = []; for (;;) { var dimensions = 0; var reference = false; var typeString = this.parseType(); var maybeIDToken = this.getToken(); if (maybeIDToken.type === this.ruleNames.RK_REFERENCE) { reference = true; this.pos += 1; maybeIDToken = this.getToken(); } var idString = this.parseID(); this.checkVariableDuplicate(idString, maybeIDToken); if (this.checkOpenBrace(true)) { this.pos += 1; dimensions += 1; this.checkCloseBrace(); this.pos += 1; if (this.checkOpenBrace(true)) { this.pos += 1; dimensions += 1; this.checkCloseBrace(); this.pos += 1; } } var type = null; if (dimensions > 0) { type = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_7__.ArrayType(typeString, dimensions); } else { type = typeString; } var parameter = new _commands__WEBPACK_IMPORTED_MODULE_4__.FormalParameter(type, idString, reference); parameter.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(maybeIDToken); list.push(parameter); var commaToken = this.getToken(); if (commaToken.type !== this.ruleNames.COMMA) break; this.pos++; this.consumeNewLines(); } return list; } }, { key: "parseID", value: function parseID() { var token = this.getToken(); if (token.type !== this.ruleNames.ID) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.id_missing(token); } this.pos++; if (this.insideScope(IVProgParser.FUNCTION)) { if (token.text === _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_11__.LanguageDefinedFunction.getMainFunctionName()) { return null; } } return token.text; } /** * @return {string} **/ }, { key: "parseMaybeLibID", value: function parseMaybeLibID() { var token = this.getToken(); if (token.type !== this.ruleNames.ID) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.id_missing(token); } var maybeDOT = this.getToken(this.pos + 1); if (maybeDOT.type === this.ruleNames.DOT) { this.pos += 2; var anotherID = this.getToken(); if (anotherID.type !== this.ruleNames.ID) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.id_missing(anotherID); } this.pos++; return "".concat(token.text, ".").concat(anotherID.text); } this.pos++; return token.text; } }, { key: "parseType", value: function parseType() { var token = this.getToken(); if (token.type === this.ruleNames.ID && this.insideScope(IVProgParser.FUNCTION)) { return _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.VOID; } else if (token.type === this.ruleNames.RK_VOID && this.insideScope(IVProgParser.FUNCTION)) { this.pos++; return _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.VOID; } else if (this.isVariableType(token)) { this.pos++; switch (token.type) { case this.ruleNames.RK_INTEGER: return _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.INTEGER; case this.ruleNames.RK_BOOLEAN: return _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.BOOLEAN; case this.ruleNames.RK_REAL: return _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.REAL; case this.ruleNames.RK_STRING: return _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.STRING; case this.ruleNames.RK_CHARACTER: return _typeSystem_types__WEBPACK_IMPORTED_MODULE_6__.Types.CHAR; default: break; } } throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_type(this.getTypeArray(), token); } }, { key: "parseCommandBlock", value: function parseCommandBlock() { var optionalCurly = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var variablesDecl = []; var commands = []; var hasOpen = false; if (this.checkOpenCurly(optionalCurly)) { this.pos++; hasOpen = true; } this.consumeNewLines(); var parsedCommand = false; for (;;) { var cmd = this.parseCommand(); if (cmd === null) break; if (cmd !== -1) { if (cmd instanceof Array) { if (parsedCommand) { var lastToken = this.getToken(this.pos - 1); throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_var_declaration(lastToken); } variablesDecl = variablesDecl.concat(cmd); } else { parsedCommand = true; commands.push(cmd); } } } this.consumeNewLines(); if (hasOpen) { this.checkCloseCurly(); this.pos++; this.consumeNewLines(); } return new _commands__WEBPACK_IMPORTED_MODULE_4__.CommandBlock(variablesDecl, commands); } }, { key: "parseCommand", value: function parseCommand() { var token = this.getToken(); if (this.isVariableType(token)) { if (!this.insideScope(IVProgParser.FUNCTION)) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_var_declaration(token); } this.pushScope(IVProgParser.BASE); var varType = this.parseType(); this.popScope(); var cmd = this.parseDeclaration(varType); this.checkEOS(); this.pos++; return cmd; } else if (token.type === this.ruleNames.ID) { return this.parseIDCommand(); } else if (token.type === this.ruleNames.DOT) { // TODO Check if this is relevant since DOT is a replacement for antlr4 LIB_ID :=> ID . ID throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_syntax(token.text, token.line, token.col); } else if (token.type === this.ruleNames.RK_RETURN) { return this.parseReturn(); } else if (token.type === this.ruleNames.RK_WHILE || token.type === this.ruleNames.RK_WHILE_ALT) { return this.parseWhile(); } else if (token.type === this.ruleNames.RK_FOR || token.type === this.ruleNames.RK_FOR_ALT) { return this.parseFor(); } else if (token.type === this.ruleNames.RK_BREAK) { if (!this.insideScope(IVProgParser.BREAKABLE)) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_break_command(this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_BREAK], token); } return this.parseBreak(); } else if (token.type === this.ruleNames.RK_SWITCH) { return this.parseSwitchCase(); } else if (token.type === this.ruleNames.RK_DO) { return this.parseRepeatUntil(); } else if (token.type === this.ruleNames.RK_IF) { return this.parseIfThenElse(); } else if (this.checkEOS(true)) { this.pos++; return -1; } else { return null; } } }, { key: "parseSwitchCase", value: function parseSwitchCase() { var token = this.getToken(); this.pushScope(IVProgParser.BREAKABLE); this.pos++; this.checkOpenParenthesis(); this.pos++; this.consumeNewLines(); var exp = this.parseExpressionOR(); this.consumeNewLines(); this.checkCloseParenthesis(); this.pos++; this.consumeNewLines(); this.checkOpenCurly(); this.pos++; this.consumeNewLines(); var casesList = this.parseCases(); this.consumeNewLines(); this.checkCloseCurly(); this.pos++; this.consumeNewLines(); this.popScope(); var command = new _commands__WEBPACK_IMPORTED_MODULE_4__.Switch(exp, casesList); command.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return command; } }, { key: "parseRepeatUntil", value: function parseRepeatUntil() { var token = this.getToken(); this.pos++; this.consumeNewLines(); this.pushScope(IVProgParser.BREAKABLE); var commandsBlock = this.parseCommandBlock(); this.consumeNewLines(); //Maybe not... var whileToken = this.getToken(); if (whileToken.type !== this.ruleNames.RK_DO_UNTIL) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one(this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_DO_UNTIL], whileToken); } this.pos++; this.checkOpenParenthesis(); this.pos++; this.consumeNewLines(); var condition = this.parseExpressionOR(); this.consumeNewLines(); this.checkCloseParenthesis(); this.pos++; this.checkEOS(); this.popScope(); var command = new _commands__WEBPACK_IMPORTED_MODULE_4__.RepeatUntil(condition, commandsBlock); command.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return command; } }, { key: "parseIfThenElse", value: function parseIfThenElse() { if (this.insideScope(IVProgParser.BREAKABLE)) { this.pushScope(IVProgParser.BREAKABLE); } else { this.pushScope(IVProgParser.COMMAND); } var token = this.getToken(); this.pos++; this.checkOpenParenthesis(); this.pos++; this.consumeNewLines(); var logicalExpression = this.parseExpressionOR(); this.consumeNewLines(); this.checkCloseParenthesis(); this.pos++; this.consumeNewLines(); var cmdBlocks = this.parseCommandBlock(); var maybeElse = this.getToken(); if (maybeElse.type === this.ruleNames.RK_ELSE) { this.pos++; this.consumeNewLines(); var maybeIf = this.getToken(); var elseBlock = null; if (this.checkOpenCurly(true)) { elseBlock = this.parseCommandBlock(); } else if (maybeIf.type === this.ruleNames.RK_IF) { elseBlock = this.parseIfThenElse(); } else { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_list([this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_IF], "{"], maybeIf); } this.popScope(); var _cmd = new _commands__WEBPACK_IMPORTED_MODULE_4__.IfThenElse(logicalExpression, cmdBlocks, elseBlock); _cmd.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return _cmd; } this.popScope(); var cmd = new _commands__WEBPACK_IMPORTED_MODULE_4__.IfThenElse(logicalExpression, cmdBlocks, null); cmd.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return cmd; } }, { key: "parseFor", value: function parseFor() { this.pushScope(IVProgParser.BREAKABLE); var for_token = this.getToken(); this.pos += 1; // parse ID var id_token = this.getToken(); var id = this.parseID(); var for_id = new _expressions__WEBPACK_IMPORTED_MODULE_3__.VariableLiteral(id); for_id.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(id_token); // END parse ID var for_from = this.parseForParameters(this.ruleNames.RK_FOR_FROM); var for_to = this.parseForParameters(this.ruleNames.RK_FOR_TO); var maybePass = this.parseForParameters(this.ruleNames.RK_FOR_PASS); this.consumeNewLines(); var commandsBlock = this.parseCommandBlock(); this.popScope(); var cmd = new _commands__WEBPACK_IMPORTED_MODULE_4__.For(for_id, for_from, for_to, maybePass, commandsBlock); cmd.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(for_token); return cmd; } }, { key: "parseWhile", value: function parseWhile() { this.pushScope(IVProgParser.BREAKABLE); var token = this.getToken(); this.pos++; this.checkOpenParenthesis(); this.pos++; this.consumeNewLines(); var logicalExpression = this.parseExpressionOR(); this.consumeNewLines(); this.checkCloseParenthesis(); this.pos++; this.consumeNewLines(); var cmdBlocks = this.parseCommandBlock(); this.popScope(); var cmd = new _commands__WEBPACK_IMPORTED_MODULE_4__.While(logicalExpression, cmdBlocks); cmd.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return cmd; } }, { key: "parseBreak", value: function parseBreak() { var token = this.getToken(); this.pos++; this.checkEOS(); this.pos++; var command = new _commands__WEBPACK_IMPORTED_MODULE_4__.Break(); command.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return command; } }, { key: "parseReturn", value: function parseReturn() { var token = this.getToken(); this.pos++; var exp = null; if (!this.checkEOS(true)) { exp = this.parseExpressionOR(); this.checkEOS(); } this.pos++; var returnCommand = new _commands__WEBPACK_IMPORTED_MODULE_4__.Return(exp); returnCommand.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); return returnCommand; } }, { key: "parseIDCommand", value: function parseIDCommand() { var refToken = this.getToken(); var id = this.parseMaybeLibID(); var isID = id.indexOf(".") === -1; if (this.checkOpenBrace(true)) { this.pos++; var lineExpression = null; var columnExpression = null; this.consumeNewLines(); lineExpression = this.parseExpression(); this.consumeNewLines(); this.checkCloseBrace(); this.pos++; if (this.checkOpenBrace(true)) { this.pos++; this.consumeNewLines(); columnExpression = this.parseExpression(); this.consumeNewLines(); this.checkCloseBrace(); this.pos++; } var assignmentToken = this.getToken(); if (assignmentToken.type !== this.ruleNames.ASSIGNMENT) { // TODO BETTER MESSAGE throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one("<-", assignmentToken); } this.pos++; var exp = this.parseExpressionOR(); this.checkEOS(); this.pos++; var cmd = new _commands__WEBPACK_IMPORTED_MODULE_4__.ArrayIndexAssign(id, lineExpression, columnExpression, exp); cmd.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(assignmentToken); return cmd; } var assignmentOrParenthesis = this.getToken(); if (isID && assignmentOrParenthesis.type === this.ruleNames.ASSIGNMENT) { this.pos++; var _exp = this.parseExpressionOR(); this.checkEOS(); this.pos++; var _cmd2 = new _commands__WEBPACK_IMPORTED_MODULE_4__.Assign(id, _exp); _cmd2.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(assignmentOrParenthesis); return _cmd2; } else if (assignmentOrParenthesis.type === this.ruleNames.OPEN_PARENTHESIS) { var funcCall = this.parseFunctionCallCommand(id); this.checkEOS(); this.pos++; return funcCall; } else if (isID) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_list(["<-", "("], assignmentOrParenthesis); } else { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_id_format(refToken); } } }, { key: "parseForParameters", value: function parseForParameters(keyword_code) { if (keyword_code === this.ruleNames.RK_FOR_PASS) { if (this.checkOpenCurly(true)) { return null; } } var from_token = this.getToken(); if (from_token.type !== keyword_code) { // TODO better error message var keyword = this.ivprogLexer.getReservedKeys()[keyword_code]; throw new Error("Error de sintaxe no comando repita_para: esperava-se " + keyword + " mas encontrou " + from_token.text); } this.pos += 1; var int_or_id = this.getToken(); var is_unary_op = false; var op = null; if (int_or_id.type === this.ruleNames.SUM_OP) { is_unary_op = true; op = int_or_id.text; this.pos += 1; int_or_id = this.getToken(); } var for_from = null; if (int_or_id.type === this.ruleNames.ID) { for_from = new _expressions__WEBPACK_IMPORTED_MODULE_3__.VariableLiteral(this.parseID()); for_from.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(int_or_id); } else if (int_or_id.type === this.ruleNames.INTEGER) { this.pos += 1; for_from = this.getIntLiteral(int_or_id); } if (for_from == null) { // TODO better error message var _keyword = this.ivprogLexer.getReservedKeys()[keyword_code]; throw new Error("Error de sintaxe no comando repeita_para: " + int_or_id.text + " não é compativel com o esperado para o paramentro " + _keyword + ". O valor deve ser um inteiro ou variável."); } if (is_unary_op) { for_from = new _expressions__WEBPACK_IMPORTED_MODULE_3__.UnaryApp((0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)(op), for_from); } return for_from; } }, { key: "parseCases", value: function parseCases() { var token = this.getToken(); if (token.type !== this.ruleNames.RK_CASE) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one(this.ivprogLexer.getReservedKeys()[this.ruleNames.RK_CASE], token); } this.pos++; var nextToken = this.getToken(); if (nextToken.type === this.ruleNames.RK_DEFAULT) { this.pos++; var colonToken = this.getToken(); if (colonToken.type !== this.ruleNames.COLON) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one(":", colonToken); } this.pos++; this.consumeNewLines(); var block = this.parseCommandBlock(true); var defaultCase = new _commands__WEBPACK_IMPORTED_MODULE_4__.Case(null); defaultCase.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); defaultCase.setCommands(block.commands); return [defaultCase]; } else { var exp = this.parseExpressionOR(); var _colonToken = this.getToken(); if (_colonToken.type !== this.ruleNames.COLON) { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.token_missing_one(":", _colonToken); } this.pos++; this.consumeNewLines(); var _block = this.parseCommandBlock(true); var aCase = new _commands__WEBPACK_IMPORTED_MODULE_4__.Case(exp); aCase.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); aCase.setCommands(_block.commands); var caseToken = this.getToken(); if (caseToken.type === this.ruleNames.RK_CASE) { return [aCase].concat(this.parseCases()); } else { return [aCase]; } } } /* * Parses an Expression following the structure: * * EOR => EAnd ( 'or' EOR)? #expression and * * EAnd => ENot ('and' EAnd)? #expression or * * ENot => 'not'? ER #expression not * * ER => E ((>=, <=, ==, >, <) ER)? #expression relational * * E => factor ((+, -) E)? #expression * * factor=> term ((*, /, %) factor)? * * term => literal || arrayAccess || FuncCall || ID || '('EOR')' **/ }, { key: "parseExpressionOR", value: function parseExpressionOR() { var exp1 = this.parseExpressionAND(); while (this.getToken().type === this.ruleNames.OR_OPERATOR) { var opToken = this.getToken(); this.pos++; var or = (0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)("or"); this.consumeNewLines(); var exp2 = this.parseExpressionAND(); var finalExp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.InfixApp(or, exp1, exp2); finalExp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(opToken); exp1 = finalExp; } return exp1; } }, { key: "parseExpressionAND", value: function parseExpressionAND() { var exp1 = this.parseExpressionNot(); while (this.getToken().type === this.ruleNames.AND_OPERATOR) { var opToken = this.getToken(); this.pos++; var and = (0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)("and"); this.consumeNewLines(); var exp2 = this.parseExpressionNot(); var finalExp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.InfixApp(and, exp1, exp2); finalExp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(opToken); exp1 = finalExp; } return exp1; } }, { key: "parseExpressionNot", value: function parseExpressionNot() { var maybeNotToken = this.getToken(); if (maybeNotToken.type === this.ruleNames.NOT_OPERATOR) { var opToken = this.getToken(); this.pos++; var not = (0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)("not"); var exp1 = this.parseExpressionRel(); var finalExp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.UnaryApp(not, exp1); finalExp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(opToken); return finalExp; } else { return this.parseExpressionRel(); } } }, { key: "parseExpressionRel", value: function parseExpressionRel() { var exp1 = this.parseExpression(); while (this.getToken().type === this.ruleNames.RELATIONAL_OPERATOR) { var relToken = this.getToken(); this.pos++; var rel = (0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)(relToken.text); var exp2 = this.parseExpression(); var finalExp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.InfixApp(rel, exp1, exp2); finalExp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(relToken); exp1 = finalExp; } return exp1; } }, { key: "parseExpression", value: function parseExpression() { var factor = this.parseFactor(); while (this.getToken().type === this.ruleNames.SUM_OP) { var sumOpToken = this.getToken(); this.pos++; var op = (0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)(sumOpToken.text); var factor2 = this.parseFactor(); var finalExp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.InfixApp(op, factor, factor2); finalExp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(sumOpToken); factor = finalExp; } return factor; } }, { key: "parseFactor", value: function parseFactor() { var term = this.parseTerm(); while (this.getToken().type === this.ruleNames.MULTI_OP) { var multOpToken = this.getToken(); this.pos++; var op = (0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)(multOpToken.text); var term2 = this.parseTerm(); var finalExp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.InfixApp(op, term, term2); finalExp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(multOpToken); term = finalExp; } return term; } }, { key: "parseTerm", value: function parseTerm() { var token = this.getToken(); var sourceInfo = null; var exp = null; switch (token.type) { case this.ruleNames.SUM_OP: this.pos++; sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(token); exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.UnaryApp((0,_operators__WEBPACK_IMPORTED_MODULE_9__.convertFromString)(token.text), this.parseTerm()); exp.sourceInfo = sourceInfo; return exp; case this.ruleNames.INTEGER: this.pos++; return this.getIntLiteral(token); case this.ruleNames.REAL: this.pos++; return this.getRealLiteral(token); case this.ruleNames.STRING: this.pos++; return this.getStringLiteral(token); case this.ruleNames.CHARACTER: this.pos++; return this.getCharLiteral(token); case this.ruleNames.RK_TRUE: case this.ruleNames.RK_FALSE: this.pos++; return this.getBoolLiteral(token); case this.ruleNames.OPEN_CURLY: // No more annonymous array // return this.parseArrayLiteral(); throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.annonymous_array_literal(token); case this.ruleNames.ID: return this.parseIDTerm(); case this.ruleNames.OPEN_PARENTHESIS: return this.parseParenthesisExp(); default: throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_terminal(token); } } }, { key: "parseIDTerm", value: function parseIDTerm() { var tokenA = this.getToken(); var id = this.parseMaybeLibID(); var isID = id.indexOf(".") === -1; if (isID && this.checkOpenBrace(true)) { var tokenB = null; this.pos++; var firstIndex = this.parseExpression(); var secondIndex = null; this.consumeNewLines(); this.checkCloseBrace(); tokenB = this.getToken(); this.pos++; if (this.checkOpenBrace(true)) { this.pos++; secondIndex = this.parseExpression(); this.consumeNewLines(); this.checkCloseBrace(); tokenB = this.getToken(); this.pos++; } var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfoFromList(tokenA, tokenB); var exp = new _expressions__WEBPACK_IMPORTED_MODULE_3__.ArrayAccess(id, firstIndex, secondIndex); exp.sourceInfo = sourceInfo; return exp; } else if (this.checkOpenParenthesis(true)) { return this.parseFunctionCallExpression(id); } else if (isID) { var _sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfo(tokenA); var _exp2 = new _expressions__WEBPACK_IMPORTED_MODULE_3__.VariableLiteral(id); _exp2.sourceInfo = _sourceInfo; return _exp2; } else { throw _error_syntaxErrorFactory__WEBPACK_IMPORTED_MODULE_10__.SyntaxErrorFactory.invalid_id_format(tokenA); } } }, { key: "getFunctionName", value: function getFunctionName(id) { var name = _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_11__.LanguageDefinedFunction.getInternalName(id); if (name === null) { if (id === _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_11__.LanguageDefinedFunction.getMainFunctionName()) { return null; } return id; } else { return name; } } }, { key: "parseFunctionCallExpression", value: function parseFunctionCallExpression(id) { var stepBack = id.indexOf(".") === -1 ? 1 : 3; var tokenA = this.getToken(this.pos - stepBack); var actualParameters = this.parseActualParameters(); var tokenB = this.getToken(this.pos - 1); var funcName = this.getFunctionName(id); var sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfoFromList(tokenA, tokenB); var cmd = new _expressions__WEBPACK_IMPORTED_MODULE_3__.FunctionCall(funcName, actualParameters); cmd.sourceInfo = sourceInfo; return cmd; } }, { key: "parseFunctionCallCommand", value: function parseFunctionCallCommand(id) { return this.parseFunctionCallExpression(id); } }, { key: "parseParenthesisExp", value: function parseParenthesisExp() { this.checkOpenParenthesis(); var tokenA = this.getToken(); this.consumeNewLines(); var exp = this.parseExpressionOR(); this.consumeNewLines(); this.checkCloseParenthesis(); var tokenB = this.getToken(); this.pos += 1; exp.sourceInfo = _sourceInfo__WEBPACK_IMPORTED_MODULE_8__.SourceInfo.createSourceInfoFromList(tokenA, tokenB); exp.parenthesis = true; return exp; } }, { key: "parseActualParameters", value: function parseActualParameters() { this.checkOpenParenthesis(); this.pos++; if (this.checkCloseParenthesis(true)) { this.pos++; return []; } this.consumeNewLines(); var list = this.parseExpressionList(); this.consumeNewLines(); this.checkCloseParenthesis(); this.pos++; return list; } }, { key: "parseExpressionList", value: function parseExpressionList() { var list = []; for (;;) { var exp = this.parseExpressionOR(); list.push(exp); var maybeToken = this.getToken(); if (maybeToken.type !== this.ruleNames.COMMA) { break; } else { this.pos++; this.consumeNewLines(); } } return list; } }, { key: "getTypeArray", value: function getTypeArray() { var _this2 = this; var types = this.insideScope(IVProgParser.FUNCTION) ? this.functionTypes : this.variableTypes; return types.map(function (x) { return _this2.lexer.literalNames[x]; }); } }]); return IVProgParser; }(); /***/ }), /***/ "./js/ast/sourceInfo.js": /*!******************************!*\ !*** ./js/ast/sourceInfo.js ***! \******************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "SourceInfo": () => (/* binding */ SourceInfo) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); var SourceInfo = /*#__PURE__*/function () { _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(SourceInfo, null, [{ key: "createSourceInfo", /** * @param {moo.Token} token * * @return {SourceInfo} * **/ value: function createSourceInfo(token) { return new SourceInfo(token.line, token.col, token.text, token.text.length); } /** * @param {moo.Token} tokenA * @param {moo.Token} tokenB * * @return {SourceInfo} * **/ }, { key: "createSourceInfoFromList", value: function createSourceInfoFromList(tokenA, tokenB) { var line = tokenA.line; var column = tokenA.col; // adapted from https://github.com/UNIVALI-LITE/Portugol-Studio/blob/master/core/src/main/java/br/univali/portugol/nucleo/analise/sintatica/Portugol.g // No idea why... var size = tokenB.offset + 1 - tokenA.offset; return new SourceInfo(line, column, "", size); } /** * @param {number} line * @param {number} column * @param {string} text * @param {number} size * **/ }]); function SourceInfo(line, column, text, size) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, SourceInfo); this.line = line; this.column = column; this.text = text; this.size = size; } return SourceInfo; }(); /***/ }), /***/ "./js/io/domConsole.js": /*!*****************************!*\ !*** ./js/io/domConsole.js ***! \*****************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "DOMConsole": () => (/* binding */ DOMConsole) /* harmony export */ }); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _util_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../util/utils */ "./js/util/utils.js"); /* harmony import */ var _util_config__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../util/config */ "./js/util/config.ts"); var DOMConsole = /*#__PURE__*/function () { _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3___default()(DOMConsole, null, [{ key: "BASH_TEMPLATE", get: function get() { return "\n
\n \n Terminal\n \n \n
\n
"; } }, { key: "INPUT_CARET_TEMPLATE", get: function get() { return "\n
\n \n
\n
"; } }, { key: "USER", get: function get() { return 0; } }, { key: "INFO", get: function get() { return 1; } }, { key: "ERR", get: function get() { return 2; } }, { key: "INPUT", get: function get() { return 3; } }]); function DOMConsole(elementID) { var disableMarginTop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2___default()(this, DOMConsole); this.disableMarginTop = disableMarginTop; this.input = null; this.cursorInterval = null; this.idleInterval = null; this.inputDiv = null; this.inputCMD = null; this.inputSpan = null; this.cursorRef = null; this.needInput = false; this.clearBtn = null; this.hideBtn = null; this.showBtn = null; this.termDiv = null; this.anyKey = false; var actualID = elementID; if (elementID[0] === "#") { actualID = elementID.substring(1); } this.parent = document.getElementById(actualID); this.setup(); this.inputListeners = []; this.hideInput(); this.pending_writes = []; this.last_clear = -1; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3___default()(DOMConsole, [{ key: "setup", value: function setup() { this._setupDom(); this._setupEvents(); } }, { key: "_setupEvents", value: function _setupEvents() { this.input.addEventListener("keydown", this.registerInput.bind(this)); this.clearBtn.addEventListener("click", this.clearBtnClick.bind(this)); this.hideBtn.addEventListener("click", this.hideBtnClick.bind(this)); this.showBtn.addEventListener("click", this.showBtnClick.bind(this)); } }, { key: "registerInput", value: function registerInput(event) { if (!this.needInput) { return; } var keyCode = event.which; if (keyCode === 13 || this.anyKey) { if (this.idleInterval != null) { clearInterval(this.idleInterval); this.idleInterval = null; } var text = this.input.value; text = text.replace("[\n\r]+", ""); this.notifyListeners(text); this._appendUserInput(text); this.input.value = ""; this.inputSpan.innerHTML = ""; this.currentLine = null; } } }, { key: "_setupDom", value: function _setupDom() { var bashNode = document.createElement("div"); bashNode.classList.add("bash"); bashNode.innerHTML = DOMConsole.BASH_TEMPLATE; this.termDiv = bashNode.querySelector("#ivprog-term"); this.termDiv.classList.add("ivprog-term-div"); this.inputDiv = document.createElement("div"); this.inputDiv.id = "ivprog-terminal-inputdiv"; this.inputDiv.innerHTML = DOMConsole.INPUT_CARET_TEMPLATE; this.input = document.createElement("input"); this.input.setAttribute("name", "command"); this.input.setAttribute("value", ""); this.input.setAttribute("type", "text"); this.input.setAttribute("autocomplete", "off"); this.inputDiv.append(this.input); this.termDiv.append(this.inputDiv); bashNode.append(this.termDiv); this.parent.append(bashNode); this.inputCMD = this.inputDiv.querySelector("#cmd"); this.cursorRef = this.inputCMD.querySelector("#cursor"); this.inputSpan = this.inputCMD.querySelector("span"); this.clearBtn = bashNode.querySelector("#ivprog-console-clearbtn"); this.hideBtn = bashNode.querySelector("#ivprog-console-hidebtn"); this.showBtn = bashNode.querySelector("#ivprog-console-showbtn"); this._setupCursor(); //Jquery tooltips.... window.$(this.clearBtn).popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__.LocalizedStrings.getUI("tooltip_terminal_clear") }); window.$(this.showBtn).popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__.LocalizedStrings.getUI("tooltip_terminal_show") }); window.$(this.hideBtn).popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__.LocalizedStrings.getUI("tooltip_terminal_hide") }); } }, { key: "_setupCursor", value: function _setupCursor() { this.inputCMD.addEventListener("click", this.blinkCaretAndFocus.bind(this)); //this.inputCMD.click(); this.input.addEventListener("keyup", this.updateSpanText.bind(this)); this.input.addEventListener("blur", this.stopBlinkCaret.bind(this)); } }, { key: "blinkCaretAndFocus", value: function blinkCaretAndFocus() { var _this = this; if (this.cursorInterval != null) { return; } this.input.focus(); this.cursorInterval = window.setInterval(function () { if (_this.cursorRef.style.visibility === "visible") { _this.cursorRef.style.visibility = "hidden"; } else { _this.cursorRef.style.visibility = "visible"; } }, 500); } }, { key: "updateSpanText", value: function updateSpanText() { this.inputSpan.innerHTML = this.input.value; if (this.idleInterval != null) window.clearInterval(this.idleInterval); this.scheduleNotify(); } }, { key: "stopBlinkCaret", value: function stopBlinkCaret() { clearInterval(this.cursorInterval); this.cursorInterval = null; this.cursorRef.style.visibility = "visible"; } }, { key: "notifyListeners", value: function notifyListeners(text) { this.inputListeners.forEach(function (resolve) { return resolve(text); }); this.inputListeners.splice(0, this.inputListeners.length); this.hideInput(); this.anyKey = false; } }, { key: "writeRawHTML", value: function writeRawHTML(text, channel) { this._appendTextLn(text, channel, false); } }, { key: "write", value: function write(text) { var newLine = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; this._appendText(text, DOMConsole.USER, newLine); } }, { key: "info", value: function info(text) { this._appendTextLn(text, DOMConsole.INFO); } }, { key: "err", value: function err(text) { this._appendTextLn(text, DOMConsole.ERR); } }, { key: "_appendText", value: function () { var _appendText2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee(text, type) { var newLine, write_time, divClass, textDiv, _args = arguments; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: newLine = _args.length > 2 && _args[2] !== undefined ? _args[2] : false; // console.debug("Caling appendText"); write_time = Date.now(); this.pending_writes.push(0); _context.next = 5; return _util_utils__WEBPACK_IMPORTED_MODULE_5__.sleep(3); case 5: this.pending_writes.pop(); if (!(this.last_clear >= write_time)) { _context.next = 8; break; } return _context.abrupt("return"); case 8: if (this.currentLine == null) { divClass = this.getClassForType(type); textDiv = document.createElement("div"); textDiv.classList.add(divClass); this.termDiv.insertBefore(textDiv, this.inputDiv); this.currentLine = textDiv; } this.currentLine.innerHTML += this.getOutputText(text); if (newLine) { // console.debug("append newline"); this.currentLine = null; } this.scrollTerm(); case 12: case "end": return _context.stop(); } } }, _callee, this); })); function _appendText(_x, _x2) { return _appendText2.apply(this, arguments); } return _appendText; }() }, { key: "_appendTextLn", value: function () { var _appendTextLn2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee2(text, type) { var filter, write_time, divClass, textDiv, _args2 = arguments; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: filter = _args2.length > 2 && _args2[2] !== undefined ? _args2[2] : true; write_time = Date.now(); this.pending_writes.push(0); _context2.next = 5; return _util_utils__WEBPACK_IMPORTED_MODULE_5__.sleep(3); case 5: this.pending_writes.pop(); if (!(this.last_clear >= write_time)) { _context2.next = 8; break; } return _context2.abrupt("return"); case 8: divClass = this.getClassForType(type); textDiv = document.createElement("div"); textDiv.classList.add(divClass); if (filter) textDiv.innerHTML = this.getOutputText(text);else textDiv.innerHTML = "".concat(text, ""); if (this.currentLine != null && this.currentLine.innerHTML.length === 0) { this.termDiv.removeChild(this.currentLine); } this.termDiv.insertBefore(textDiv, this.inputDiv); this.currentLine = null; this.scrollTerm(); case 16: case "end": return _context2.stop(); } } }, _callee2, this); })); function _appendTextLn(_x3, _x4) { return _appendTextLn2.apply(this, arguments); } return _appendTextLn; }() }, { key: "_appendUserInput", value: function () { var _appendUserInput2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee3(text) { var write_time, divClass, textDiv; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee3$(_context3) { while (1) { switch (_context3.prev = _context3.next) { case 0: write_time = Date.now(); this.pending_writes.push(0); _context3.next = 4; return _util_utils__WEBPACK_IMPORTED_MODULE_5__.sleep(3); case 4: this.pending_writes.pop(); if (!(this.last_clear >= write_time)) { _context3.next = 7; break; } return _context3.abrupt("return"); case 7: divClass = this.getClassForType(DOMConsole.INPUT); textDiv = document.createElement("div"); textDiv.innerHTML = this.getUserInputText(text); textDiv.classList.add(divClass); this.termDiv.insertBefore(textDiv, this.inputDiv); this.currentLine = null; this.scrollTerm(); case 14: case "end": return _context3.stop(); } } }, _callee3, this); })); function _appendUserInput(_x5) { return _appendUserInput2.apply(this, arguments); } return _appendUserInput; }() }, { key: "getOutputText", value: function getOutputText(text) { text = text.replace(/\s/g, " "); return "".concat(text, ""); } }, { key: "getUserInputText", value: function getUserInputText(text) { if (text.trim().length == 0) { text = " "; } return "".concat(text, ""); } }, { key: "scrollTerm", value: function scrollTerm() { //scrollIt(this.inputDiv.previousSibling,200); this.termDiv.scrollTop = this.termDiv.scrollHeight; } }, { key: "focus", value: function focus() { this.termDiv.style.display = "block"; // Is in draggable mode? if (!this.disableMarginTop && this.parent.style.top.length == 0) { this.parent.style.marginTop = "-160px"; } if (this.needInput) { this.showInput(); this.scheduleNotify(); } if (!_util_utils__WEBPACK_IMPORTED_MODULE_5__.isElementInViewport(this.termDiv)) this.termDiv.scrollIntoView(false); this.scrollTerm(); } }, { key: "hide", value: function hide() { if (this.needInput) { clearInterval(this.idleInterval); this.hideInput(); this.needInput = true; } // Is in draggable mode? if (!this.disableMarginTop && this.parent.style.top.length == 0) { this.parent.style.marginTop = "0"; } this.termDiv.style.display = "none"; } }, { key: "getClassForType", value: function getClassForType(type) { switch (type) { case DOMConsole.INPUT: return "ivprog-term-userInput"; case DOMConsole.USER: return "ivprog-term-userText"; case DOMConsole.INFO: return "ivprog-term-info"; case DOMConsole.ERR: return "ivprog-term-error"; } } }, { key: "dispose", value: function dispose() { this.input.removeEventListener("keyup", this.updateSpanText.bind(this)); this.input.removeEventListener("blur", this.stopBlinkCaret.bind(this)); this.input.removeEventListener("keydown", this.registerInput.bind(this)); this.inputCMD.removeEventListener("click", this.blinkCaretAndFocus.bind(this)); this.clearBtn.removeEventListener("click", this.clearBtnClick.bind(this)); this.hideBtn.removeEventListener("click", this.hideBtnClick.bind(this)); this.showBtn.removeEventListener("click", this.showBtnClick.bind(this)); this.input = null; this.inputCMD = null; this.inputDiv = null; this.termDiv = null; this.inputSpan = null; this.cursorRef = null; this.clearBtn = null; this.hideBtn = null; this.showBtn = null; this.currentLine = null; var cNode = this.parent.cloneNode(false); this.parent.parentNode.replaceChild(cNode, this.parent); if (this.cursorInterval != null) { clearInterval(this.cursorInterval); } if (this.idleInterval != null) { clearInterval(this.idleInterval); } } }, { key: "showInput", value: function showInput() { this.needInput = true; this.inputDiv.style.display = "block"; this.inputCMD.click(); //this.inputCMD.scrollIntoView(); this.scrollTerm(); } }, { key: "hideInput", value: function hideInput() { this.needInput = false; this.inputDiv.style.display = " none"; clearInterval(this.cursorInterval); this.cursorInterval = null; } }, { key: "requestInput", value: function requestInput() { var _this2 = this; var anyKey = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var promise = new Promise(function (resolve, _) { _this2.inputListeners.push(resolve); _this2.anyKey = anyKey; if (_this2.idleInterval == null) _this2.scheduleNotify(); _this2.showInput(); }); return promise; } }, { key: "sendOutput", value: function sendOutput(text) { //console.debug(text); var output = "" + text; if (output.indexOf("\n") !== -1) { //console.debug("newline"); var outputList = output.split("\n"); var i = 0; for (; i < outputList.length - 1; i += 1) { //console.debug("newline write"); var _t = outputList[i]; _t = _t.replace(/\t/g, " "); _t = _t.replace(/\s/g, " "); if (_t.length !== 0) { this.write(_t); } this.write("", true); } var t = outputList[i]; t = t.replace(/\t/g, " "); t = t.replace(/\s/g, " "); if (t.length != 0) this.write(t); } else { // console.debug("no newline"); output = output.replace(/\t/g, " "); output = output.replace(/\s/g, " "); if (output.length != 0) this.write(output); } } }, { key: "clearPendingWrites", value: function clearPendingWrites() { this.last_clear = Date.now(); } }, { key: "clear", value: function clear() { this.clearPendingWrites(); while (this.inputDiv.parentElement.childNodes.length > 1) { this.inputDiv.parentElement.removeChild(this.inputDiv.parentElement.firstChild); } this.input.value = ""; this.inputSpan.innerHTML = ""; this.currentLine = null; } }, { key: "clearBtnClick", value: function clearBtnClick() { this.clear(); } }, { key: "showBtnClick", value: function showBtnClick() { this.focus(); } }, { key: "hideBtnClick", value: function hideBtnClick() { this.hide(); } }, { key: "notifyIdle", value: function notifyIdle() { this.info(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__.LocalizedStrings.getMessage("awaiting_input_message")); this.inputCMD.click(); } }, { key: "scheduleNotify", value: function scheduleNotify() { this.idleInterval = window.setInterval(this.notifyIdle.bind(this), _util_config__WEBPACK_IMPORTED_MODULE_6__.Config.idle_input_interval); } }, { key: "cancelPendingInputRequests", value: function cancelPendingInputRequests() { this.inputListeners.forEach(function (resolve) { return resolve(""); }); this.inputListeners.splice(0, this.inputListeners.length); if (this.idleInterval != null) { clearInterval(this.idleInterval); this.idleInterval = null; } this.input.value = ""; this.inputSpan.innerHTML = ""; this.currentLine = null; this.hideInput(); this.anyKey = false; } }]); return DOMConsole; }(); /***/ }), /***/ "./js/io/input.js": /*!************************!*\ !*** ./js/io/input.js ***! \************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Input": () => (/* binding */ Input) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); var Input = /*#__PURE__*/function () { function Input() { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Input); } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Input, [{ key: "requestInput", value: function requestInput() { throw new Error("Must be implemented"); } }, { key: "cancelPendingInputRequests", value: function cancelPendingInputRequests() { throw new Error("Must be implemented"); } }]); return Input; }(); /***/ }), /***/ "./js/io/output.js": /*!*************************!*\ !*** ./js/io/output.js ***! \*************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "Output": () => (/* binding */ Output) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); var Output = /*#__PURE__*/function () { function Output() { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, Output); } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(Output, [{ key: "sendOutput", value: function sendOutput(text) { throw new Error("Must be implemented"); } }]); return Output; }(); /***/ }), /***/ "./js/main.js": /*!********************!*\ !*** ./js/main.js ***! \********************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "runner": () => (/* reexport safe */ _runner__WEBPACK_IMPORTED_MODULE_0__.runner), /* harmony export */ "initVisualUI": () => (/* reexport safe */ _visualUI_functions__WEBPACK_IMPORTED_MODULE_1__.initVisualUI), /* harmony export */ "addFunctionChangeListener": () => (/* reexport safe */ _visualUI_functions__WEBPACK_IMPORTED_MODULE_1__.addFunctionChangeListener), /* harmony export */ "addGlobalChangeListener": () => (/* reexport safe */ _visualUI_functions__WEBPACK_IMPORTED_MODULE_1__.addGlobalChangeListener), /* harmony export */ "removeFunctionListener": () => (/* reexport safe */ _visualUI_functions__WEBPACK_IMPORTED_MODULE_1__.removeFunctionListener), /* harmony export */ "removeGlobalListener": () => (/* reexport safe */ _visualUI_functions__WEBPACK_IMPORTED_MODULE_1__.removeGlobalListener), /* harmony export */ "getTestCases": () => (/* reexport safe */ _visualUI_functions__WEBPACK_IMPORTED_MODULE_1__.getTestCases), /* harmony export */ "autoEval": () => (/* reexport safe */ _util_iassignHelpers__WEBPACK_IMPORTED_MODULE_5__.autoEval), /* harmony export */ "prepareActivityToStudentHelper": () => (/* reexport safe */ _util_iassignHelpers__WEBPACK_IMPORTED_MODULE_5__.prepareActivityToStudentHelper), /* harmony export */ "prepareActivityToStudentHelperJSON": () => (/* reexport safe */ _util_iassignHelpers__WEBPACK_IMPORTED_MODULE_5__.prepareActivityToStudentHelperJSON), /* harmony export */ "LocalizedStrings": () => (/* binding */ LocalizedStrings), /* harmony export */ "i18n": () => (/* binding */ i18n), /* harmony export */ "getLogs": () => (/* reexport safe */ _services_userLog__WEBPACK_IMPORTED_MODULE_4__.getLogs), /* harmony export */ "getLogsAsString": () => (/* reexport safe */ _services_userLog__WEBPACK_IMPORTED_MODULE_4__.getLogsAsString), /* harmony export */ "registerClick": () => (/* reexport safe */ _services_userLog__WEBPACK_IMPORTED_MODULE_4__.registerClick), /* harmony export */ "registerUserEvent": () => (/* reexport safe */ _services_userLog__WEBPACK_IMPORTED_MODULE_4__.registerUserEvent), /* harmony export */ "parseLogs": () => (/* reexport safe */ _services_userLog__WEBPACK_IMPORTED_MODULE_4__.parseLogs), /* harmony export */ "ActionTypes": () => (/* reexport safe */ _services_userLog__WEBPACK_IMPORTED_MODULE_4__.ActionTypes), /* harmony export */ "CodeEditor": () => (/* binding */ CodeEditor), /* harmony export */ "openAssessmentDetail": () => (/* reexport safe */ _util_utils__WEBPACK_IMPORTED_MODULE_6__.openAssessmentDetail), /* harmony export */ "autoGenerateTestCaseOutput": () => (/* reexport safe */ _util_auto_gen_output__WEBPACK_IMPORTED_MODULE_11__.autoGenerateTestCaseOutput), /* harmony export */ "Config": () => (/* reexport safe */ _util_config__WEBPACK_IMPORTED_MODULE_7__.Config), /* harmony export */ "parseExpression": () => (/* reexport safe */ _util_parseFromVisual__WEBPACK_IMPORTED_MODULE_9__.parseExpression), /* harmony export */ "parseCode": () => (/* reexport safe */ _util_parseFromVisual__WEBPACK_IMPORTED_MODULE_9__.parseCode), /* harmony export */ "generateCode": () => (/* reexport safe */ _visualUI_code_generator__WEBPACK_IMPORTED_MODULE_12__.generate), /* harmony export */ "levenshteinDistance": () => (/* reexport safe */ _util_utils__WEBPACK_IMPORTED_MODULE_6__.levenshteinDistance), /* harmony export */ "processData": () => (/* reexport safe */ _util_dataProcess__WEBPACK_IMPORTED_MODULE_8__.processData), /* harmony export */ "Settings": () => (/* binding */ Settings), /* harmony export */ "setPreviousAlgorithm": () => (/* reexport safe */ _util_iassignHelpers__WEBPACK_IMPORTED_MODULE_5__.setPreviousAlgorithm) /* harmony export */ }); /* harmony import */ var _runner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./runner */ "./js/runner.js"); /* harmony import */ var _visualUI_functions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./visualUI/functions */ "./js/visualUI/functions.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _services_i18nHelper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./services/i18nHelper */ "./js/services/i18nHelper.js"); /* harmony import */ var _services_userLog__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./services/userLog */ "./js/services/userLog.js"); /* harmony import */ var _util_iassignHelpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./util/iassignHelpers */ "./js/util/iassignHelpers.js"); /* harmony import */ var _util_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./util/utils */ "./js/util/utils.js"); /* harmony import */ var _util_config__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./util/config */ "./js/util/config.ts"); /* harmony import */ var _util_dataProcess__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./util/dataProcess */ "./js/util/dataProcess.js"); /* harmony import */ var _util_parseFromVisual__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./util/parseFromVisual */ "./js/util/parseFromVisual.js"); /* harmony import */ var _visualUI_text_editor__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./visualUI/text_editor */ "./js/visualUI/text_editor.js"); /* harmony import */ var _util_auto_gen_output__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./util/auto_gen_output */ "./js/util/auto_gen_output.js"); /* harmony import */ var _visualUI_code_generator__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./visualUI/code_generator */ "./js/visualUI/code_generator.js"); var CodeEditor = { initTextEditor: _visualUI_text_editor__WEBPACK_IMPORTED_MODULE_10__.initTextEditor, setCode: _visualUI_text_editor__WEBPACK_IMPORTED_MODULE_10__.setCode, getCode: _visualUI_text_editor__WEBPACK_IMPORTED_MODULE_10__.getCode, updateEditor: _visualUI_text_editor__WEBPACK_IMPORTED_MODULE_10__.updateEditor, disable: _visualUI_text_editor__WEBPACK_IMPORTED_MODULE_10__.disable }; var Settings = { programming: [], functions: [], datatypes: [], commands: [], filter: [] }; var i18n = _services_i18nHelper__WEBPACK_IMPORTED_MODULE_3__.i18nHelper.i18n; var LocalizedStrings = _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.getInstance(); /***/ }), /***/ "./js/processor/definedFunctions.js": /*!******************************************!*\ !*** ./js/processor/definedFunctions.js ***! \******************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "LanguageDefinedFunction": () => (/* binding */ LanguageDefinedFunction) /* harmony export */ }); /* harmony import */ var _services_languageService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../services/languageService */ "./js/services/languageService.ts"); /* harmony import */ var _lib_io__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./lib/io */ "./js/processor/lib/io.js"); /* harmony import */ var _lib_strings__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./lib/strings */ "./js/processor/lib/strings.js"); /* harmony import */ var _lib_arrays__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./lib/arrays */ "./js/processor/lib/arrays.js"); /* harmony import */ var _lib_lang__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./lib/lang */ "./js/processor/lib/lang.js"); /* harmony import */ var _lib_math__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./lib/math */ "./js/processor/lib/math.js"); function valueToKey(value, object) { for (var key in object) { if (Object.prototype.hasOwnProperty.call(object, key)) { if (object[key] === value) { return key; } } } return null; } function concatObjects() { var result = {}; for (var i = 0; i < arguments.length; i++) { var obj = i < 0 || arguments.length <= i ? undefined : arguments[i]; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { result[key] = obj[key]; } } } return result; } var libsObject = { $mathLib: { $sin: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createSinFun)(), $cos: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createCosFun)(), $tan: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createTanFun)(), $sqrt: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createSqrtFun)(), $pow: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createPowFun)(), $log: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createLogFun)(), $abs: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createAbsFun)(), $negate: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createNegateFun)(), $invert: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createInvertFun)(), $max: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createMaxFun)(), $min: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createMinFun)(), $rand: (0,_lib_math__WEBPACK_IMPORTED_MODULE_5__.createRandFun)() }, $ioLib: { $read: (0,_lib_io__WEBPACK_IMPORTED_MODULE_1__.createInputFun)(), $write: (0,_lib_io__WEBPACK_IMPORTED_MODULE_1__.createOutputFun)() }, $strLib: { $substring: (0,_lib_strings__WEBPACK_IMPORTED_MODULE_2__.createSubstringFun)(), $length: (0,_lib_strings__WEBPACK_IMPORTED_MODULE_2__.createLengthFun)(), $uppercase: (0,_lib_strings__WEBPACK_IMPORTED_MODULE_2__.createUppercaseFun)(), $lowercase: (0,_lib_strings__WEBPACK_IMPORTED_MODULE_2__.createLowercaseFun)(), $charAt: (0,_lib_strings__WEBPACK_IMPORTED_MODULE_2__.createrCharAtFun)() }, $arrayLib: { $numElements: (0,_lib_arrays__WEBPACK_IMPORTED_MODULE_3__.createNumElementsFun)(), $matrixLines: (0,_lib_arrays__WEBPACK_IMPORTED_MODULE_3__.createMatrixLinesFun)(), $matrixColumns: (0,_lib_arrays__WEBPACK_IMPORTED_MODULE_3__.createMatrixColumnsFun)() }, $langLib: { $isReal: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createIsRealFun)(), $isInt: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createIsIntFun)(), $isBool: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createIsBoolFun)(), $castReal: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createCastRealFun)(), $castInt: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createCastIntFun)(), $castBool: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createCastBoolFun)(), $castString: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createCastStringFun)(), $castChar: (0,_lib_lang__WEBPACK_IMPORTED_MODULE_4__.createCastCharFun)() } }; var funcsObject = concatObjects(libsObject.$ioLib, libsObject.$langLib, libsObject.$strLib, libsObject.$arrayLib); var LanguageDefinedFunction = Object.freeze({ getMainFunctionName: function getMainFunctionName() { return _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangFuncs().main_function; }, getInternalName: function getInternalName(localName) { if (localName.indexOf(".") !== -1) { var names = localName.split("."); var lib = valueToKey(names[0], _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangLibs()); var internalName = valueToKey(names[1], _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangFuncs()); if (lib === null || internalName === null) { return null; } return lib + "." + internalName; } var funcName = valueToKey(localName, _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangFuncs()); if (funcName !== null) { if (funcsObject[funcName]) { return funcName; } } return null; }, getFunction: function getFunction(internalName) { if (internalName.indexOf(".") !== -1) { var names = internalName.split("."); var libName = names[0]; var funName = names[1]; return libsObject[libName][funName]; } return funcsObject[internalName]; }, getLocalName: function getLocalName(internalName) { if (internalName.indexOf(".") !== -1) { var names = internalName.split("."); var libName = _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangLibs()[names[0]]; var funName = _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangFuncs()[names[1]]; return "".concat(libName, ".").concat(funName); } else if (_services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangFuncs()[internalName]) { return _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLangFuncs()[internalName]; } else { return internalName; } } }); /***/ }), /***/ "./js/processor/error/processorErrorFactory.js": /*!*****************************************************!*\ !*** ./js/processor/error/processorErrorFactory.js ***! \*****************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ProcessorErrorFactory": () => (/* binding */ ProcessorErrorFactory) /* harmony export */ }); /* harmony import */ var _runtimeError__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./runtimeError */ "./js/processor/error/runtimeError.js"); /* harmony import */ var _semanticError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./semanticError */ "./js/processor/error/semanticError.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _definedFunctions__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../definedFunctions */ "./js/processor/definedFunctions.js"); var LocalizedStrings = _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.getInstance(); function createRuntimeError(i18n_id) { var context = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; return new _runtimeError__WEBPACK_IMPORTED_MODULE_0__.RuntimeError(LocalizedStrings.getError(i18n_id, context), i18n_id); } function createSemanticError(i18n_id) { var context = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; return new _semanticError__WEBPACK_IMPORTED_MODULE_1__.SemanticError(LocalizedStrings.getError(i18n_id, context), i18n_id); } var ProcessorErrorFactory = Object.freeze({ symbol_not_found_full: function symbol_not_found_full(id, sourceInfo) { if (sourceInfo) { var context = [id, sourceInfo.line, sourceInfo.column]; var error = createSemanticError("symbol_not_found_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.symbol_not_found(id); } }, symbol_not_found: function symbol_not_found(id) { var context = [id]; return createSemanticError("symbol_not_found", context); }, function_missing_full: function function_missing_full(id, sourceInfo) { if (sourceInfo) { var context = [id, sourceInfo.line, sourceInfo.column]; var error = createSemanticError("function_missing_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.function_missing(id); } }, function_missing: function function_missing(id) { var context = [id]; return createSemanticError("function_missing", context); }, main_missing: function main_missing() { return createSemanticError("main_missing"); }, array_dimension_not_int_full: function array_dimension_not_int_full(sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line]; var error = createSemanticError("array_dimension_not_int_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.array_dimension_not_int(); } }, array_dimension_not_int: function array_dimension_not_int() { return createSemanticError("array_dimension_not_int"); }, unknown_command_full: function unknown_command_full(sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line]; var error = createRuntimeError("unknown_command_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.unknown_command(); } }, unknown_command: function unknown_command() { return createRuntimeError("unknown_command"); }, incompatible_types_full: function incompatible_types_full(left_type, left_dim, right_type, right_dim, exp, source_info) { if (source_info) { var context = [LocalizedStrings.translateType(left_type, left_dim), exp, source_info.line, LocalizedStrings.translateType(right_type, right_dim)]; var error = createSemanticError("incompatible_types_full", context); error.context = { line: source_info.line, column: source_info.column }; return error; } else { return ProcessorErrorFactory.incompatible_types(left_type, left_dim, right_type, right_dim, exp); } }, incompatible_types: function incompatible_types(left_type, left_dim, right_type, right_dim, exp) { var context = [LocalizedStrings.translateType(left_type, left_dim), exp, LocalizedStrings.translateType(right_type, right_dim)]; return createSemanticError("incompatible_types", context); }, incompatible_types_array_full: function incompatible_types_array_full(exp, type, dim, sourceInfo) { if (sourceInfo) { var context = [exp, LocalizedStrings.translateType(type, dim), sourceInfo.line, sourceInfo.column]; var error = createSemanticError("incompatible_types_array_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.incompatible_types_array(exp, type, dim); } }, incompatible_types_array: function incompatible_types_array(exp, type, dim) { var context = [exp, LocalizedStrings.translateType(type, dim)]; return createSemanticError("incompatible_types_array", context); }, loop_condition_type_full: function loop_condition_type_full(exp, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, sourceInfo.column, exp]; var error = createSemanticError("loop_condition_type_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.loop_condition_type(exp); } }, loop_condition_type: function loop_condition_type(exp) { var context = [exp]; return createSemanticError("loop_condition_type", context); }, /** * @deprecated 01/10/2019 */ endless_loop_full: function endless_loop_full(sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line]; var error = createSemanticError("endless_loop_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.endless_loop(); } }, endless_loop: function endless_loop() { return createSemanticError("endless_loop"); }, if_condition_type_full: function if_condition_type_full(exp, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, sourceInfo.column, exp]; var error = createSemanticError("if_condition_type_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.if_condition_type(exp); } }, if_condition_type: function if_condition_type(exp) { var context = [exp]; return createSemanticError("if_condition_type", context); }, invalid_global_var: function invalid_global_var() { return createRuntimeError("invalid_global_var"); }, not_implemented: function not_implemented(id) { var context = [id]; return createRuntimeError("not_implemented", context); }, invalid_case_type_full: function invalid_case_type_full(exp, type, dim, sourceInfo) { if (sourceInfo) { var context = [exp, LocalizedStrings.translateType(type, dim), sourceInfo.line, sourceInfo.column]; var error = createSemanticError("invalid_case_type_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_case_type(exp, type, dim); } }, invalid_case_type: function invalid_case_type(exp, type, dim) { var context = [exp, LocalizedStrings.translateType(type, dim)]; return createSemanticError("invalid_case_type", context); }, void_in_expression_full: function void_in_expression_full(id, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, sourceInfo.column, id]; var error = createSemanticError("void_in_expression_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.void_in_expression(id); } }, void_in_expression: function void_in_expression(id) { var context = [id]; return createSemanticError("void_in_expression", context); }, invalid_array_access_full: function invalid_array_access_full(id, sourceInfo) { if (sourceInfo) { var context = [id, sourceInfo.line, sourceInfo.column]; var error = createSemanticError("invalid_array_access_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_array_access(id); } }, invalid_array_access: function invalid_array_access(id) { var context = [id]; return createSemanticError("invalid_array_access", context); }, invalid_matrix_access_full: function invalid_matrix_access_full(id, sourceInfo) { if (sourceInfo) { var context = [id, sourceInfo.line, sourceInfo.column]; var error = createSemanticError("invalid_matrix_access_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_matrix_access(id); } }, invalid_matrix_access: function invalid_matrix_access(id) { var context = [id]; return createSemanticError("invalid_matrix_access", context); }, matrix_column_outbounds_full: function matrix_column_outbounds_full(id, value, columns, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, value, id, columns]; var error = createRuntimeError("matrix_column_outbounds_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.matrix_column_outbounds(id, value, columns); } }, matrix_column_outbounds: function matrix_column_outbounds(id, value, columns) { var context = [value, id, columns]; return createRuntimeError("matrix_column_outbounds", context); }, matrix_line_outbounds_full: function matrix_line_outbounds_full(id, value, lines, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, value, id, lines]; var error = createRuntimeError("matrix_line_outbounds_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.matrix_line_outbounds(id, value, lines); } }, matrix_line_outbounds: function matrix_line_outbounds(id, value, lines) { var context = [value, id, lines]; return createRuntimeError("matrix_line_outbounds", context); }, vector_line_outbounds_full: function vector_line_outbounds_full(id, value, lines, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, value, id, lines]; var error = createRuntimeError("vector_line_outbounds_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.vector_line_outbounds(id, value, lines); } }, vector_line_outbounds: function vector_line_outbounds(id, value, lines) { var context = [value, id, lines]; return createRuntimeError("vector_line_outbounds", context); }, vector_not_matrix_full: function vector_not_matrix_full(id, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, id]; var error = createRuntimeError("vector_not_matrix_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.vector_not_matrix(id); } }, vector_not_matrix: function vector_not_matrix(id) { var context = [id]; return createRuntimeError("vector_not_matrix", context); }, function_no_return: function function_no_return(id) { var context = [id]; return createSemanticError("function_no_return", context); }, invalid_void_return_full: function invalid_void_return_full(id, type, dim, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, id, LocalizedStrings.translateType(type, dim)]; var error = createSemanticError("invalid_void_return_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_void_return(id, type, dim); } }, invalid_void_return: function invalid_void_return(id, type, dim) { var context = [id, LocalizedStrings.translateType(type, dim)]; return createSemanticError("invalid_void_return_full", context); }, invalid_return_type_full: function invalid_return_type_full(id, type, dim, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, id, LocalizedStrings.translateType(type, dim)]; var error = createSemanticError("invalid_return_type_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_return_type(id, type, dim); } }, invalid_return_type: function invalid_return_type(id, type, dim) { var context = [id, LocalizedStrings.translateType(type, dim)]; return createSemanticError("invalid_return_type", context); }, invalid_parameters_size_full: function invalid_parameters_size_full(id, expected, actual, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, id, expected, actual]; var error = createSemanticError("invalid_parameters_size_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_parameters_size(id, expected, actual); } }, invalid_parameters_size: function invalid_parameters_size(id, expected, actual) { var context = [id, expected, actual]; return createSemanticError("invalid_parameters_size", context); }, invalid_parameter_type_full: function invalid_parameter_type_full(fun_name, exp, sourceInfo) { if (sourceInfo) { var context = [exp, _definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getLocalName(fun_name), sourceInfo.line]; var error = createSemanticError("invalid_parameter_type_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_parameter_type(fun_name, exp); } }, invalid_parameter_type: function invalid_parameter_type(fun_name, exp) { var context = [exp, _definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getLocalName(fun_name)]; return createSemanticError("invalid_parameter_type_full", context); }, invalid_ref_full: function invalid_ref_full(id, exp, sourceInfo) { if (sourceInfo) { var context = [exp, id, sourceInfo.line]; var error = createSemanticError("invalid_ref_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_ref(id, exp); } }, invalid_ref: function invalid_ref(id, exp) { var context = [exp, id]; return createSemanticError("invalid_ref", context); }, unexpected_break_command_full: function unexpected_break_command_full(sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line]; var error = createRuntimeError("unexpected_break_command_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.unexpected_break_command(); } }, unexpected_break_command: function unexpected_break_command() { return createRuntimeError("unexpected_break_command"); }, invalid_array_literal_type_full: function invalid_array_literal_type_full(exp, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, exp]; var error = createRuntimeError("invalid_array_literal_type_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_array_literal_type(exp); } }, invalid_array_literal_type: function invalid_array_literal_type(exp) { var context = [exp]; return createRuntimeError("invalid_array_literal_type", context); }, invalid_array_literal_line_full: function invalid_array_literal_line_full(expected, actual, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, expected, actual]; var error = createRuntimeError("invalid_array_literal_line_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_array_literal_type(expected, actual); } }, invalid_array_literal_line: function invalid_array_literal_line(expected, actual) { var context = [expected, actual]; return createRuntimeError("invalid_array_literal_line", context); }, invalid_array_literal_column_full: function invalid_array_literal_column_full(expected, actual, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, expected, actual]; var error = createRuntimeError("invalid_array_literal_column_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_array_literal_column(expected, actual); } }, invalid_array_literal_column: function invalid_array_literal_column(expected, actual) { var context = [expected, actual]; return createRuntimeError("invalid_array_literal_column", context); }, invalid_unary_op_full: function invalid_unary_op_full(expString, opName, type, dim, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, expString, LocalizedStrings.translateOp(opName), LocalizedStrings.translateType(type, dim)]; var error = createRuntimeError("invalid_unary_op_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_unary_op(opName, type, dim); } }, invalid_unary_op: function invalid_unary_op(expString, opName, type, dim) { var context = [expString, LocalizedStrings.translateOp(opName), LocalizedStrings.translateType(type, dim)]; return createRuntimeError("invalid_unary_op", context); }, invalid_infix_op_full: function invalid_infix_op_full(expString, opName, typeLeft, dimLeft, typeRight, dimRight, sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line, expString, LocalizedStrings.translateOp(opName), LocalizedStrings.translateType(typeLeft, dimLeft), LocalizedStrings.translateType(typeRight, dimRight)]; var error = createRuntimeError("invalid_infix_op_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_infix_op(opName, typeLeft, dimLeft, typeRight, dimRight); } }, invalid_infix_op: function invalid_infix_op(expString, opName, typeLeft, dimLeft, typeRight, dimRight) { var context = [expString, LocalizedStrings.translateOp(opName), LocalizedStrings.translateType(typeLeft, dimLeft), LocalizedStrings.translateType(typeRight, dimRight)]; return createRuntimeError("invalid_infix_op", context); }, array_dimension_not_positive_full: function array_dimension_not_positive_full(sourceInfo) { if (sourceInfo) { var context = [sourceInfo.line]; var error = createSemanticError("array_dimension_not_positive_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.array_dimension_not_positive(); } }, array_dimension_not_positive: function array_dimension_not_positive() { return createSemanticError("array_dimension_not_positive"); }, invalid_type_conversion: function invalid_type_conversion(value, type, dim) { var context = [value, LocalizedStrings.translateType(type, dim)]; return createRuntimeError("invalid_type_conversion", context); }, invalid_read_type: function invalid_read_type(exp, type, dim, name, source_info) { var context = [source_info.line, exp, LocalizedStrings.translateType(type, dim), name]; var error = createRuntimeError("invalid_read_type", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_read_type_array: function invalid_read_type_array(exp, typePos, dimPos, name, typeArray, dimArray, sourceInfo) { var context = [sourceInfo.line, exp, LocalizedStrings.translateType(typePos, dimPos), name, LocalizedStrings.translateType(typeArray, dimArray)]; var error = createRuntimeError("invalid_read_type_array", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; }, invalid_const_ref_full: function invalid_const_ref_full(fun_name, exp, sourceInfo) { if (sourceInfo) { var context = [exp, _definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getLocalName(fun_name), sourceInfo.line]; var error = createSemanticError("invalid_const_ref_full", context); error.context = { line: sourceInfo.line, column: sourceInfo.column }; return error; } else { return ProcessorErrorFactory.invalid_const_ref(fun_name, exp); } }, invalid_const_ref: function invalid_const_ref(fun_name, exp) { var context = [exp, _definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getLocalName(fun_name)]; var error = createSemanticError("invalid_const_ref", context); return error; }, invalid_const_assignment_full: function invalid_const_assignment_full(var_id, source_info) { if (source_info) { var context = [source_info.line, var_id]; var error = createSemanticError("invalid_const_assignment_full", context); error.context = { line: source_info.line, column: source_info.column }; return error; } else { return ProcessorErrorFactory.invalid_const_assignment(var_id); } }, invalid_const_assignment: function invalid_const_assignment(var_id) { var context = [var_id]; return createSemanticError("invalid_const_assignment", context); }, invalid_vector_assignment_full: function invalid_vector_assignment_full(left_id, left_size, right_id, right_size, source_info) { if (source_info) { var context = [source_info.line, left_id, left_size, right_id, right_size]; var error = createRuntimeError("invalid_vector_assignment_full", context); error.context = { line: source_info.line, column: source_info.column }; return error; } else { return ProcessorErrorFactory.invalid_vector_assignment(left_id, left_size, right_id, right_size); } }, invalid_vector_assignment: function invalid_vector_assignment(left_id, left_size, right_id, right_size) { var context = [left_id, left_size, right_id, right_size]; return createRuntimeError("invalid_vector_assignment", context); }, invalid_matrix_assignment_full: function invalid_matrix_assignment_full(left_id, left_line, left_column, right_id, right_line, right_column, source_info) { if (source_info) { var context = [source_info.line, left_id, left_line, left_column, right_id, right_line, right_column]; var error = createRuntimeError("invalid_matrix_assignment_full", context); error.context = { line: source_info.line, column: source_info.column }; return error; } else { return ProcessorErrorFactory.invalid_matrix_assignment(left_id, left_line, left_column, right_id, right_line, right_column); } }, invalid_matrix_assignment: function invalid_matrix_assignment(left_id, left_line, left_column, right_id, right_line, right_column) { var context = [left_id, left_line, left_column, right_id, right_line, right_column]; return createRuntimeError("invalid_matrix_assignment", context); }, matrix_to_vector_attr: function matrix_to_vector_attr(left_id, right_id, source_info) { // SourceInfo have to be valid... var context = [source_info.line, right_id, left_id]; var error = createSemanticError("matrix_to_vector_attr", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, vector_to_matrix_attr: function vector_to_matrix_attr(left_id, right_id, source_info) { // SourceInfo have to be valid... var context = [source_info.line, right_id, left_id]; var error = createSemanticError("vector_to_matrix_attr", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_matrix_index_assign_full: function invalid_matrix_index_assign_full(mat_id, mat_line, mat_size, exp, exp_size, source_info) { if (source_info) { var context = [source_info.line, mat_line, mat_id, mat_size, exp, exp_size]; var error = createRuntimeError("invalid_matrix_index_assign_full", context); error.context = { line: source_info.line, column: source_info.column }; return error; } else { return ProcessorErrorFactory.invalid_matrix_index_assign(mat_id, mat_line, mat_size, exp, exp_size); } }, invalid_matrix_index_assign: function invalid_matrix_index_assign(mat_id, mat_line, mat_size, exp, exp_size) { var context = [mat_line, mat_id, mat_size, exp, exp_size]; return createRuntimeError("invalid_matrix_index_assign", context); }, invalid_number_elements_vector: function invalid_number_elements_vector(expected_num, exp, actual_num, source_info) { // SourceInfo have to be valid... var context = [expected_num, source_info.line, exp, actual_num]; var error = createRuntimeError("invalid_number_elements_vector", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_number_lines_matrix: function invalid_number_lines_matrix(expected_num, exp, actual_num, source_info) { // SourceInfo have to be valid... var context = [expected_num, source_info.line, exp, actual_num]; var error = createRuntimeError("invalid_number_lines_matrix", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, divsion_by_zero_full: function divsion_by_zero_full(exp, source_info) { if (source_info) { var context = [source_info.line, exp]; var error = createRuntimeError("divsion_by_zero_full", context); error.context = { line: source_info.line, column: source_info.column }; return error; } else { return ProcessorErrorFactory.divsion_by_zero(exp); } }, divsion_by_zero: function divsion_by_zero(exp) { var context = [exp]; return createRuntimeError("divsion_by_zero", context); }, undefined_tanget_value: function undefined_tanget_value(value, source_info) { var context = [source_info.line, value]; var error = createRuntimeError("undefined_tanget_value", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, negative_log_value: function negative_log_value(source_info) { var error = createRuntimeError("negative_log_value", [source_info.line]); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_string_index: function invalid_string_index(index, str, source_info) { var local_fun_name = _definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getLocalName("$charAt"); var context = [source_info.line, local_fun_name, index, str, str.length - 1]; var error = createRuntimeError("invalid_string_index", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, negative_sqrt_value: function negative_sqrt_value(source_info) { var error = createRuntimeError("negative_sqrt_value", [source_info.line]); error.context = { line: source_info.line, column: source_info.column }; return error; }, /** * @deprecated 01/10/2019 */ exceeded_recursive_calls: function exceeded_recursive_calls(source_info) { var context = [source_info.line]; var error = createRuntimeError("exceeded_recursive_calls", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_for_variable: function invalid_for_variable(id, source_info) { var context = [source_info.line, id]; var error = createSemanticError("invalid_for_variable", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_for_from: function invalid_for_from(exp, source_info) { var context = [source_info.line, exp]; var error = createSemanticError("invalid_for_from", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_for_to: function invalid_for_to(exp, source_info) { var context = [source_info.line, exp]; var error = createSemanticError("invalid_for_to", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, invalid_for_pass: function invalid_for_pass(exp, source_info) { var context = [source_info.line, exp]; var error = createSemanticError("invalid_for_pass", context); error.context = { line: source_info.line, column: source_info.column }; return error; }, exceed_max_instructions: function exceed_max_instructions() { return createRuntimeError("exceed_max_instructions"); } }); /***/ }), /***/ "./js/processor/error/runtimeError.js": /*!********************************************!*\ !*** ./js/processor/error/runtimeError.js ***! \********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "RuntimeError": () => (/* binding */ RuntimeError) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ "./node_modules/@babel/runtime/helpers/assertThisInitialized.js"); /* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/wrapNativeSuper */ "./node_modules/@babel/runtime/helpers/wrapNativeSuper.js"); /* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6__); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var RuntimeError = /*#__PURE__*/function (_Error) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3___default()(RuntimeError, _Error); var _super = _createSuper(RuntimeError); function RuntimeError(msg, id) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, RuntimeError); _this = _super.call(this, msg); _this.id = id; _this._context = {}; if (Error.captureStackTrace) Error.captureStackTrace(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), RuntimeError); return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(RuntimeError, [{ key: "context", get: function get() { return this._context; }, set: function set(contextObj) { this._context = contextObj; } }]); return RuntimeError; }( /*#__PURE__*/_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6___default()(Error)); /***/ }), /***/ "./js/processor/error/semanticError.js": /*!*********************************************!*\ !*** ./js/processor/error/semanticError.js ***! \*********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "SemanticError": () => (/* binding */ SemanticError) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ "./node_modules/@babel/runtime/helpers/assertThisInitialized.js"); /* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/wrapNativeSuper */ "./node_modules/@babel/runtime/helpers/wrapNativeSuper.js"); /* harmony import */ var _babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6__); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var SemanticError = /*#__PURE__*/function (_Error) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3___default()(SemanticError, _Error); var _super = _createSuper(SemanticError); function SemanticError(msg, id) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, SemanticError); _this = _super.call(this, msg); _this.id = id; _this._context = {}; if (Error.captureStackTrace) Error.captureStackTrace(_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_2___default()(_this), SemanticError); return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(SemanticError, [{ key: "context", get: function get() { return this._context; }, set: function set(contextObj) { this._context = contextObj; } }]); return SemanticError; }( /*#__PURE__*/_babel_runtime_helpers_wrapNativeSuper__WEBPACK_IMPORTED_MODULE_6___default()(Error)); /***/ }), /***/ "./js/processor/ivprogProcessor.js": /*!*****************************************!*\ !*** ./js/processor/ivprogProcessor.js ***! \*****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "IVProgProcessor": () => (/* binding */ IVProgProcessor) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "./node_modules/@babel/runtime/helpers/slicedToArray.js"); /* harmony import */ var _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _store_store__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./store/store */ "./js/processor/store/store.ts"); /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./modes */ "./js/processor/modes.ts"); /* harmony import */ var _context__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./context */ "./js/processor/context.ts"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _ast_operators__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./../ast/operators */ "./js/ast/operators.ts"); /* harmony import */ var _definedFunctions__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./definedFunctions */ "./js/processor/definedFunctions.js"); /* harmony import */ var _compatibilityTable__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./compatibilityTable */ "./js/processor/compatibilityTable.ts"); /* harmony import */ var _ast_commands___WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./../ast/commands/ */ "./js/ast/commands/index.js"); /* harmony import */ var _ast_commands_command__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./../ast/commands/command */ "./js/ast/commands/command.js"); /* harmony import */ var _ast_expressions___WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./../ast/expressions/ */ "./js/ast/expressions/index.js"); /* harmony import */ var _ast_expressions_expression__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./../ast/expressions/expression */ "./js/ast/expressions/expression.js"); /* harmony import */ var _util_utils__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./../util/utils */ "./js/util/utils.js"); /* harmony import */ var _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./../typeSystem/array_type */ "./js/typeSystem/array_type.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _util_config__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../util/config */ "./js/util/config.ts"); /* harmony import */ var _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./error/processorErrorFactory */ "./js/processor/error/processorErrorFactory.js"); /* harmony import */ var _error_runtimeError__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./error/runtimeError */ "./js/processor/error/runtimeError.js"); /* harmony import */ var _memory_location__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../memory/location */ "./js/memory/location.ts"); /* harmony import */ var _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./store/value/store_value */ "./js/processor/store/value/store_value.ts"); /* harmony import */ var _store_value_store_value_ref__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./store/value/store_value_ref */ "./js/processor/store/value/store_value_ref.ts"); /* harmony import */ var _store_value_array_store_value__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./store/value/array_store_value */ "./js/processor/store/value/array_store_value.ts"); /* harmony import */ var _store_value_array_store_value_ref__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./store/value/array_store_value_ref */ "./js/processor/store/value/array_store_value_ref.ts"); /* harmony import */ var _store_value_store_value_address__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./store/value/store_value_address */ "./js/processor/store/value/store_value_address.ts"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ../services/localizedStringsService */ "./js/services/localizedStringsService.js"); // eslint-disable-next-line @typescript-eslint/no-unused-vars // eslint-disable-next-line @typescript-eslint/no-unused-vars var IVProgProcessor = /*#__PURE__*/function () { _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_4___default()(IVProgProcessor, null, [{ key: "MAIN_INTERNAL_ID", get: function get() { return "$main"; } }]); function IVProgProcessor(ast) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_3___default()(this, IVProgProcessor); this.ast = ast; this.globalStore = new _store_store__WEBPACK_IMPORTED_MODULE_5__.Store("$global"); this.stores = [this.globalStore]; this.context = [_context__WEBPACK_IMPORTED_MODULE_7__.Context.BASE]; this.input = null; this.forceKill = false; this.output = null; this.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RUN; /** * Stores the sourceInfo of every function call, command or expression */ this.function_call_stack = []; this.instruction_count = 0; this.function_call_count = 0; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_4___default()(IVProgProcessor, [{ key: "registerInput", value: function registerInput(input) { if (this.input !== null) this.input = null; this.input = input; } }, { key: "registerOutput", value: function registerOutput(output) { if (this.output !== null) this.output = null; this.output = output; } }, { key: "checkContext", value: function checkContext(context) { return this.context[this.context.length - 1] === context; } }, { key: "ignoreSwitchCases", value: function ignoreSwitchCases(store) { if (store.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN) { return true; } else if (store.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.BREAK) { return true; } else { return false; } } }, { key: "prepareState", value: function prepareState() { if (this.stores !== null) { for (var i = 0; i < this.stores.length; i++) { delete this.stores[i]; } this.stores = null; } if (this.globalStore !== null) this.globalStore = null; this.globalStore = new _store_store__WEBPACK_IMPORTED_MODULE_5__.Store("$global"); this.stores = [this.globalStore]; this.context = [_context__WEBPACK_IMPORTED_MODULE_7__.Context.BASE]; this.instruction_count = 0; this.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RUN; } }, { key: "interpretAST", value: function () { var _interpretAST = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee() { var mainFunc; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: this.prepareState(); _memory_location__WEBPACK_IMPORTED_MODULE_22__.Location.clear(); _context.next = 4; return this.initGlobal(); case 4: mainFunc = this.findMainFunction(); if (!(mainFunc === null)) { _context.next = 7; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.main_missing(); case 7: return _context.abrupt("return", this.runFunction(mainFunc, [], this.globalStore)); case 8: case "end": return _context.stop(); } } }, _callee, this); })); function interpretAST() { return _interpretAST.apply(this, arguments); } return interpretAST; }() }, { key: "initGlobal", value: function () { var _initGlobal = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee2() { return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: if (this.checkContext(_context__WEBPACK_IMPORTED_MODULE_7__.Context.BASE)) { _context2.next = 2; break; } return _context2.abrupt("return", _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_global_var()); case 2: return _context2.abrupt("return", this.executeCommands(this.globalStore, this.ast.global)); case 3: case "end": return _context2.stop(); } } }, _callee2, this); })); function initGlobal() { return _initGlobal.apply(this, arguments); } return initGlobal; }() }, { key: "findMainFunction", value: function findMainFunction() { return this.ast.functions.find(function (v) { return v.isMain; }); } }, { key: "findFunction", value: function findFunction(name) { if (name.match(/^\$.+$/)) { if (name === IVProgProcessor.MAIN_INTERNAL_ID) { return this.findMainFunction(); } var fun = _definedFunctions__WEBPACK_IMPORTED_MODULE_10__.LanguageDefinedFunction.getFunction(name); if (!fun) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.not_implemented(name); } return fun; } else { var val = this.ast.functions.find(function (v) { return v.name === name; }); if (!val) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.function_missing(name); } return val; } } }, { key: "runFunction", value: function () { var _runFunction = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee3(func, actualParameters, store) { var funcName, funcStore, stoWithVars, finalSto; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee3$(_context3) { while (1) { switch (_context3.prev = _context3.next) { case 0: funcName = func.isMain ? IVProgProcessor.MAIN_INTERNAL_ID : func.name; funcStore = new _store_store__WEBPACK_IMPORTED_MODULE_5__.Store(funcName); funcStore.extendStore(this.globalStore); _context3.next = 5; return this.associateParameters(func.formalParameters, actualParameters, store, funcStore); case 5: this.context.push(_context__WEBPACK_IMPORTED_MODULE_7__.Context.FUNCTION); this.stores.push(funcStore); _context3.next = 9; return this.executeCommands(funcStore, func.variablesDeclarations); case 9: stoWithVars = _context3.sent; _context3.next = 12; return this.executeCommands(stoWithVars, func.commands); case 12: finalSto = _context3.sent; this.stores.pop(); this.context.pop(); return _context3.abrupt("return", finalSto); case 16: case "end": return _context3.stop(); } } }, _callee3, this); })); function runFunction(_x, _x2, _x3) { return _runFunction.apply(this, arguments); } return runFunction; }() /** * * @param {import('./../ast/commands/formalParameter').FormalParameter[]} formal_params * @param {Expression[]} effective_params * @param {Store} caller_store * @param {Store} callee_store */ }, { key: "associateParameters", value: function () { var _associateParameters = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee4(formal_params, effective_params, caller_store, callee_store) { var funcName, hasVariadic, i, j, formalParameter, _yield$this$associate, _yield$this$associate2, actualParam; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee4$(_context4) { while (1) { switch (_context4.prev = _context4.next) { case 0: funcName = callee_store.name === IVProgProcessor.MAIN_INTERNAL_ID ? _definedFunctions__WEBPACK_IMPORTED_MODULE_10__.LanguageDefinedFunction.getMainFunctionName() : callee_store.name; hasVariadic = formal_params.some(function (p) { return p.variadic; }); if (!(formal_params.length != effective_params.length && !hasVariadic || formal_params.length > effective_params.length)) { _context4.next = 4; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_parameters_size(funcName, formal_params.length, effective_params.length); case 4: i = 0, j = 0; case 5: if (!(i < formal_params.length && j < effective_params.length)) { _context4.next = 23; break; } formalParameter = formal_params[i]; if (!formalParameter.variadic) { _context4.next = 16; break; } _context4.next = 10; return this.associateVariadicParameter(funcName, formalParameter, j, effective_params, caller_store, callee_store); case 10: _yield$this$associate = _context4.sent; _yield$this$associate2 = _babel_runtime_helpers_slicedToArray__WEBPACK_IMPORTED_MODULE_0___default()(_yield$this$associate, 2); j = _yield$this$associate2[0]; callee_store = _yield$this$associate2[1]; _context4.next = 20; break; case 16: actualParam = effective_params[i]; _context4.next = 19; return this.associateParameter(funcName, formalParameter, actualParam, caller_store, callee_store); case 19: callee_store = _context4.sent; case 20: i += 1, j += 1; _context4.next = 5; break; case 23: return _context4.abrupt("return", callee_store); case 24: case "end": return _context4.stop(); } } }, _callee4, this); })); function associateParameters(_x4, _x5, _x6, _x7) { return _associateParameters.apply(this, arguments); } return associateParameters; }() /** * * @param {string} funcName * @param {import('./../ast/commands/formalParameter').FormalParameter} formalParameter * @param {number} index * @param {Expression[]} effective_params * @param {Store} caller_store * @param {Store} callee_store */ }, { key: "associateVariadicParameter", value: function () { var _associateVariadicParameter = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee5(funcName, formalParameter, index, effective_params, caller_store, callee_store) { var i, count, actualParam, variadicCount; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee5$(_context5) { while (1) { switch (_context5.prev = _context5.next) { case 0: count = 1; i = index; case 2: if (!(i < effective_params.length)) { _context5.next = 11; break; } actualParam = effective_params[i]; _context5.next = 6; return this.associateParameter(funcName, formalParameter, actualParam, caller_store, callee_store, count); case 6: callee_store = _context5.sent; count += 1; case 8: i += 1; _context5.next = 2; break; case 11: variadicCount = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER, count, undefined, true); callee_store.insertStore("".concat(formalParameter.id, ".0"), variadicCount); return _context5.abrupt("return", [i - 1, callee_store]); case 14: case "end": return _context5.stop(); } } }, _callee5, this); })); function associateVariadicParameter(_x8, _x9, _x10, _x11, _x12, _x13) { return _associateVariadicParameter.apply(this, arguments); } return associateVariadicParameter; }() /** * * @param {string} funcName * @param {import('./../ast/commands/formalParameter').FormalParameter} formalParameter * @param {Expression} actualParameter * @param {Store} callerStore * @param {Store} calleeStore * @param {number} variadicCount The number of the current value being assigned to the variadic parameter, default 0 */ }, { key: "associateParameter", value: function () { var _associateParameter = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee6(funcName, formalParameter, actualParameter, callerStore, calleeStore) { var variadicCount, actualValue, shouldTypeCast, realObj, ref, values, array_type, addresses, columns, line, column, varID, realValue, _varID, _args6 = arguments; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee6$(_context6) { while (1) { switch (_context6.prev = _context6.next) { case 0: variadicCount = _args6.length > 5 && _args6[5] !== undefined ? _args6[5] : 0; _context6.next = 3; return this.evaluateExpression(callerStore, actualParameter); case 3: actualValue = _context6.sent; shouldTypeCast = false; if (formalParameter.type.isCompatible(actualValue.type)) { _context6.next = 11; break; } if (!(_util_config__WEBPACK_IMPORTED_MODULE_19__.Config.enable_type_casting && !formalParameter.byRef && _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.canImplicitTypeCast(formalParameter.type, actualValue.type))) { _context6.next = 10; break; } shouldTypeCast = true; _context6.next = 11; break; case 10: throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_parameter_type(funcName, actualParameter.toString()); case 11: if (!(formalParameter.byRef && !actualValue.inStore())) { _context6.next = 13; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_ref(funcName, actualParameter.toString()); case 13: if (formalParameter.byRef) { realObj = callerStore.getStoreObject(actualValue.id); ref = null; if (actualValue instanceof _store_value_array_store_value__WEBPACK_IMPORTED_MODULE_25__.ArrayStoreValue) { // it's a vector or matrix... values = actualValue.get(); array_type = actualValue.type; addresses = values.map(function (v) { return realObj.getLocAddressOf(v.line, v.column); }); columns = actualValue.isVector() ? 0 : actualValue.columns; ref = new _store_value_array_store_value_ref__WEBPACK_IMPORTED_MODULE_26__.ArrayStoreValueRef(array_type, values, addresses, actualValue.lines, columns, realObj.id); } else { if (actualValue instanceof _store_value_store_value_address__WEBPACK_IMPORTED_MODULE_27__.StoreValueAddress) { line = actualValue.line; column = actualValue.column; ref = new _store_value_store_value_ref__WEBPACK_IMPORTED_MODULE_24__.StoreValueRef(actualValue.type, actualValue.get(), realObj.getLocAddressOf(line, column), realObj.id); ref.setReferenceDimension(realObj.type.dimensions); } else { ref = new _store_value_store_value_ref__WEBPACK_IMPORTED_MODULE_24__.StoreValueRef(actualValue.type, actualValue.get(), realObj.locAddress, realObj.id); } } varID = formalParameter.id; if (formalParameter.variadic) varID = "".concat(varID, ".").concat(variadicCount); calleeStore.insertStore(varID, ref); } else { realValue = actualValue; if (shouldTypeCast) { realValue = _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.doImplicitCasting(formalParameter.type, realValue); } _varID = formalParameter.id; if (formalParameter.variadic) _varID = "".concat(_varID, ".").concat(variadicCount); calleeStore.insertStore(_varID, realValue); } return _context6.abrupt("return", calleeStore); case 15: case "end": return _context6.stop(); } } }, _callee6, this); })); function associateParameter(_x14, _x15, _x16, _x17, _x18) { return _associateParameter.apply(this, arguments); } return associateParameter; }() /** * * @param {Store} store * @param {Command[]} cmds * * @returns {Promise} */ }, { key: "executeCommands", value: function () { var _executeCommands = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee7(store, cmds) { var sto, i; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee7$(_context7) { while (1) { switch (_context7.prev = _context7.next) { case 0: // helper to partially apply a function, in this case executeCommand sto = store; i = 0; case 2: if (!(i < cmds.length)) { _context7.next = 9; break; } _context7.next = 5; return this.executeCommand(sto, cmds[i]); case 5: sto = _context7.sent; case 6: i += 1; _context7.next = 2; break; case 9: return _context7.abrupt("return", sto); case 10: case "end": return _context7.stop(); } } }, _callee7, this); })); function executeCommands(_x19, _x20) { return _executeCommands.apply(this, arguments); } return executeCommands; }() /** * * @param {Store} store * @param {Command} cmd * * @returns {Promise} */ }, { key: "executeCommand", value: function () { var _executeCommand = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee8(store, cmd) { return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee8$(_context8) { while (1) { switch (_context8.prev = _context8.next) { case 0: this.instruction_count += 1; if (!(this.instruction_count % _util_config__WEBPACK_IMPORTED_MODULE_19__.Config.suspend_threshold == 0)) { _context8.next = 4; break; } _context8.next = 4; return _util_utils__WEBPACK_IMPORTED_MODULE_16__.sleep(3); case 4: if (!(this.instruction_count >= _util_config__WEBPACK_IMPORTED_MODULE_19__.Config.max_instruction_count)) { _context8.next = 8; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.exceed_max_instructions(); case 8: if (!this.forceKill) { _context8.next = 12; break; } throw "FORCED_KILL!"; case 12: if (!(store.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.PAUSE)) { _context8.next = 16; break; } return _context8.abrupt("return", this.executeCommand(store, cmd)); case 16: if (!(store.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN)) { _context8.next = 20; break; } return _context8.abrupt("return", store); case 20: if (!(this.checkContext(_context__WEBPACK_IMPORTED_MODULE_7__.Context.BREAKABLE) && store.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.BREAK)) { _context8.next = 24; break; } return _context8.abrupt("return", store); case 24: if (!(this.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.ABORT)) { _context8.next = 26; break; } throw _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_28__.LocalizedStrings.getMessage("aborted_execution"); case 26: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.Declaration)) { _context8.next = 30; break; } return _context8.abrupt("return", this.executeDeclaration(store, cmd)); case 30: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.ArrayIndexAssign)) { _context8.next = 34; break; } return _context8.abrupt("return", this.executeArrayIndexAssign(store, cmd)); case 34: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.Assign)) { _context8.next = 38; break; } return _context8.abrupt("return", this.executeAssign(store, cmd)); case 38: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.Break)) { _context8.next = 42; break; } return _context8.abrupt("return", this.executeBreak(store, cmd)); case 42: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.Return)) { _context8.next = 46; break; } return _context8.abrupt("return", this.executeReturn(store, cmd)); case 46: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.IfThenElse)) { _context8.next = 50; break; } return _context8.abrupt("return", this.executeIfThenElse(store, cmd)); case 50: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.RepeatUntil)) { _context8.next = 54; break; } return _context8.abrupt("return", this.executeRepeatUntil(store, cmd)); case 54: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.While)) { _context8.next = 58; break; } return _context8.abrupt("return", this.executeWhile(store, cmd)); case 58: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.For)) { _context8.next = 62; break; } return _context8.abrupt("return", this.executeFor(store, cmd)); case 62: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.Switch)) { _context8.next = 66; break; } return _context8.abrupt("return", this.executeSwitch(store, cmd)); case 66: if (!(cmd instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.FunctionCall)) { _context8.next = 70; break; } return _context8.abrupt("return", this.executeFunctionCall(store, cmd)); case 70: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.SysCall)) { _context8.next = 74; break; } return _context8.abrupt("return", this.executeSysCall(store, cmd)); case 74: throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.unknown_command(cmd.sourceInfo); case 75: case "end": return _context8.stop(); } } }, _callee8, this); })); function executeCommand(_x21, _x22) { return _executeCommand.apply(this, arguments); } return executeCommand; }() /** * * @param {Store} store * @param {Commands.SysCall} cmd * * @returns {Promise} */ }, { key: "executeSysCall", value: function () { var _executeSysCall = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee9(store, cmd) { var func; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee9$(_context9) { while (1) { switch (_context9.prev = _context9.next) { case 0: func = cmd.langFunc.bind(this); return _context9.abrupt("return", func(store, cmd)); case 2: case "end": return _context9.stop(); } } }, _callee9, this); })); function executeSysCall(_x23, _x24) { return _executeSysCall.apply(this, arguments); } return executeSysCall; }() /** * * @param {Store} store * @param {Commands.FunctionCall} cmd * * @returns {Promise} */ }, { key: "executeFunctionCall", value: function () { var _executeFunctionCall = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee10(store, cmd) { var func, sto, funcName; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee10$(_context10) { while (1) { switch (_context10.prev = _context10.next) { case 0: func = null; if (cmd.isMainCall) { func = this.findMainFunction(); } else { func = this.findFunction(cmd.id); } this.function_call_stack.push(cmd.sourceInfo); _context10.next = 5; return this.runFunction(func, cmd.actualParameters, store); case 5: sto = _context10.sent; sto.destroy(); if (!(!_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.VOID.isCompatible(func.returnType) && sto.mode !== _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN)) { _context10.next = 12; break; } funcName = func.name === IVProgProcessor.MAIN_INTERNAL_ID ? _definedFunctions__WEBPACK_IMPORTED_MODULE_10__.LanguageDefinedFunction.getMainFunctionName() : func.name; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.function_no_return(funcName); case 12: this.function_call_stack.pop(); return _context10.abrupt("return", store); case 14: case "end": return _context10.stop(); } } }, _callee10, this); })); function executeFunctionCall(_x25, _x26) { return _executeFunctionCall.apply(this, arguments); } return executeFunctionCall; }() /** * * @param {Store} store * @param {Commands.Switch} cmd * * @returns {Promise} */ }, { key: "executeSwitch", value: function () { var _executeSwitch = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee11(store, cmd) { var switchCases, lastStore, lastCaseCheckResult, i, switchCase, equalityInfixApp, result; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee11$(_context11) { while (1) { switch (_context11.prev = _context11.next) { case 0: this.context.push(_context__WEBPACK_IMPORTED_MODULE_7__.Context.BREAKABLE); switchCases = cmd.cases; lastStore = store; lastCaseCheckResult = false; i = 0; case 5: if (!(i < switchCases.length && !this.ignoreSwitchCases(lastStore))) { _context11.next = 26; break; } switchCase = switchCases[i]; if (!(lastCaseCheckResult || switchCase.isDefault)) { _context11.next = 13; break; } _context11.next = 10; return this.executeCommands(lastStore, switchCase.commands); case 10: lastStore = _context11.sent; _context11.next = 23; break; case 13: equalityInfixApp = new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp(_ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.EQ, cmd.expression, switchCase.expression); equalityInfixApp.sourceInfo = switchCase.sourceInfo; _context11.next = 17; return this.evaluateExpression(lastStore, equalityInfixApp); case 17: result = _context11.sent; if (!result.get()) { _context11.next = 22; break; } _context11.next = 21; return this.executeCommands(lastStore, switchCase.commands); case 21: lastStore = _context11.sent; case 22: lastCaseCheckResult = result.get(); case 23: i += 1; _context11.next = 5; break; case 26: this.context.pop(); if (lastStore.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.BREAK) { lastStore.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RUN; } return _context11.abrupt("return", lastStore); case 29: case "end": return _context11.stop(); } } }, _callee11, this); })); function executeSwitch(_x27, _x28) { return _executeSwitch.apply(this, arguments); } return executeSwitch; }() /** * * @param {Store} store * @param {Commands.For} cmd * * @returns {Promise} */ }, { key: "executeFor", value: function () { var _executeFor = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee12(store, cmd) { var initCmd, passValue, condition, checkEndGTBegin, isForward, increment, whileBlock, forAsWhile, newCmdList; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee12$(_context12) { while (1) { switch (_context12.prev = _context12.next) { case 0: //BEGIN for -> while rewrite initCmd = new _ast_commands___WEBPACK_IMPORTED_MODULE_12__.Assign(cmd.for_id.id, cmd.for_from); initCmd.sourceInfo = cmd.sourceInfo; // Assume for is iterating forward and that pass is not missing passValue = cmd.for_pass; condition = new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp(_ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.LT, cmd.for_id, cmd.for_to); if (!(cmd.for_pass == null)) { _context12.next = 12; break; } passValue = new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.IntLiteral((0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__.toInt)(1)); _context12.next = 8; return this.evaluateExpression(store, new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp(_ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.GE, cmd.for_to, cmd.for_from)); case 8: checkEndGTBegin = _context12.sent; if (!checkEndGTBegin.get()) { passValue = new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.IntLiteral((0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__.toInt)(-1)); condition = new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp(_ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.GT, cmd.for_id, cmd.for_to); } _context12.next = 16; break; case 12: _context12.next = 14; return this.evaluateExpression(store, new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp(_ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.GE, cmd.for_pass, new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.IntLiteral((0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__.toInt)(0)))); case 14: isForward = _context12.sent; if (!isForward.get()) { condition = new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp(_ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.GT, cmd.for_id, cmd.for_to); } case 16: condition.sourceInfo = cmd.sourceInfo; increment = new _ast_commands___WEBPACK_IMPORTED_MODULE_12__.Assign(cmd.for_id.id, new _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp(_ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.ADD, cmd.for_id, passValue)); increment.sourceInfo = cmd.sourceInfo; whileBlock = new _ast_commands___WEBPACK_IMPORTED_MODULE_12__.CommandBlock([], cmd.commands.concat(increment)); forAsWhile = new _ast_commands___WEBPACK_IMPORTED_MODULE_12__.While(condition, whileBlock); forAsWhile.sourceInfo = cmd.sourceInfo; //END for -> while rewrite newCmdList = [initCmd, forAsWhile]; return _context12.abrupt("return", this.executeCommands(store, newCmdList)); case 24: case "end": return _context12.stop(); } } }, _callee12, this); })); function executeFor(_x29, _x30) { return _executeFor.apply(this, arguments); } return executeFor; }() /** * * @param {Store} store * @param {Commands.RepeatUntil} cmd * * @returns {Promise} */ }, { key: "executeRepeatUntil", value: function () { var _executeRepeatUntil = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee13(store, cmd) { var sto, checkCondition; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee13$(_context13) { while (1) { switch (_context13.prev = _context13.next) { case 0: this.context.push(_context__WEBPACK_IMPORTED_MODULE_7__.Context.BREAKABLE); _context13.next = 3; return this.executeCommands(store, cmd.commands); case 3: sto = _context13.sent; if (!(sto.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.BREAK)) { _context13.next = 8; break; } this.context.pop(); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RUN; return _context13.abrupt("return", sto); case 8: _context13.next = 10; return this.evaluateExpression(sto, cmd.expression); case 10: checkCondition = _context13.sent; if (checkCondition.type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN)) { _context13.next = 13; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.loop_condition_type_full(cmd.sourceInfo); case 13: this.context.pop(); if (!checkCondition.get()) { _context13.next = 18; break; } return _context13.abrupt("return", sto); case 18: return _context13.abrupt("return", this.executeCommand(sto, cmd)); case 19: case "end": return _context13.stop(); } } }, _callee13, this); })); function executeRepeatUntil(_x31, _x32) { return _executeRepeatUntil.apply(this, arguments); } return executeRepeatUntil; }() /** * * @param {Store} store * @param {Commands.While} cmd * * @returns {Promise} */ }, { key: "executeWhile", value: function () { var _executeWhile = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee14(store, cmd) { var checkCondition, sto; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee14$(_context14) { while (1) { switch (_context14.prev = _context14.next) { case 0: this.context.push(_context__WEBPACK_IMPORTED_MODULE_7__.Context.BREAKABLE); _context14.next = 3; return this.evaluateExpression(store, cmd.expression); case 3: checkCondition = _context14.sent; if (checkCondition.type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN)) { _context14.next = 6; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.loop_condition_type_full(cmd.expression.toString(), cmd.sourceInfo); case 6: if (!checkCondition.get()) { _context14.next = 17; break; } _context14.next = 9; return this.executeCommands(store, cmd.commands); case 9: sto = _context14.sent; this.context.pop(); if (!(sto.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.BREAK)) { _context14.next = 14; break; } sto.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RUN; return _context14.abrupt("return", sto); case 14: return _context14.abrupt("return", this.executeCommand(sto, cmd)); case 17: this.context.pop(); return _context14.abrupt("return", store); case 19: case "end": return _context14.stop(); } } }, _callee14, this); })); function executeWhile(_x33, _x34) { return _executeWhile.apply(this, arguments); } return executeWhile; }() /** * * @param {Store} store * @param {Commands.IfThenElse} cmd * * @returns {Promise} */ }, { key: "executeIfThenElse", value: function () { var _executeIfThenElse = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee15(store, cmd) { var isTrue; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee15$(_context15) { while (1) { switch (_context15.prev = _context15.next) { case 0: _context15.next = 2; return this.evaluateExpression(store, cmd.condition); case 2: isTrue = _context15.sent; if (isTrue.type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN)) { _context15.next = 5; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.if_condition_type_full(cmd.condition.toString(), cmd.sourceInfo); case 5: if (!isTrue.get()) { _context15.next = 9; break; } return _context15.abrupt("return", this.executeCommands(store, cmd.ifTrue.commands)); case 9: if (!(cmd.ifFalse !== null)) { _context15.next = 17; break; } if (!(cmd.ifFalse instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.IfThenElse)) { _context15.next = 14; break; } return _context15.abrupt("return", this.executeCommand(store, cmd.ifFalse)); case 14: return _context15.abrupt("return", this.executeCommands(store, cmd.ifFalse.commands)); case 15: _context15.next = 18; break; case 17: return _context15.abrupt("return", store); case 18: case "end": return _context15.stop(); } } }, _callee15, this); })); function executeIfThenElse(_x35, _x36) { return _executeIfThenElse.apply(this, arguments); } return executeIfThenElse; }() /** * * @param {Store} store * @param {Commands.Return} cmd * * @returns {Promise} */ }, { key: "executeReturn", value: function () { var _executeReturn = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee16(store, cmd) { var funcName, func, funcType, value, real_value, stringInfo, info; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee16$(_context16) { while (1) { switch (_context16.prev = _context16.next) { case 0: funcName = store.name === IVProgProcessor.MAIN_INTERNAL_ID ? _definedFunctions__WEBPACK_IMPORTED_MODULE_10__.LanguageDefinedFunction.getMainFunctionName() : store.name; // console.log(funcName, store.name === IVProgProcessor.MAIN_INTERNAL_ID); func = this.findFunction(store.name); funcType = func.returnType; _context16.next = 5; return this.evaluateExpression(store, cmd.expression); case 5: value = _context16.sent; if (!(value === null && funcType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.VOID))) { _context16.next = 9; break; } store.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN; return _context16.abrupt("return", store); case 9: real_value = value; if (!(value === null || !funcType.isCompatible(value.type))) { _context16.next = 16; break; } if (!(!_util_config__WEBPACK_IMPORTED_MODULE_19__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_5__.Store.canImplicitTypeCast(funcType, value.type))) { _context16.next = 15; break; } stringInfo = funcType.stringInfo(); info = stringInfo[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_return_type_full(funcName, info.type, info.dim, cmd.sourceInfo); case 15: real_value = _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.doImplicitCasting(funcType, value); case 16: store.insertStore("$", real_value); store.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN; return _context16.abrupt("return", store); case 19: case "end": return _context16.stop(); } } }, _callee16, this); })); function executeReturn(_x37, _x38) { return _executeReturn.apply(this, arguments); } return executeReturn; }() /** * * @param {Store} store * @param {Commands.Break} cmd * * @returns {Promise} */ }, { key: "executeBreak", value: function () { var _executeBreak = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee17(store, cmd) { return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee17$(_context17) { while (1) { switch (_context17.prev = _context17.next) { case 0: if (!this.checkContext(_context__WEBPACK_IMPORTED_MODULE_7__.Context.BREAKABLE)) { _context17.next = 5; break; } store.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.BREAK; return _context17.abrupt("return", store); case 5: throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.unexpected_break_command_full(cmd.sourceInfo); case 6: case "end": return _context17.stop(); } } }, _callee17, this); })); function executeBreak(_x39, _x40) { return _executeBreak.apply(this, arguments); } return executeBreak; }() /** * * @param {Store} store * @param {Commands.Assign} cmd * * @returns {Promise} */ }, { key: "executeAssign", value: function () { var _executeAssign = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee18(store, cmd) { var inStore, value, realValue, stringInfo, info, exp_type_string_info, exp_type_info, exp, columns, _exp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee18$(_context18) { while (1) { switch (_context18.prev = _context18.next) { case 0: inStore = store.applyStore(cmd.id); if (!inStore.isConst) { _context18.next = 3; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_const_assignment_full(cmd.id, cmd.sourceInfo); case 3: _context18.next = 5; return this.evaluateExpression(store, cmd.expression); case 5: value = _context18.sent; realValue = value; if (inStore.type.isCompatible(realValue.type)) { _context18.next = 18; break; } if (!(_util_config__WEBPACK_IMPORTED_MODULE_19__.Config.enable_type_casting && _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.canImplicitTypeCast(inStore.type, value.type))) { _context18.next = 12; break; } realValue = _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.doImplicitCasting(inStore.type, realValue); _context18.next = 18; break; case 12: stringInfo = inStore.type.stringInfo(); info = stringInfo[0]; exp_type_string_info = value.type.stringInfo(); exp_type_info = exp_type_string_info[0]; exp = cmd.expression.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.incompatible_types_full(info.type, info.dim, exp_type_info.type, exp_type_info.dim, exp, cmd.sourceInfo); case 18: if (!(inStore instanceof _store_value_array_store_value__WEBPACK_IMPORTED_MODULE_25__.ArrayStoreValue)) { _context18.next = 27; break; } columns = realValue.columns == null ? 0 : realValue.columns; if (!(inStore.lines !== realValue.lines || inStore.columns !== columns)) { _context18.next = 27; break; } _exp = cmd.expression.toString(); if (!inStore.isVector()) { _context18.next = 26; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_vector_assignment_full(cmd.id, inStore.lines, _exp, realValue.lines, cmd.sourceInfo); case 26: throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_matrix_assignment_full(cmd.id, inStore.lines, inStore.columns, _exp, realValue.lines, realValue.columns, cmd.sourceInfo); case 27: store.updateStore(cmd.id, realValue); return _context18.abrupt("return", store); case 29: case "end": return _context18.stop(); } } }, _callee18, this); })); function executeAssign(_x41, _x42) { return _executeAssign.apply(this, arguments); } return executeAssign; }() /** * * @param {Store} store * @param {Commands.ArrayIndexAssign} cmd * * @returns {Promise} */ }, { key: "executeArrayIndexAssign", value: function () { var _executeArrayIndexAssign = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee19(store, cmd) { var mustBeArray, used_dims, lineSV, line, columnSV, column, value, actualValue, type, stringInfo, info, exp_type_string_info, exp_type_info, exp, current_value, _exp2; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee19$(_context19) { while (1) { switch (_context19.prev = _context19.next) { case 0: mustBeArray = store.applyStore(cmd.id); used_dims = 0; if (!mustBeArray.isConst) { _context19.next = 4; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_const_assignment_full(cmd.id, cmd.sourceInfo); case 4: if (mustBeArray.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_17__.ArrayType) { _context19.next = 6; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_array_access_full(cmd.id, cmd.sourceInfo); case 6: _context19.next = 8; return this.evaluateExpression(store, cmd.line); case 8: lineSV = _context19.sent; if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(lineSV.type)) { _context19.next = 11; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_int_full(cmd.sourceInfo); case 11: used_dims += 1; line = lineSV.get().toNumber(); _context19.next = 15; return this.evaluateExpression(store, cmd.column); case 15: columnSV = _context19.sent; column = null; if (!(columnSV != null)) { _context19.next = 22; break; } if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(columnSV.type)) { _context19.next = 20; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_int_full(cmd.sourceInfo); case 20: column = columnSV.get().toNumber(); used_dims += 1; case 22: _context19.next = 24; return this.evaluateExpression(store, cmd.expression); case 24: value = _context19.sent; actualValue = value; if (!(line >= mustBeArray.lines)) { _context19.next = 34; break; } if (!mustBeArray.isVector) { _context19.next = 31; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.vector_line_outbounds_full(cmd.id, line, mustBeArray.lines, cmd.sourceInfo); case 31: throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.matrix_line_outbounds_full(cmd.id, line, mustBeArray.lines, cmd.sourceInfo); case 32: _context19.next = 36; break; case 34: if (!(line < 0)) { _context19.next = 36; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_positive_full(cmd.sourceInfo); case 36: if (!(column != null && mustBeArray.columns === 0)) { _context19.next = 38; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.vector_not_matrix_full(cmd.id, cmd.sourceInfo); case 38: if (!(column != null)) { _context19.next = 45; break; } if (!(column >= mustBeArray.columns)) { _context19.next = 43; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.matrix_column_outbounds_full(cmd.id, column, mustBeArray.columns, cmd.sourceInfo); case 43: if (!(column < 0)) { _context19.next = 45; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_positive_full(cmd.sourceInfo); case 45: if (mustBeArray.type.canAccept(value.type, used_dims)) { _context19.next = 55; break; } if (!(!_util_config__WEBPACK_IMPORTED_MODULE_19__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_5__.Store.canImplicitTypeCast(mustBeArray.type.innerType, value.type))) { _context19.next = 54; break; } type = mustBeArray.type.innerType; stringInfo = type.stringInfo(); info = stringInfo[0]; exp_type_string_info = value.type.stringInfo(); exp_type_info = exp_type_string_info[0]; exp = cmd.expression.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.incompatible_types_full(info.type, info.dim, exp_type_info.type, exp_type_info.dim, exp, cmd.sourceInfo); case 54: actualValue = _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.doImplicitCasting(mustBeArray.type.innerType, value); case 55: current_value = mustBeArray.getAt(line, column); if (!(current_value instanceof _store_value_array_store_value__WEBPACK_IMPORTED_MODULE_25__.ArrayStoreValue)) { _context19.next = 60; break; } if (!(current_value.lines !== actualValue.lines || current_value.columns !== actualValue.columns)) { _context19.next = 60; break; } _exp2 = cmd.expression.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_matrix_index_assign_full(cmd.id, line, current_value.lines, _exp2, actualValue.lines, cmd.sourceInfo); case 60: return _context19.abrupt("return", store.updateStoreArray(cmd.id, actualValue, line, column)); case 61: case "end": return _context19.stop(); } } }, _callee19, this); })); function executeArrayIndexAssign(_x43, _x44) { return _executeArrayIndexAssign.apply(this, arguments); } return executeArrayIndexAssign; }() /** * * @param {Store} store * @param {Commands.Declaration} cmd * * @returns {Promise} */ }, { key: "executeDeclaration", value: function () { var _executeDeclaration = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee20(store, cmd) { var temp, value, realValue, stringInfo, info, exp_type_string_info, exp_type_info, exp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee20$(_context20) { while (1) { switch (_context20.prev = _context20.next) { case 0: if (!(cmd instanceof _ast_commands___WEBPACK_IMPORTED_MODULE_12__.ArrayDeclaration)) { _context20.next = 4; break; } return _context20.abrupt("return", this.executeArrayDeclaration(store, cmd)); case 4: temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(cmd.type, null, null, cmd.isConst); if (!(cmd.initial !== null)) { _context20.next = 22; break; } _context20.next = 8; return this.evaluateExpression(store, cmd.initial); case 8: value = _context20.sent; realValue = value; if (value.type.isCompatible(cmd.type)) { _context20.next = 21; break; } if (!(_util_config__WEBPACK_IMPORTED_MODULE_19__.Config.enable_type_casting && _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.canImplicitTypeCast(cmd.type, value.type))) { _context20.next = 15; break; } realValue = _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.doImplicitCasting(cmd.type, realValue); _context20.next = 21; break; case 15: stringInfo = value.type.stringInfo(); info = stringInfo[0]; exp_type_string_info = value.type.stringInfo(); exp_type_info = exp_type_string_info[0]; exp = cmd.expression.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.incompatible_types_full(info.type, info.dim, exp_type_info.type, exp_type_info.dim, exp, cmd.sourceInfo); case 21: temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(cmd.type, realValue.get(), null, cmd.isConst); case 22: store.insertStore(cmd.id, temp); return _context20.abrupt("return", store); case 24: case "end": return _context20.stop(); } } }, _callee20, this); })); function executeDeclaration(_x45, _x46) { return _executeDeclaration.apply(this, arguments); } return executeDeclaration; }() /** * * @param {Store} store * @param {Commands.ArrayDeclaration} cmd * * @returns {Promise} */ }, { key: "executeArrayDeclaration", value: function () { var _executeArrayDeclaration = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee21(store, cmd) { var linesSV, line, columnsSV, column, temp, valueList; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee21$(_context21) { while (1) { switch (_context21.prev = _context21.next) { case 0: _context21.next = 2; return this.evaluateExpression(store, cmd.lines); case 2: linesSV = _context21.sent; if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(linesSV.type)) { _context21.next = 5; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_int_full(cmd.sourceInfo); case 5: line = linesSV.get().toNumber(); _context21.next = 8; return this.evaluateExpression(store, cmd.columns); case 8: columnsSV = _context21.sent; column = null; if (!(columnsSV !== null)) { _context21.next = 16; break; } if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(columnsSV.type)) { _context21.next = 13; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_int_full(cmd.sourceInfo); case 13: column = columnsSV.get().toNumber(); if (!(column < 0)) { _context21.next = 16; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_positive_full(cmd.sourceInfo); case 16: temp = new _store_value_array_store_value__WEBPACK_IMPORTED_MODULE_25__.ArrayStoreValue(cmd.type, [], line, column, null, cmd.isConst); if (!(cmd.initial !== null)) { _context21.next = 22; break; } _context21.next = 20; return this.evaluateArrayLiteral(store, cmd.initial, cmd.type, line, column); case 20: valueList = _context21.sent; temp = new _store_value_array_store_value__WEBPACK_IMPORTED_MODULE_25__.ArrayStoreValue(cmd.type, valueList, line, column, null, cmd.isConst); case 22: store.insertStore(cmd.id, temp); return _context21.abrupt("return", store); case 24: case "end": return _context21.stop(); } } }, _callee21, this); })); function executeArrayDeclaration(_x47, _x48) { return _executeArrayDeclaration.apply(this, arguments); } return executeArrayDeclaration; }() /** * * @param {Store} store * @param {Expression} exp * * @returns {Promise} */ }, { key: "evaluateExpression", value: function () { var _evaluateExpression = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee22(store, exp) { return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee22$(_context22) { while (1) { switch (_context22.prev = _context22.next) { case 0: this.instruction_count += 1; if (!(this.instruction_count % _util_config__WEBPACK_IMPORTED_MODULE_19__.Config.suspend_threshold == 0)) { _context22.next = 4; break; } _context22.next = 4; return _util_utils__WEBPACK_IMPORTED_MODULE_16__.sleep(3); case 4: if (!(this.mode === _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.ABORT)) { _context22.next = 6; break; } throw _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_28__.LocalizedStrings.getMessage("aborted_execution"); case 6: if (!(this.instruction_count >= _util_config__WEBPACK_IMPORTED_MODULE_19__.Config.max_instruction_count)) { _context22.next = 8; break; } throw new Error("Número de instruções excedeu o limite definido. Verifique se seu código não possui laços infinitos ou muitas chamadas de funções recursivas."); case 8: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.UnaryApp)) { _context22.next = 12; break; } return _context22.abrupt("return", this.evaluateUnaryApp(store, exp)); case 12: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.InfixApp)) { _context22.next = 16; break; } return _context22.abrupt("return", this.evaluateInfixApp(store, exp)); case 16: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.ArrayAccess)) { _context22.next = 20; break; } return _context22.abrupt("return", this.evaluateArrayAccess(store, exp)); case 20: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.VariableLiteral)) { _context22.next = 24; break; } return _context22.abrupt("return", this.evaluateVariableLiteral(store, exp)); case 24: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.IntLiteral)) { _context22.next = 28; break; } return _context22.abrupt("return", this.evaluateLiteral(store, exp)); case 28: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.RealLiteral)) { _context22.next = 32; break; } return _context22.abrupt("return", this.evaluateLiteral(store, exp)); case 32: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.BoolLiteral)) { _context22.next = 36; break; } return _context22.abrupt("return", this.evaluateLiteral(store, exp)); case 36: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.StringLiteral)) { _context22.next = 40; break; } return _context22.abrupt("return", this.evaluateLiteral(store, exp)); case 40: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.CharLiteral)) { _context22.next = 44; break; } return _context22.abrupt("return", this.evaluateLiteral(store, exp)); case 44: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.ArrayLiteral)) { _context22.next = 48; break; } throw new Error("Internal Error: The system should not eval an array literal."); case 48: if (!(exp instanceof _ast_expressions___WEBPACK_IMPORTED_MODULE_14__.FunctionCall)) { _context22.next = 50; break; } return _context22.abrupt("return", this.evaluateFunctionCall(store, exp)); case 50: return _context22.abrupt("return", null); case 51: case "end": return _context22.stop(); } } }, _callee22, this); })); function evaluateExpression(_x49, _x50) { return _evaluateExpression.apply(this, arguments); } return evaluateExpression; }() }, { key: "evaluateFunctionCall", value: function () { var _evaluateFunctionCall = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee23(store, exp) { var func, sto, val; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee23$(_context23) { while (1) { switch (_context23.prev = _context23.next) { case 0: if (!exp.isMainCall) { _context23.next = 2; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.void_in_expression_full(_definedFunctions__WEBPACK_IMPORTED_MODULE_10__.LanguageDefinedFunction.getMainFunctionName(), exp.sourceInfo); case 2: func = this.findFunction(exp.id); if (!_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.VOID.isCompatible(func.returnType)) { _context23.next = 5; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.void_in_expression_full(exp.id, exp.sourceInfo); case 5: if (!(this.function_call_stack.length >= _util_config__WEBPACK_IMPORTED_MODULE_19__.Config.max_call_stack)) { _context23.next = 7; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.exceeded_recursive_calls(exp.sourceInfo); case 7: this.function_call_stack.push(exp.sourceInfo); _context23.next = 10; return this.runFunction(func, exp.actualParameters, store); case 10: sto = _context23.sent; if (!(sto.mode !== _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN)) { _context23.next = 13; break; } throw new Error("!!!Internal error: the function that was called did not have a return command or did not set the store mode properly -> " + exp.id); case 13: val = sto.applyStore("$"); sto.destroy(); this.function_call_stack.pop(); return _context23.abrupt("return", val); case 17: case "end": return _context23.stop(); } } }, _callee23, this); })); function evaluateFunctionCall(_x51, _x52) { return _evaluateFunctionCall.apply(this, arguments); } return evaluateFunctionCall; }() /** * * @param {Store} store * @param {Expressions.ArrayLiteral} exp * @param {ArrayType} type * * @returns {Promise} */ }, { key: "evaluateArrayLiteral", value: function () { var _evaluateArrayLiteral = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee24(store, exp, type, lines, columns) { var storeValueMatrix; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee24$(_context24) { while (1) { switch (_context24.prev = _context24.next) { case 0: if (exp.isVector) { _context24.next = 9; break; } if (!(columns == null)) { _context24.next = 3; break; } throw new Error("This should never happen: Vector cannot be initialized by a matrix"); case 3: _context24.next = 5; return this.evaluateMatrix(store, exp, type, lines, columns); case 5: storeValueMatrix = _context24.sent; return _context24.abrupt("return", storeValueMatrix.reduce(function (prev, next) { return prev.concat(next); }, [])); case 9: if (!(columns != null)) { _context24.next = 11; break; } throw new Error("This should never happen: Matrix cannot be initialized by a vector"); case 11: return _context24.abrupt("return", this.evaluateVector(store, exp, type, lines)); case 12: case "end": return _context24.stop(); } } }, _callee24, this); })); function evaluateArrayLiteral(_x53, _x54, _x55, _x56, _x57) { return _evaluateArrayLiteral.apply(this, arguments); } return evaluateArrayLiteral; }() /** * Evalautes a list of literals and expression composing the vector * @param {Store} store * @param {Expressions.ArrayLiteral} exps * @param {ArrayType} type * @param {number} n_elements * * @returns {Promise} store object list */ }, { key: "evaluateVector", value: function () { var _evaluateVector = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee25(store, exps, type, n_elements) { var _this = this; var values, actualValues; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee25$(_context25) { while (1) { switch (_context25.prev = _context25.next) { case 0: values = exps.value; if (!(n_elements !== values.length)) { _context25.next = 3; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_number_elements_vector(n_elements, exps.toString(), values.length, exps.sourceInfo); case 3: _context25.next = 5; return Promise.all(values.map(function (exp) { return _this.evaluateExpression(store, exp); })); case 5: actualValues = _context25.sent; return _context25.abrupt("return", actualValues.map(function (v, index) { if (!type.canAccept(v.type, 1)) { if (!_util_config__WEBPACK_IMPORTED_MODULE_19__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_5__.Store.canImplicitTypeCast(type.innerType, v.type)) { // const stringInfo = v.type.stringInfo(); // const info = stringInfo[0]; var exp_str = values[index].toString(); // TODO - fix error message throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_array_literal_type_full(exp_str, values[index].sourceInfo); } var newValue = _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.doImplicitCasting(type.innerType, v); return newValue; } return v; })); case 7: case "end": return _context25.stop(); } } }, _callee25); })); function evaluateVector(_x58, _x59, _x60, _x61) { return _evaluateVector.apply(this, arguments); } return evaluateVector; }() /** * Evaluates a list of array literals composing the matrix * @param {Store} store * @param {Expressions.ArrayLiteral} exps * @param {ArrayType} type * * @returns {Promise} */ }, { key: "evaluateMatrix", value: function () { var _evaluateMatrix = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee26(store, exps, type, lines, columns) { var _this2 = this; var values, vectors; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee26$(_context26) { while (1) { switch (_context26.prev = _context26.next) { case 0: values = exps.value; if (!(values.length !== lines)) { _context26.next = 3; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_number_lines_matrix(lines, exps.toString(), values.length, exps.sourceInfo); case 3: vectors = values.map(function (vector) { var vec_type = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_17__.ArrayType(type.innerType, 1); return _this2.evaluateVector(store, vector, vec_type, columns); }); _context26.next = 6; return Promise.all(vectors); case 6: return _context26.abrupt("return", _context26.sent); case 7: case "end": return _context26.stop(); } } }, _callee26); })); function evaluateMatrix(_x62, _x63, _x64, _x65, _x66) { return _evaluateMatrix.apply(this, arguments); } return evaluateMatrix; }() /** * * @param {Store} _ * @param {import('../ast/expressions/literal').Literal} exp * * @returns {import('./store/value/istore_value').IStoreValue} */ }, { key: "evaluateLiteral", value: function () { var _evaluateLiteral = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee27(_, exp) { return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee27$(_context27) { while (1) { switch (_context27.prev = _context27.next) { case 0: return _context27.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(exp.type, exp.value)); case 1: case "end": return _context27.stop(); } } }, _callee27); })); function evaluateLiteral(_x67, _x68) { return _evaluateLiteral.apply(this, arguments); } return evaluateLiteral; }() /** * * @param {Store} store * @param {Expressions.VariableLiteral} exp * * @returns {import('./store/value/istore_value').IStoreValue} */ }, { key: "evaluateVariableLiteral", value: function () { var _evaluateVariableLiteral = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee28(store, exp) { var val; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee28$(_context28) { while (1) { switch (_context28.prev = _context28.next) { case 0: val = store.applyStore(exp.id); return _context28.abrupt("return", val); case 2: case "end": return _context28.stop(); } } }, _callee28); })); function evaluateVariableLiteral(_x69, _x70) { return _evaluateVariableLiteral.apply(this, arguments); } return evaluateVariableLiteral; }() /** * * @param {Store} store * @param {Expressions.ArrayAccess} exp * * @returns {import('./store/value/istore_value').IStoreValue} */ }, { key: "evaluateArrayAccess", value: function () { var _evaluateArrayAccess = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee29(store, exp) { var mustBeArray, lineSV, line, columnSV, column, result, type, values; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee29$(_context29) { while (1) { switch (_context29.prev = _context29.next) { case 0: mustBeArray = store.getStoreObject(exp.id); if (mustBeArray.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_17__.ArrayType) { _context29.next = 3; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_array_access_full(exp.id, exp.sourceInfo); case 3: _context29.next = 5; return this.evaluateExpression(store, exp.line); case 5: lineSV = _context29.sent; if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(lineSV.type)) { _context29.next = 8; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_int_full(exp.sourceInfo); case 8: line = lineSV.get().toNumber(); _context29.next = 11; return this.evaluateExpression(store, exp.column); case 11: columnSV = _context29.sent; column = null; if (!(columnSV !== null)) { _context29.next = 17; break; } if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(columnSV.type)) { _context29.next = 16; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_int_full(exp.sourceInfo); case 16: column = columnSV.get().toNumber(); case 17: if (!(line >= mustBeArray.lines)) { _context29.next = 25; break; } if (!mustBeArray.isVector) { _context29.next = 22; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.vector_line_outbounds_full(exp.id, line, mustBeArray.lines, exp.sourceInfo); case 22: throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.matrix_line_outbounds_full(exp.id, line, mustBeArray.lines, exp.sourceInfo); case 23: _context29.next = 27; break; case 25: if (!(line < 0)) { _context29.next = 27; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_positive_full(exp.sourceInfo); case 27: if (!(column !== null && mustBeArray.columns === 0)) { _context29.next = 29; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.vector_not_matrix_full(exp.id, exp.sourceInfo); case 29: if (!(column !== null)) { _context29.next = 36; break; } if (!(column >= mustBeArray.columns)) { _context29.next = 34; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.matrix_column_outbounds_full(exp.id, column, mustBeArray.columns, exp.sourceInfo); case 34: if (!(column < 0)) { _context29.next = 36; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.array_dimension_not_positive_full(exp.sourceInfo); case 36: result = mustBeArray.getAt(line, column); type = mustBeArray.type.innerType; if (!Array.isArray(result)) { _context29.next = 43; break; } values = result.map(function (val, col) { return new _store_value_store_value_address__WEBPACK_IMPORTED_MODULE_27__.StoreValueAddress(type, val, line, col, mustBeArray.id, mustBeArray.readOnly); }); return _context29.abrupt("return", new _store_value_array_store_value__WEBPACK_IMPORTED_MODULE_25__.ArrayStoreValue(new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_17__.ArrayType(type, 1), values, mustBeArray.columns, null, mustBeArray.id, mustBeArray.readOnly)); case 43: return _context29.abrupt("return", new _store_value_store_value_address__WEBPACK_IMPORTED_MODULE_27__.StoreValueAddress(type, result, line, column, mustBeArray.id, mustBeArray.readOnly)); case 44: case "end": return _context29.stop(); } } }, _callee29, this); })); function evaluateArrayAccess(_x71, _x72) { return _evaluateArrayAccess.apply(this, arguments); } return evaluateArrayAccess; }() /** * * @param {Store} store * @param {Expressions.UnaryApp} unaryApp * * @returns {import('./store/value/istore_value').IStoreValue} */ }, { key: "evaluateUnaryApp", value: function () { var _evaluateUnaryApp = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee30(store, unaryApp) { var left, resultType, stringInfo, info; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee30$(_context30) { while (1) { switch (_context30.prev = _context30.next) { case 0: _context30.next = 2; return this.evaluateExpression(store, unaryApp.left); case 2: left = _context30.sent; resultType = (0,_compatibilityTable__WEBPACK_IMPORTED_MODULE_11__.resultTypeAfterUnaryOp)(unaryApp.op, left.type); if (!_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.UNDEFINED.isCompatible(resultType)) { _context30.next = 8; break; } stringInfo = left.type.stringInfo(); info = stringInfo[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_unary_op_full(unaryApp.op, info.type, info.dim, unaryApp.sourceInfo); case 8: _context30.t0 = unaryApp.op.ord; _context30.next = _context30.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.ADD.ord ? 11 : _context30.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.SUB.ord ? 12 : _context30.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.NOT.ord ? 13 : 14; break; case 11: return _context30.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, left.get())); case 12: return _context30.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, left.get().negated())); case 13: return _context30.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, !left.get())); case 14: throw new _error_runtimeError__WEBPACK_IMPORTED_MODULE_21__.RuntimeError("!!!Critical Invalid UnaryApp " + unaryApp.op); case 15: case "end": return _context30.stop(); } } }, _callee30, this); })); function evaluateUnaryApp(_x73, _x74) { return _evaluateUnaryApp.apply(this, arguments); } return evaluateUnaryApp; }() /** * * @param {Store} store * @param {Expressions.InfixApp} infixApp * * @returns {import('./store/value/istore_value').IStoreValue} */ }, { key: "evaluateInfixApp", value: function () { var _evaluateInfixApp = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee31(store, infixApp) { var left, right, shouldImplicitCast, resultType, stringInfoLeft, infoLeft, stringInfoRight, infoRight, result, rightStr, leftStr, strLeft, strRight, leftValue, rightValue, _leftValue, _rightValue, _leftValue2, _rightValue2, _leftValue3, _rightValue3, _leftValue4, _rightValue4, _leftValue5, _rightValue5, _leftValue6, _rightValue6; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee31$(_context31) { while (1) { switch (_context31.prev = _context31.next) { case 0: _context31.next = 2; return this.evaluateExpression(store, infixApp.left); case 2: left = _context31.sent; _context31.next = 5; return this.evaluateExpression(store, infixApp.right); case 5: right = _context31.sent; shouldImplicitCast = false; resultType = (0,_compatibilityTable__WEBPACK_IMPORTED_MODULE_11__.resultTypeAfterInfixOp)(infixApp.op, left.type, right.type); if (!_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.UNDEFINED.isCompatible(resultType)) { _context31.next = 18; break; } if (!(_util_config__WEBPACK_IMPORTED_MODULE_19__.Config.enable_type_casting && _store_store__WEBPACK_IMPORTED_MODULE_5__.Store.canImplicitTypeCast(left.type, right.type))) { _context31.next = 13; break; } shouldImplicitCast = true; _context31.next = 18; break; case 13: stringInfoLeft = left.type.stringInfo(); infoLeft = stringInfoLeft[0]; stringInfoRight = right.type.stringInfo(); infoRight = stringInfoRight[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.invalid_infix_op_full(infixApp.op, infoLeft.type, infoLeft.dim, infoRight.type, infoRight.dim, infixApp.sourceInfo); case 18: result = null; _context31.t0 = infixApp.op.ord; _context31.next = _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.ADD.ord ? 22 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.SUB.ord ? 39 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.MULT.ord ? 40 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.DIV.ord ? 42 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.MOD.ord ? 46 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.GT.ord ? 51 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.GE.ord ? 55 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.LT.ord ? 59 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.LE.ord ? 63 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.EQ.ord ? 67 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.NEQ.ord ? 71 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.AND.ord ? 75 : _context31.t0 === _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.OR.ord ? 76 : 77; break; case 22: if (!_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.STRING.isCompatible(left.type)) { _context31.next = 27; break; } rightStr = (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__.convertToString)(right.get(), right.type); return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, left.get() + rightStr)); case 27: if (!_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.STRING.isCompatible(right.type)) { _context31.next = 32; break; } leftStr = (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__.convertToString)(left.get(), left.type); return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, leftStr + right.get())); case 32: if (!_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.CHAR.isCompatible(left.type)) { _context31.next = 38; break; } strLeft = (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__.convertToString)(left.get(), left.type); strRight = (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_18__.convertToString)(right.get(), right.type); return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, strLeft + strRight)); case 38: return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, left.get().plus(right.get()))); case 39: return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, left.get().minus(right.get()))); case 40: result = left.get().times(right.get()); return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 42: if (!(right.get() == 0)) { _context31.next = 44; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_20__.ProcessorErrorFactory.divsion_by_zero_full(infixApp.toString(), infixApp.sourceInfo); case 44: if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(resultType)) result = left.get().divToInt(right.get());else result = left.get().div(right.get()); return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 46: leftValue = left.get(); rightValue = right.get(); if (shouldImplicitCast) { resultType = _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER; leftValue = leftValue.trunc(); rightValue = rightValue.trunc(); } result = leftValue.modulo(rightValue); return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 51: _leftValue = left.get(); _rightValue = right.get(); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.STRING.isCompatible(left.type)) { result = _leftValue.length > _rightValue.length; } else if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.CHAR.isCompatible(left.type)) { result = _leftValue.charCodeAt(0) > _rightValue.charCodeAt(0); } else { if (shouldImplicitCast) { resultType = _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN; _leftValue = _leftValue.trunc(); _rightValue = _rightValue.trunc(); } result = _leftValue.gt(_rightValue); } return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 55: _leftValue2 = left.get(); _rightValue2 = right.get(); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.STRING.isCompatible(left.type)) { result = _leftValue2.length >= _rightValue2.length; } else if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.CHAR.isCompatible(left.type)) { result = _leftValue2.charCodeAt(0) >= _rightValue2.charCodeAt(0); } else { if (shouldImplicitCast) { resultType = _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN; _leftValue2 = _leftValue2.trunc(); _rightValue2 = _rightValue2.trunc(); } result = _leftValue2.gte(_rightValue2); } return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 59: _leftValue3 = left.get(); _rightValue3 = right.get(); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.STRING.isCompatible(left.type)) { result = _leftValue3.length < _rightValue3.length; } else if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.CHAR.isCompatible(left.type)) { result = _leftValue3.charCodeAt(0) < _rightValue3.charCodeAt(0); } else { if (shouldImplicitCast) { resultType = _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN; _leftValue3 = _leftValue3.trunc(); _rightValue3 = _rightValue3.trunc(); } result = _leftValue3.lt(_rightValue3); } return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 63: _leftValue4 = left.get(); _rightValue4 = right.get(); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.STRING.isCompatible(left.type)) { result = _leftValue4.length <= _rightValue4.length; } else if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.CHAR.isCompatible(left.type)) { result = _leftValue4.charCodeAt(0) <= _rightValue4.charCodeAt(0); } else { if (shouldImplicitCast) { resultType = _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN; _leftValue4 = _leftValue4.trunc(); _rightValue4 = _rightValue4.trunc(); } result = _leftValue4.lte(_rightValue4); } return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 67: _leftValue5 = left.get(); _rightValue5 = right.get(); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(left.type) || _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.REAL.isCompatible(left.type)) { if (shouldImplicitCast) { resultType = _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN; _leftValue5 = _leftValue5.trunc(); _rightValue5 = _rightValue5.trunc(); } result = _leftValue5.eq(_rightValue5); } else { result = _leftValue5 === _rightValue5; } return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 71: _leftValue6 = left.get(); _rightValue6 = right.get(); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.INTEGER.isCompatible(left.type) || _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.REAL.isCompatible(left.type)) { if (shouldImplicitCast) { resultType = _typeSystem_types__WEBPACK_IMPORTED_MODULE_8__.Types.BOOLEAN; _leftValue6 = _leftValue6.trunc(); _rightValue6 = _rightValue6.trunc(); } result = !_leftValue6.eq(_rightValue6); } else { result = _leftValue6 !== _rightValue6; } return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, result)); case 75: return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, left.get() && right.get())); case 76: return _context31.abrupt("return", new _store_value_store_value__WEBPACK_IMPORTED_MODULE_23__.StoreValue(resultType, left.get() || right.get())); case 77: throw new _error_runtimeError__WEBPACK_IMPORTED_MODULE_21__.RuntimeError("!!!Critical Invalid InfixApp " + infixApp.op); case 78: case "end": return _context31.stop(); } } }, _callee31, this); })); function evaluateInfixApp(_x75, _x76) { return _evaluateInfixApp.apply(this, arguments); } return evaluateInfixApp; }() }]); return IVProgProcessor; }(); /***/ }), /***/ "./js/processor/lib/arrays.js": /*!************************************!*\ !*** ./js/processor/lib/arrays.js ***! \************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createNumElementsFun": () => (/* binding */ createNumElementsFun), /* harmony export */ "createMatrixLinesFun": () => (/* binding */ createMatrixLinesFun), /* harmony export */ "createMatrixColumnsFun": () => (/* binding */ createMatrixColumnsFun) /* harmony export */ }); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _ast_commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../../ast/commands */ "./js/ast/commands/index.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../typeSystem/array_type */ "./js/typeSystem/array_type.ts"); /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../modes */ "./js/processor/modes.ts"); /* harmony import */ var _store_value_store_value__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../store/value/store_value */ "./js/processor/store/value/store_value.ts"); /** * num_elements * matrix_lines * matrix_columns */ function createNumElementsFun() { var numElementsFun = /*#__PURE__*/function () { var _ref = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee(sto, _) { var vector, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: vector = sto.applyStore("vector"); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_7__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt)(vector.lines)); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN; sto.insertStore("$", temp); return _context.abrupt("return", sto); case 5: case "end": return _context.stop(); } } }, _callee); })); return function numElementsFun(_x, _x2) { return _ref.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(numElementsFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$numElements', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_5__.ArrayType(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.ALL, 1), 'vector', false)], block); return func; } function createMatrixLinesFun() { var matrixLinesFun = /*#__PURE__*/function () { var _ref2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee2(sto, _) { var matrix, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: matrix = sto.applyStore("matrix"); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_7__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt)(matrix.lines)); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN; sto.insertStore("$", temp); return _context2.abrupt("return", sto); case 5: case "end": return _context2.stop(); } } }, _callee2); })); return function matrixLinesFun(_x3, _x4) { return _ref2.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(matrixLinesFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$matrixLines', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_5__.ArrayType(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.ALL, 2), 'matrix', false)], block); return func; } function createMatrixColumnsFun() { var matrixColumnsFun = /*#__PURE__*/function () { var _ref3 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee3(sto, _) { var matrix, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee3$(_context3) { while (1) { switch (_context3.prev = _context3.next) { case 0: matrix = sto.applyStore("matrix"); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_7__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt)(matrix.columns)); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_6__.Modes.RETURN; sto.insertStore("$", temp); return _context3.abrupt("return", sto); case 5: case "end": return _context3.stop(); } } }, _callee3); })); return function matrixColumnsFun(_x5, _x6) { return _ref3.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(matrixColumnsFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$matrixColumns', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_5__.ArrayType(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.ALL, 2), 'matrix', false)], block); return func; } /***/ }), /***/ "./js/processor/lib/io.js": /*!********************************!*\ !*** ./js/processor/lib/io.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createOutputFun": () => (/* binding */ createOutputFun), /* harmony export */ "createInputFun": () => (/* binding */ createInputFun) /* harmony export */ }); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _ast_commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../../ast/commands */ "./js/ast/commands/index.js"); /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../modes */ "./js/processor/modes.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./../error/processorErrorFactory */ "./js/processor/error/processorErrorFactory.js"); /* harmony import */ var _store_value_store_value__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../store/value/store_value */ "./js/processor/store/value/store_value.ts"); function createOutputFun() { var writeFunction = /*#__PURE__*/function () { var _ref = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee(store, _) { var totalSV, total, i, val; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: totalSV = store.applyStore("p1.0"); total = totalSV.get(); for (i = 1; i < total; i += 1) { val = store.applyStore("p1.".concat(i)); this.output.sendOutput(_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.convertToString(val.get(), val.type)); } store.mode = _modes__WEBPACK_IMPORTED_MODULE_3__.Modes.RETURN; return _context.abrupt("return", store); case 5: case "end": return _context.stop(); } } }, _callee, this); })); return function writeFunction(_x, _x2) { return _ref.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(writeFunction)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$write", _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.VOID, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.ALL, "p1", false, true)], block); return func; } function createInputFun() { var readFunction = /*#__PURE__*/function () { var _ref2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee2(store, _) { var text, typeToConvert, type, result, stringInfo, realObject, arrayInfo, dim, stoValue; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: _context2.next = 2; return this.input.requestInput(); case 2: text = _context2.sent; typeToConvert = store.applyStore("p1").type; type = null; result = null; _context2.prev = 6; if (!typeToConvert.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.INTEGER)) { _context2.next = 12; break; } result = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt(text.trim()).trunc(); type = _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.INTEGER; _context2.next = 33; break; case 12: if (!typeToConvert.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.REAL)) { _context2.next = 17; break; } result = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toReal(text.trim()); type = _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.REAL; _context2.next = 33; break; case 17: if (!typeToConvert.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.BOOLEAN)) { _context2.next = 22; break; } result = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toBool(text.trim()); type = _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.BOOLEAN; _context2.next = 33; break; case 22: if (!typeToConvert.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.STRING)) { _context2.next = 27; break; } result = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toString(text); type = _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.STRING; _context2.next = 33; break; case 27: if (!typeToConvert.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.CHAR)) { _context2.next = 32; break; } result = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toChar(text); type = _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.CHAR; _context2.next = 33; break; case 32: throw new Error("!!!!Critical error: Unknown type in readFunction!!!!"); case 33: _context2.next = 47; break; case 35: _context2.prev = 35; _context2.t0 = _context2["catch"](6); if (!(this.mode == _modes__WEBPACK_IMPORTED_MODULE_3__.Modes.ABORT)) { _context2.next = 40; break; } store.mode = _modes__WEBPACK_IMPORTED_MODULE_3__.Modes.RETURN; return _context2.abrupt("return", store); case 40: stringInfo = typeToConvert.stringInfo()[0]; realObject = store.getStoreObject("p1"); if (!(realObject.getReferenceDimension() > 0)) { _context2.next = 46; break; } arrayInfo = realObject.type.stringInfo()[0]; dim = realObject.getReferenceDimension(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_6__.ProcessorErrorFactory.invalid_read_type_array(text, stringInfo.type, stringInfo.dim, realObject.getRefObj(), arrayInfo.type, dim, this.function_call_stack.pop()); case 46: throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_6__.ProcessorErrorFactory.invalid_read_type(text, stringInfo.type, stringInfo.dim, realObject.getRefObj(), this.function_call_stack.pop()); case 47: stoValue = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_7__.StoreValue(type, result); store.updateStore("p1", stoValue); store.mode = _modes__WEBPACK_IMPORTED_MODULE_3__.Modes.RETURN; return _context2.abrupt("return", store); case 51: case "end": return _context2.stop(); } } }, _callee2, this, [[6, 35]]); })); return function readFunction(_x3, _x4) { return _ref2.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(readFunction)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$read", _typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.VOID, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_5__.Types.ALL, "p1", true)], block); return func; } /***/ }), /***/ "./js/processor/lib/lang.js": /*!**********************************!*\ !*** ./js/processor/lib/lang.js ***! \**********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createIsRealFun": () => (/* binding */ createIsRealFun), /* harmony export */ "createIsIntFun": () => (/* binding */ createIsIntFun), /* harmony export */ "createIsBoolFun": () => (/* binding */ createIsBoolFun), /* harmony export */ "createCastRealFun": () => (/* binding */ createCastRealFun), /* harmony export */ "createCastIntFun": () => (/* binding */ createCastIntFun), /* harmony export */ "createCastBoolFun": () => (/* binding */ createCastBoolFun), /* harmony export */ "createCastStringFun": () => (/* binding */ createCastStringFun), /* harmony export */ "createCastCharFun": () => (/* binding */ createCastCharFun) /* harmony export */ }); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _ast_commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../../ast/commands */ "./js/ast/commands/index.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../ast/ivprogParser */ "./js/ast/ivprogParser.js"); /* harmony import */ var _ast_expressions__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../ast/expressions */ "./js/ast/expressions/index.js"); /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../modes */ "./js/processor/modes.ts"); /* harmony import */ var _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../typeSystem/multiType */ "./js/typeSystem/multiType.ts"); /* harmony import */ var _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../error/processorErrorFactory */ "./js/processor/error/processorErrorFactory.js"); /* harmony import */ var _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../store/value/store_value */ "./js/processor/store/value/store_value.ts"); /** * * is_real * is_int * is_bool * cast_real * cast_int * cast_bool * cast_string * cast_char */ function createIsRealFun() { var isRealFun = /*#__PURE__*/function () { var _ref = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee(sto, _) { var str, parser, result, val, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: str = sto.applyStore("str"); parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_5__.IVProgParser.createParser(str.get()); result = false; try { val = parser.parseTerm(); if (val instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.RealLiteral) { result = true; } } catch (error) {// ignore } temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context.abrupt("return", sto); case 8: case "end": return _context.stop(); } } }, _callee); })); return function isRealFun(_x, _x2) { return _ref.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(isRealFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$isReal", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, "str", false)], block); return func; } function createIsIntFun() { var isIntFun = /*#__PURE__*/function () { var _ref2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee2(sto, _) { var str, parser, result, val, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: str = sto.applyStore("str"); parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_5__.IVProgParser.createParser(str.get()); result = false; try { val = parser.parseTerm(); if (val instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.IntLiteral) { result = true; } } catch (_unused) {// ignore } temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context2.abrupt("return", sto); case 8: case "end": return _context2.stop(); } } }, _callee2); })); return function isIntFun(_x3, _x4) { return _ref2.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(isIntFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$isInt", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, "str", false)], block); return func; } function createIsBoolFun() { var isBoolFun = function isBoolFun(sto, _) { var str = sto.applyStore("str"); var parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_5__.IVProgParser.createParser(str.get()); var result = false; try { var val = parser.parseTerm(); if (val instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.BoolLiteral) { result = true; } } catch (error) {// ignore } var temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return sto; }; var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(isBoolFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$isBool", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, "str", false)], block); return func; } function createCastRealFun() { var castRealFun = /*#__PURE__*/function () { var _ref3 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee3(sto, _) { var val, value, temp, parser, result, _temp, typeStringInfoArray, typeInfo; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee3$(_context3) { while (1) { switch (_context3.prev = _context3.next) { case 0: val = sto.applyStore("val"); value = val.get(); _context3.t0 = val.type.ord; _context3.next = _context3.t0 === _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER.ord ? 5 : _context3.t0 === _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING.ord ? 10 : 22; break; case 5: value = value.toNumber(); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL, _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toReal(value)); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context3.abrupt("return", sto); case 10: parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_5__.IVProgParser.createParser(value); _context3.prev = 11; result = parser.parseTerm(); if (!(result instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.RealLiteral)) { _context3.next = 18; break; } _temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL, _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toReal(result.value)); sto.insertStore("$", _temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context3.abrupt("return", sto); case 18: _context3.next = 22; break; case 20: _context3.prev = 20; _context3.t1 = _context3["catch"](11); case 22: typeStringInfoArray = _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL.stringInfo(); typeInfo = typeStringInfoArray[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_9__.ProcessorErrorFactory.invalid_type_conversion(value, typeInfo.type, typeInfo.dim); case 25: case "end": return _context3.stop(); } } }, _callee3, null, [[11, 20]]); })); return function castRealFun(_x5, _x6) { return _ref3.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(castRealFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$castReal", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_8__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING]), "val", false)], block); return func; } function createCastIntFun() { var castIntFun = /*#__PURE__*/function () { var _ref4 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee4(sto, _) { var val, value, temp, _temp2, parser, result, _temp3, typeStringInfoArray, typeInfo; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee4$(_context4) { while (1) { switch (_context4.prev = _context4.next) { case 0: val = sto.applyStore("val"); value = val.get(); _context4.t0 = val.type.ord; _context4.next = _context4.t0 === _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL.ord ? 5 : _context4.t0 === _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.CHAR.ord ? 10 : _context4.t0 === _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING.ord ? 14 : 26; break; case 5: value = value.toNumber(); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt(Math.floor(value))); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context4.abrupt("return", sto); case 10: _temp2 = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt(value.charCodeAt(0))); sto.insertStore("$", _temp2); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context4.abrupt("return", sto); case 14: parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_5__.IVProgParser.createParser(value); _context4.prev = 15; result = parser.parseTerm(); if (!(result instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.IntLiteral)) { _context4.next = 22; break; } _temp3 = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt(result.value)); sto.insertStore("$", _temp3); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context4.abrupt("return", sto); case 22: _context4.next = 26; break; case 24: _context4.prev = 24; _context4.t1 = _context4["catch"](15); case 26: typeStringInfoArray = _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER.stringInfo(); typeInfo = typeStringInfoArray[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_9__.ProcessorErrorFactory.invalid_type_conversion(value, typeInfo.type, typeInfo.dim); case 29: case "end": return _context4.stop(); } } }, _callee4, null, [[15, 24]]); })); return function castIntFun(_x7, _x8) { return _ref4.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(castIntFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$castInt", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_8__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL, _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.CHAR]), "val", false)], block); return func; } function createCastBoolFun() { var castBoolFun = /*#__PURE__*/function () { var _ref5 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee5(sto, _) { var str, value, parser, val, temp, typeStringInfoArray, typeInfo; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee5$(_context5) { while (1) { switch (_context5.prev = _context5.next) { case 0: str = sto.applyStore("str"); value = str.get(); parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_5__.IVProgParser.createParser(value); _context5.prev = 3; val = parser.parseTerm(); if (!(val instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.BoolLiteral)) { _context5.next = 10; break; } temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, val.value); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context5.abrupt("return", sto); case 10: _context5.next = 14; break; case 12: _context5.prev = 12; _context5.t0 = _context5["catch"](3); case 14: typeStringInfoArray = _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN.stringInfo(); typeInfo = typeStringInfoArray[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_9__.ProcessorErrorFactory.invalid_type_conversion(value, typeInfo.type, typeInfo.dim); case 17: case "end": return _context5.stop(); } } }, _callee5, null, [[3, 12]]); })); return function castBoolFun(_x9, _x10) { return _ref5.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(castBoolFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$castBool", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.BOOLEAN, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, "str", false)], block); return func; } function createCastStringFun() { var castStringFun = /*#__PURE__*/function () { var _ref6 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee6(store, _) { var val, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee6$(_context6) { while (1) { switch (_context6.prev = _context6.next) { case 0: val = store.applyStore("str"); result = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.convertToString(val.get(), val.type); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, result); store.insertStore("$", temp); store.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return _context6.abrupt("return", store); case 6: case "end": return _context6.stop(); } } }, _callee6); })); return function castStringFun(_x11, _x12) { return _ref6.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(castStringFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$castString", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.ALL, "str", false)], block); return func; } function createCastCharFun() { var castCharFun = function castCharFun(store, _) { var valSV = store.applyStore("charCode"); // Force the int value to the range [0, 255] var value = valSV.get().toNumber() & 0xff; var result = String.fromCharCode(value); var temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.CHAR, result); store.insertStore("$", temp); store.mode = _modes__WEBPACK_IMPORTED_MODULE_7__.Modes.RETURN; return store; }; var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(castCharFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function("$castChar", _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.CHAR, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, "charCode", false)], block); return func; } /***/ }), /***/ "./js/processor/lib/math.js": /*!**********************************!*\ !*** ./js/processor/lib/math.js ***! \**********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createSinFun": () => (/* binding */ createSinFun), /* harmony export */ "createCosFun": () => (/* binding */ createCosFun), /* harmony export */ "createTanFun": () => (/* binding */ createTanFun), /* harmony export */ "createSqrtFun": () => (/* binding */ createSqrtFun), /* harmony export */ "createPowFun": () => (/* binding */ createPowFun), /* harmony export */ "createLogFun": () => (/* binding */ createLogFun), /* harmony export */ "createAbsFun": () => (/* binding */ createAbsFun), /* harmony export */ "createNegateFun": () => (/* binding */ createNegateFun), /* harmony export */ "createInvertFun": () => (/* binding */ createInvertFun), /* harmony export */ "createMaxFun": () => (/* binding */ createMaxFun), /* harmony export */ "createMinFun": () => (/* binding */ createMinFun), /* harmony export */ "createRandFun": () => (/* binding */ createRandFun), /* harmony export */ "createSetSeedFun": () => (/* binding */ createSetSeedFun) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "./node_modules/@babel/runtime/helpers/toConsumableArray.js"); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _ast_commands__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../ast/commands */ "./js/ast/commands/index.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! decimal.js */ "./node_modules/decimal.js/decimal.js"); /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../typeSystem/multiType */ "./js/typeSystem/multiType.ts"); /* harmony import */ var _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../typeSystem/array_type */ "./js/typeSystem/array_type.ts"); /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../modes */ "./js/processor/modes.ts"); /* harmony import */ var _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../store/value/store_value */ "./js/processor/store/value/store_value.ts"); /* harmony import */ var _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../error/processorErrorFactory */ "./js/processor/error/processorErrorFactory.js"); /** * sin * cos * tan * sqrt * pow * log * abs * negate * invert * max * min */ function convertToRadians(degrees) { return degrees.times(decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal.acos(-1)).div(180); } function createSinFun() { var sinFun = /*#__PURE__*/function () { var _ref = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee(sto, _) { var x, angle, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: x = sto.applyStore('x'); angle = x.get().mod(360); result = null; if (angle.eq(90)) { result = new decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal(1); } else if (angle.eq(180)) { result = new decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal(0); } else if (angle.eq(270)) { result = new decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal(-1); } else { result = decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal.sin(convertToRadians(angle)); } temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context.abrupt("return", sto); case 8: case "end": return _context.stop(); } } }, _callee); })); return function sinFun(_x, _x2) { return _ref.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(sinFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$sin", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createCosFun() { var cosFun = /*#__PURE__*/function () { var _ref2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee2(sto, _) { var x, angle, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: x = sto.applyStore('x'); angle = x.get().mod(360); result = null; if (angle.eq(90)) { result = new decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal(0); } else if (angle.eq(180)) { result = new decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal(-1); } else if (angle.eq(270)) { result = new decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal(0); } result = decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal.cos(convertToRadians(angle)); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context2.abrupt("return", sto); case 9: case "end": return _context2.stop(); } } }, _callee2); })); return function cosFun(_x3, _x4) { return _ref2.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(cosFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$cos", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createTanFun() { var tanFun = /*#__PURE__*/function () { var _ref3 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee3(sto, _) { var x, angle, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee3$(_context3) { while (1) { switch (_context3.prev = _context3.next) { case 0: x = sto.applyStore('x'); angle = x.get().mod(360); if (!(angle.eq(90) || angle.eq(270))) { _context3.next = 4; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_11__.ProcessorErrorFactory.undefined_tanget_value(x.get().toNumber(), this.function_call_stack.pop()); case 4: result = decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal.tan(convertToRadians(angle)); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context3.abrupt("return", sto); case 9: case "end": return _context3.stop(); } } }, _callee3, this); })); return function tanFun(_x5, _x6) { return _ref3.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(tanFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$tan", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createSqrtFun() { var sqrtFun = /*#__PURE__*/function () { var _ref4 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee4(sto, _) { var x, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee4$(_context4) { while (1) { switch (_context4.prev = _context4.next) { case 0: x = sto.applyStore('x'); if (!x.get().isNeg()) { _context4.next = 3; break; } return _context4.abrupt("return", Promise.reject(_error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_11__.ProcessorErrorFactory.negative_sqrt_value(this.function_call_stack.pop()))); case 3: result = x.get().sqrt(); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context4.abrupt("return", sto); case 8: case "end": return _context4.stop(); } } }, _callee4, this); })); return function sqrtFun(_x7, _x8) { return _ref4.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(sqrtFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$sqrt", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createPowFun() { var powFun = /*#__PURE__*/function () { var _ref5 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee5(sto, _) { var x, y, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee5$(_context5) { while (1) { switch (_context5.prev = _context5.next) { case 0: x = sto.applyStore('x'); y = sto.applyStore('y'); result = x.get().pow(y.get()); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context5.abrupt("return", sto); case 7: case "end": return _context5.stop(); } } }, _callee5); })); return function powFun(_x9, _x10) { return _ref5.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(powFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$pow", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false), new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "y", false)], block); return func; } function createLogFun() { var logFun = /*#__PURE__*/function () { var _ref6 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee6(sto, _) { var x, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee6$(_context6) { while (1) { switch (_context6.prev = _context6.next) { case 0: x = sto.applyStore('x'); if (!x.get().isNegative()) { _context6.next = 3; break; } return _context6.abrupt("return", Promise.reject(_error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_11__.ProcessorErrorFactory.negative_log_value(this.function_call_stack.pop()))); case 3: result = decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal.log10(x.get()); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context6.abrupt("return", sto); case 8: case "end": return _context6.stop(); } } }, _callee6, this); })); return function logFun(_x11, _x12) { return _ref6.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(logFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$log", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createAbsFun() { var absFun = /*#__PURE__*/function () { var _ref7 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee7(sto, _) { var x, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee7$(_context7) { while (1) { switch (_context7.prev = _context7.next) { case 0: x = sto.applyStore('x'); result = x.get().abs(); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(x.type, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context7.abrupt("return", sto); case 6: case "end": return _context7.stop(); } } }, _callee7); })); return function absFun(_x13, _x14) { return _ref7.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(absFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$abs", new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createNegateFun() { var negateFun = /*#__PURE__*/function () { var _ref8 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee8(sto, _) { var x, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee8$(_context8) { while (1) { switch (_context8.prev = _context8.next) { case 0: x = sto.applyStore('x'); result = x.get().negated(); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(x.type, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context8.abrupt("return", sto); case 6: case "end": return _context8.stop(); } } }, _callee8); })); return function negateFun(_x15, _x16) { return _ref8.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(negateFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$negate", new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createInvertFun() { var invertFun = /*#__PURE__*/function () { var _ref9 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee9(sto, _) { var x, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee9$(_context9) { while (1) { switch (_context9.prev = _context9.next) { case 0: x = sto.applyStore('x'); result = _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_5__.toReal(1).dividedBy(x.get()); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context9.abrupt("return", sto); case 6: case "end": return _context9.stop(); } } }, _callee9); })); return function invertFun(_x17, _x18) { return _ref9.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(invertFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$invert", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), "x", false)], block); return func; } function createMaxFun() { var maxFun = /*#__PURE__*/function () { var _ref10 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee10(sto, _) { var x, numbers, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee10$(_context10) { while (1) { switch (_context10.prev = _context10.next) { case 0: x = sto.applyStore('x'); numbers = x.get().map(function (sto_addrs) { return sto_addrs.get(); }); result = decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal.max.apply(decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal, _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(numbers)); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(x.type.innerType, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context10.abrupt("return", sto); case 7: case "end": return _context10.stop(); } } }, _callee10); })); return function maxFun(_x19, _x20) { return _ref10.apply(this, arguments); }; }(); var paramType = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_8__.ArrayType(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), 1); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(maxFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$max", new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(paramType, "x", false)], block); return func; } function createMinFun() { var minFun = /*#__PURE__*/function () { var _ref11 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee11(sto, _) { var x, numbers, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee11$(_context11) { while (1) { switch (_context11.prev = _context11.next) { case 0: x = sto.applyStore('x'); numbers = x.get().map(function (sto_addrs) { return sto_addrs.get(); }); result = decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal.min.apply(decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal, _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(numbers)); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(x.type.innerType, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context11.abrupt("return", sto); case 7: case "end": return _context11.stop(); } } }, _callee11); })); return function minFun(_x21, _x22) { return _ref11.apply(this, arguments); }; }(); var paramType = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_8__.ArrayType(new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), 1); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(minFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$min", new _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_7__.MultiType([_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL]), [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(paramType, "x", false)], block); return func; } var seed = Date.now(); function createRandFun() { var a = 16807; var m = 2147483647; var c = 12345; var randFun = /*#__PURE__*/function () { var _ref12 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee12(sto, _) { var val, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee12$(_context12) { while (1) { switch (_context12.prev = _context12.next) { case 0: seed = (a * seed + c) % m; val = seed / (m - 1); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_10__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, new decimal_js__WEBPACK_IMPORTED_MODULE_6__.Decimal(val)); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context12.abrupt("return", sto); case 6: case "end": return _context12.stop(); } } }, _callee12); })); return function randFun(_x23, _x24) { return _ref12.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(randFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$rand", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.REAL, [], block); return func; } function createSetSeedFun() { var setSeedFun = /*#__PURE__*/function () { var _ref13 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_2___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee13(sto, _) { var value; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee13$(_context13) { while (1) { switch (_context13.prev = _context13.next) { case 0: value = sto.applyStore("x"); seed = value.get().toNumber(); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_9__.Modes.RETURN; return _context13.abrupt("return", sto); case 4: case "end": return _context13.stop(); } } }, _callee13); })); return function setSeedFun(_x25, _x26) { return _ref13.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.SysCall(setSeedFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.Function("$setSeed", _typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.VOID, [new _ast_commands__WEBPACK_IMPORTED_MODULE_3__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_4__.Types.INTEGER, "x", false)], block); return func; } /***/ }), /***/ "./js/processor/lib/strings.js": /*!*************************************!*\ !*** ./js/processor/lib/strings.js ***! \*************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createSubstringFun": () => (/* binding */ createSubstringFun), /* harmony export */ "createLengthFun": () => (/* binding */ createLengthFun), /* harmony export */ "createUppercaseFun": () => (/* binding */ createUppercaseFun), /* harmony export */ "createLowercaseFun": () => (/* binding */ createLowercaseFun), /* harmony export */ "createrCharAtFun": () => (/* binding */ createrCharAtFun) /* harmony export */ }); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _ast_commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../../ast/commands */ "./js/ast/commands/index.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../modes */ "./js/processor/modes.ts"); /* harmony import */ var _store_value_store_value__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../store/value/store_value */ "./js/processor/store/value/store_value.ts"); /* harmony import */ var _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../error/processorErrorFactory */ "./js/processor/error/processorErrorFactory.js"); /* * substring * length * uppercase * lowercase * charAt **/ function createSubstringFun() { var substringFun = /*#__PURE__*/function () { var _ref = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee(sto, _) { var str, start, end, result, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: str = sto.applyStore("str"); start = sto.applyStore("start"); end = sto.applyStore("end"); result = str.get().substring(start.get(), end.get()); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_6__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, result); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_5__.Modes.RETURN; return _context.abrupt("return", sto); case 8: case "end": return _context.stop(); } } }, _callee); })); return function substringFun(_x, _x2) { return _ref.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(substringFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$substring', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, 'str', false), new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, 'start', false), new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, 'end', false)], block); return func; } function createLengthFun() { var lengthFun = /*#__PURE__*/function () { var _ref2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee2(sto, _) { var str, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: str = sto.applyStore("str"); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_6__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.toInt)(str.value.length)); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_5__.Modes.RETURN; return _context2.abrupt("return", sto); case 5: case "end": return _context2.stop(); } } }, _callee2); })); return function lengthFun(_x3, _x4) { return _ref2.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(lengthFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$length', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, 'str', false)], block); return func; } function createUppercaseFun() { var uppercaseFun = /*#__PURE__*/function () { var _ref3 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee3(sto, _) { var str, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee3$(_context3) { while (1) { switch (_context3.prev = _context3.next) { case 0: str = sto.applyStore("str"); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_6__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, str.get().toUpperCase()); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_5__.Modes.RETURN; return _context3.abrupt("return", sto); case 5: case "end": return _context3.stop(); } } }, _callee3); })); return function uppercaseFun(_x5, _x6) { return _ref3.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(uppercaseFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$uppercase', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, 'str', false)], block); return func; } function createLowercaseFun() { var lowercaseFun = /*#__PURE__*/function () { var _ref4 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee4(sto, _) { var str, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee4$(_context4) { while (1) { switch (_context4.prev = _context4.next) { case 0: str = sto.applyStore("str"); temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_6__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, str.get().toLowerCase()); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_5__.Modes.RETURN; return _context4.abrupt("return", sto); case 5: case "end": return _context4.stop(); } } }, _callee4); })); return function lowercaseFun(_x7, _x8) { return _ref4.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(lowercaseFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$lowercase', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, 'str', false)], block); return func; } function createrCharAtFun() { var charAtFun = /*#__PURE__*/function () { var _ref5 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee5(sto, _) { var str, idx, temp; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee5$(_context5) { while (1) { switch (_context5.prev = _context5.next) { case 0: str = sto.applyStore("str"); idx = sto.applyStore("index"); if (!(idx.get().toNumber() < 0 || idx.get().toNumber() >= str.get().length)) { _context5.next = 4; break; } throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_7__.ProcessorErrorFactory.invalid_string_index(idx.get().toNumber(), str.get(), this.function_call_stack.pop()); case 4: temp = new _store_value_store_value__WEBPACK_IMPORTED_MODULE_6__.StoreValue(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.CHAR, str.get().charAt(idx.get().toNumber())); sto.insertStore("$", temp); sto.mode = _modes__WEBPACK_IMPORTED_MODULE_5__.Modes.RETURN; return _context5.abrupt("return", sto); case 8: case "end": return _context5.stop(); } } }, _callee5, this); })); return function charAtFun(_x9, _x10) { return _ref5.apply(this, arguments); }; }(); var block = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.CommandBlock([], [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.SysCall(charAtFun)]); var func = new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.Function('$charAt', _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.CHAR, [new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.STRING, 'str', false), new _ast_commands__WEBPACK_IMPORTED_MODULE_2__.FormalParameter(_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.INTEGER, 'index', false)], block); return func; } /***/ }), /***/ "./js/processor/semantic/semanticAnalyser.js": /*!***************************************************!*\ !*** ./js/processor/semantic/semanticAnalyser.js ***! \***************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "SemanticAnalyser": () => (/* binding */ SemanticAnalyser) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../error/processorErrorFactory */ "./js/processor/error/processorErrorFactory.js"); /* harmony import */ var _definedFunctions__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../definedFunctions */ "./js/processor/definedFunctions.js"); /* harmony import */ var _ast_commands__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../ast/commands */ "./js/ast/commands/index.js"); /* harmony import */ var _ast_expressions_expression__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../../ast/expressions/expression */ "./js/ast/expressions/expression.js"); /* harmony import */ var _ast_expressions__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../ast/expressions */ "./js/ast/expressions/index.js"); /* harmony import */ var _ast_expressions_literal__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../ast/expressions/literal */ "./js/ast/expressions/literal.js"); /* harmony import */ var _compatibilityTable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../compatibilityTable */ "./js/processor/compatibilityTable.ts"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../typeSystem/array_type */ "./js/typeSystem/array_type.ts"); /* harmony import */ var _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../typeSystem/multiType */ "./js/typeSystem/multiType.ts"); /* harmony import */ var _util_config__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../util/config */ "./js/util/config.ts"); /* harmony import */ var _store_store__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../store/store */ "./js/processor/store/store.ts"); /* harmony import */ var _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../ast/ivprogParser */ "./js/ast/ivprogParser.js"); // eslint-disable-next-line @typescript-eslint/no-unused-vars var SemanticAnalyser = /*#__PURE__*/function () { _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(SemanticAnalyser, null, [{ key: "analyseFromSource", value: function analyseFromSource(stringCode) { var parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_14__.IVProgParser.createParser(stringCode); var semantic = new SemanticAnalyser(parser.parseTree()); return semantic.analyseTree(); } }]); function SemanticAnalyser(ast) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, SemanticAnalyser); this.ast = ast; this.symbolMap = null; this.currentFunction = null; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(SemanticAnalyser, [{ key: "pushMap", value: function pushMap() { if (this.symbolMap === null) { this.symbolMap = { map: {}, next: null }; } else { var n = { map: {}, next: this.symbolMap }; this.symbolMap = n; } } }, { key: "popMap", value: function popMap() { if (this.symbolMap !== null) { this.symbolMap = this.symbolMap.next; } } }, { key: "insertSymbol", value: function insertSymbol(id, typeInfo) { this.symbolMap.map[id] = typeInfo; } }, { key: "findSymbol", value: function findSymbol(id, symbol_map) { if (!symbol_map.map[id]) { if (symbol_map.next) { return this.findSymbol(id, symbol_map.next); } return null; } else { return symbol_map.map[id]; } } }, { key: "getMainFunction", value: function getMainFunction() { return this.ast.functions.find(function (v) { return v.isMain; }); } }, { key: "findFunction", value: function findFunction(name) { if (name.match(/^\$.+$/)) { var fun = _definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getFunction(name); if (!fun) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.not_implemented(name); } return fun; } else { var val = this.ast.functions.find(function (v) { return v.name === name; }); if (!val) { return null; } return val; } } }, { key: "analyseTree", value: function analyseTree() { var globalVars = this.ast.global; this.pushMap(); this.assertDeclarations(globalVars); var functions = this.ast.functions; var mainFunc = functions.filter(function (f) { return f.name === null; }); if (mainFunc.length <= 0) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.main_missing(); } for (var i = 0; i < functions.length; i++) { var fun = functions[i]; this.assertFunction(fun); } return this.ast; } }, { key: "assertDeclarations", value: function assertDeclarations(list) { for (var i = 0; i < list.length; i++) { this.assertDeclaration(list[i]); } } }, { key: "assertDeclaration", value: function assertDeclaration(declaration) { if (declaration instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.ArrayDeclaration) { this.assertArrayDeclaration(declaration); this.insertSymbol(declaration.id, { id: declaration.id, lines: declaration.lines, columns: declaration.columns, type: declaration.type, isConst: declaration.isConst }); } else { if (declaration.initial === null) { this.insertSymbol(declaration.id, { id: declaration.id, type: declaration.type, isConst: declaration.isConst }); return; } var resultType = this.evaluateExpressionType(declaration.initial); if (resultType instanceof _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_11__.MultiType) { if (!resultType.isCompatible(declaration.type)) { var stringInfo = declaration.type.stringInfo(); var info = stringInfo[0]; var result_string_info = resultType.stringInfo(); var result_info = result_string_info[0]; var exp = declaration.initial; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.incompatible_types_full(info.type, info.dim, result_info.type, result_info.dim, exp.toString(), declaration.sourceInfo); } this.insertSymbol(declaration.id, { id: declaration.id, type: declaration.type, isConst: declaration.isConst }); } else if (!declaration.type.isCompatible(resultType) && !_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting || !declaration.type.isCompatible(resultType) && _util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting && !_store_store__WEBPACK_IMPORTED_MODULE_13__.Store.canImplicitTypeCast(declaration.type, resultType)) { var _stringInfo = declaration.type.stringInfo(); var _info = _stringInfo[0]; var _result_string_info = resultType.stringInfo(); var _result_info = _result_string_info[0]; var _exp = declaration.initial; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.incompatible_types_full(_info.type, _info.dim, _result_info.type, _result_info.dim, _exp.toString(), declaration.sourceInfo); } else { this.insertSymbol(declaration.id, { id: declaration.id, type: declaration.type, isConst: declaration.isConst }); } } } }, { key: "assertArrayDeclaration", value: function assertArrayDeclaration(declaration) { if (declaration.initial === null) { var lineType = this.evaluateExpressionType(declaration.lines); if (!lineType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.array_dimension_not_int_full(declaration.sourceInfo); } if (declaration.columns !== null) { var columnType = this.evaluateExpressionType(declaration.columns); if (!columnType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.array_dimension_not_int_full(declaration.sourceInfo); } } } else { this.evaluateArrayLiteral(declaration); } this.insertSymbol(declaration.id, { id: declaration.id, lines: declaration.lines, columns: declaration.columns, type: declaration.type }); return; } }, { key: "evaluateExpressionType", value: function evaluateExpressionType(expression) { // TODO: Throw operator error in case type == UNDEFINED if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.UnaryApp) { var op = expression.op; var resultType = this.evaluateExpressionType(expression.left); var finalResult = (0,_compatibilityTable__WEBPACK_IMPORTED_MODULE_8__.resultTypeAfterUnaryOp)(op, resultType); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.UNDEFINED.isCompatible(finalResult)) { var stringInfo = resultType.stringInfo(); var info = stringInfo[0]; var expString = expression.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_unary_op_full(expString, op, info.type, info.dim, expression.sourceInfo); } return finalResult; } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.InfixApp) { var _op = expression.op; var resultTypeLeft = this.evaluateExpressionType(expression.left); var resultTypeRight = this.evaluateExpressionType(expression.right); var _finalResult = (0,_compatibilityTable__WEBPACK_IMPORTED_MODULE_8__.resultTypeAfterInfixOp)(_op, resultTypeLeft, resultTypeRight); if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.UNDEFINED.isCompatible(_finalResult)) { var stringInfoLeft = resultTypeLeft.stringInfo(); var infoLeft = stringInfoLeft[0]; var stringInfoRight = resultTypeRight.stringInfo(); var infoRight = stringInfoRight[0]; var _expString = expression.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_infix_op_full(_expString, _op, infoLeft.type, infoLeft.dim, infoRight.type, infoRight.dim, expression.sourceInfo); } return _finalResult; } else if (expression instanceof _ast_expressions_literal__WEBPACK_IMPORTED_MODULE_7__.Literal) { return this.evaluateLiteralType(expression); } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.FunctionCall) { if (expression.isMainCall) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.void_in_expression_full(_definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getMainFunctionName(), expression.sourceInfo); } var fun = this.findFunction(expression.id); if (fun === null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.function_missing_full(expression.id, expression.sourceInfo); } if (fun.returnType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.VOID)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.void_in_expression_full(expression.id, expression.sourceInfo); } this.assertParameters(fun, expression.actualParameters); return fun.returnType; } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.ArrayAccess) { var arrayTypeInfo = this.findSymbol(expression.id, this.symbolMap); if (arrayTypeInfo === null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.symbol_not_found_full(expression.id, expression.sourceInfo); } if (!(arrayTypeInfo.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_array_access_full(expression.id, expression.sourceInfo); } var lineType = this.evaluateExpressionType(expression.line); if (!lineType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.array_dimension_not_int_full(expression.sourceInfo); } if (expression.column !== null) { if (arrayTypeInfo.columns === null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_matrix_access_full(expression.id, expression.sourceInfo); } var columnType = this.evaluateExpressionType(expression.column); if (!columnType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.array_dimension_not_int_full(expression.sourceInfo); } } var arrType = arrayTypeInfo.type; if (expression.column !== null) { // indexing matrix return arrType.innerType; } else { if (arrayTypeInfo.columns === null) { return arrType.innerType; } return new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType(arrType.innerType, 1); } } } }, { key: "evaluateLiteralType", value: function evaluateLiteralType(literal) { if (literal instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.IntLiteral) { return literal.type; } else if (literal instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.RealLiteral) { return literal.type; } else if (literal instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.StringLiteral) { return literal.type; } else if (literal instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.BoolLiteral) { return literal.type; } else if (literal instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.CharLiteral) { return literal.type; } else if (literal instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.VariableLiteral) { var typeInfo = this.findSymbol(literal.id, this.symbolMap); if (typeInfo === null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.symbol_not_found_full(literal.id, literal.sourceInfo); } if (typeInfo.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType) { return typeInfo.type; } return typeInfo.type; } else { // console.warn("Evaluating type only for an array literal..."); var last = null; if (literal.value.length === 1) { last = this.evaluateExpressionType(literal.value[0]); } else { for (var i = 0; i < literal.value.length; i++) { var e = this.evaluateExpressionType(literal.value[i]); if (last === null) { last = e; } else if (!last.isCompatible(e)) { var strInfo = last.stringInfo(); var info = strInfo[0]; var strExp = literal.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.incompatible_types_array_full(strExp, info.type, info.dim, literal.sourceInfo); } } } if (last instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType) { return new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType(last.innerType, last.dimensions + 1); } return new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType(last, 1); } } }, { key: "evaluateArrayLiteral", value: function evaluateArrayLiteral(arrayDeclaration) { var type = arrayDeclaration.type; var literal = arrayDeclaration.initial; // console.log(arrayDeclaration); if (arrayDeclaration.isVector) { this.evaluateVectorLiteralType(literal, type); } else { // TODO matrix type check for (var i = 0; i < literal.lines; ++i) { var line_literal = literal.value[i]; this.evaluateVectorLiteralType(line_literal, new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType(type.innerType, 1)); } } return true; } }, { key: "assertFunction", value: function assertFunction(fun) { var _this = this; this.pushMap(); this.currentFunction = fun; fun.formalParameters.forEach(function (formalParam) { if (formalParam.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType) { if (formalParam.type.dimensions > 1) { _this.insertSymbol(formalParam.id, { id: formalParam.id, lines: -1, columns: -1, type: formalParam.type }); } else { _this.insertSymbol(formalParam.id, { id: formalParam.id, lines: -1, columns: null, type: formalParam.type }); } } else { _this.insertSymbol(formalParam.id, { id: formalParam.id, type: formalParam.type }); } }); this.assertDeclarations(fun.variablesDeclarations); var optional = fun.returnType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.VOID); var valid = this.assertReturn(fun, optional); if (!valid) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.function_no_return(fun.name); } this.popMap(); } }, { key: "assertReturn", value: function assertReturn(fun, optional) { var _this2 = this; return fun.commands.reduce(function (last, next) { return _this2.checkCommand(fun.returnType, next, optional) || last; }, optional); } }, { key: "checkCommand", value: function checkCommand(type, cmd, optional) { if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.While) { var resultType = this.evaluateExpressionType(cmd.expression); if (!resultType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.BOOLEAN)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.loop_condition_type_full(cmd.expression.toString(), cmd.sourceInfo); } this.checkCommands(type, cmd.commands, optional); return false; } else if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.For) { var var_type = this.evaluateExpressionType(cmd.for_id); if (!var_type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_for_variable(cmd.for_id, cmd.sourceInfo); } var from_type = this.evaluateExpressionType(cmd.for_from); if (!from_type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_for_from(cmd.for_from, cmd.sourceInfo); } var to_type = this.evaluateExpressionType(cmd.for_to); if (!to_type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_for_to(cmd.for_to, cmd.sourceInfo); } if (cmd.for_pass != null) { var pass_type = this.evaluateExpressionType(cmd.for_pass); if (!pass_type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_for_pass(cmd.for_pass, cmd.sourceInfo); } } this.checkCommands(type, cmd.commands, optional); return false; } else if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.Switch) { var sType = this.evaluateExpressionType(cmd.expression); var result = optional; var hasDefault = false; for (var i = 0; i < cmd.cases.length; i++) { var aCase = cmd.cases[i]; if (aCase.expression !== null) { var caseType = this.evaluateExpressionType(aCase.expression); if (!sType.isCompatible(caseType)) { var strInfo = sType.stringInfo(); var info = strInfo[0]; var strExp = aCase.expression.toString(); throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_case_type_full(strExp, info.type, info.dim, aCase.sourceInfo); } } else { hasDefault = true; } result = result && this.checkCommands(type, aCase.commands, result); } return result && hasDefault; } else if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.ArrayIndexAssign) { // TODO - rework!!!!! var used_dims = 0; var typeInfo = this.findSymbol(cmd.id, this.symbolMap); if (typeInfo === null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.symbol_not_found_full(cmd.id, cmd.sourceInfo); } if (typeInfo.isConst) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_const_assignment_full(cmd.id, cmd.sourceInfo); } if (!(typeInfo.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_array_access_full(cmd.id, cmd.sourceInfo); } var exp = cmd.expression; var lineExp = cmd.line; var lineType = this.evaluateExpressionType(lineExp); if (!lineType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.array_dimension_not_int_full(cmd.sourceInfo); } used_dims += 1; var columnExp = cmd.column; if (typeInfo.columns === null && columnExp !== null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_matrix_access_full(cmd.id, cmd.sourceInfo); } else if (columnExp !== null) { var columnType = this.evaluateExpressionType(columnExp); if (!columnType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.array_dimension_not_int_full(cmd.sourceInfo); } used_dims += 1; } // exp a single value exp or an array access var exp_type = this.evaluateExpressionType(exp); var access_type = typeInfo.type; var compatible = false; var _type = access_type; if (exp_type instanceof _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_11__.MultiType) { if (access_type.dimensions - used_dims == 0) { _type = access_type.innerType; } else { _type = new _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType(access_type.innerType, Math.max(0, access_type.dimensions - used_dims)); } compatible = exp_type.isCompatible(_type); } else { compatible = access_type.canAccept(exp_type, used_dims); } if (!compatible) { if (0 === access_type.dimensions - used_dims) { _type = access_type.innerType; // enable a valid attempt to cast real <--> integer } if (!_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_13__.Store.canImplicitTypeCast(_type, exp_type)) { var access_type_string_info = access_type.stringInfo(); var access_type_info = access_type_string_info[0]; var exp_type_string_info = exp_type.stringInfo(); var exp_type_info = exp_type_string_info[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.incompatible_types_full(access_type_info.type, access_type_info.dim - used_dims, exp_type_info.type, exp_type_info.dim, exp.toString(), cmd.sourceInfo); } } return optional; } else if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.Assign) { // TODO - rework since there is no literal array assignment var _typeInfo = this.findSymbol(cmd.id, this.symbolMap); if (_typeInfo === null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.symbol_not_found_full(cmd.id, cmd.sourceInfo); } if (_typeInfo.isConst) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_const_assignment_full(cmd.id, cmd.sourceInfo); } var _exp2 = cmd.expression; var _exp_type = this.evaluateExpressionType(_exp2); if (_exp_type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType) { if (!(_typeInfo.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_10__.ArrayType)) { // TODO better error message throw new Error("Cannot assign an array to a non-array variable "); } // Both are arrays... // if both don't have same dimensions and type, cannot perform assignment if (!_exp_type.isCompatible(_typeInfo.type)) { if (_exp_type.dimensions === _typeInfo.type.dimensions && !_exp_type.innerType.isCompatible(_typeInfo.type.innerType)) { if (!_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_13__.Store.canImplicitTypeCast(_typeInfo.type.innerType, _exp_type.innerType)) { var stringInfo = _typeInfo.type.stringInfo(); var _info2 = stringInfo[0]; var _exp_type_string_info = _exp_type.stringInfo(); var _exp_type_info = _exp_type_string_info[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.incompatible_types_full(_info2.type, _info2.dim, _exp_type_info.type, _exp_type_info.dim, _exp2.toString(), cmd.sourceInfo); } } else { switch (_exp_type.dimensions) { case 1: { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.vector_to_matrix_attr(cmd.id, _exp2.toString(), cmd.sourceInfo); } case 2: { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.matrix_to_vector_attr(cmd.id, _exp2.toString(), cmd.sourceInfo); } } } } } else if (!_exp_type.isCompatible(_typeInfo.type)) { if (!_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_13__.Store.canImplicitTypeCast(_typeInfo.type, _exp_type)) { var _stringInfo2 = _typeInfo.type.stringInfo(); var _info3 = _stringInfo2[0]; var _exp_type_string_info2 = _exp_type.stringInfo(); var _exp_type_info2 = _exp_type_string_info2[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.incompatible_types_full(_info3.type, _info3.dim, _exp_type_info2.type, _exp_type_info2.dim, _exp2.toString(), cmd.sourceInfo); } } return optional; } else if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.Break) { return optional; } else if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.IfThenElse) { var _resultType = this.evaluateExpressionType(cmd.condition); if (!_resultType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.BOOLEAN)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.if_condition_type_full(cmd.condition.toString(), cmd.sourceInfo); } if (cmd.ifFalse instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.IfThenElse) { return this.checkCommands(type, cmd.ifTrue.commands, optional) && this.checkCommand(type, cmd.ifFalse, optional); } else if (cmd.ifFalse != null) { return this.checkCommands(type, cmd.ifTrue.commands, optional) && this.checkCommands(type, cmd.ifFalse.commands, optional); } else { return this.checkCommands(type, cmd.ifTrue.commands, optional); } } else if (cmd instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.FunctionCall) { var fun = null; if (cmd.isMainCall) { fun = this.getMainFunction(); } else { fun = this.findFunction(cmd.id); } if (fun === null) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.function_missing_full(cmd.id, cmd.sourceInfo); } this.assertParameters(fun, cmd.actualParameters); return optional; } else if (cmd instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_4__.Return) { var funcName = this.currentFunction.isMain ? _definedFunctions__WEBPACK_IMPORTED_MODULE_3__.LanguageDefinedFunction.getMainFunctionName() : this.currentFunction.name; if (cmd.expression === null && !type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.VOID)) { var _stringInfo3 = type.stringInfo(); var _info4 = _stringInfo3[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_void_return_full(funcName, _info4.type, _info4.dim, cmd.sourceInfo); } else if (cmd.expression !== null) { var _resultType2 = this.evaluateExpressionType(cmd.expression); if (!type.isCompatible(_resultType2)) { if (!_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_13__.Store.canImplicitTypeCast(type, _resultType2)) { var _stringInfo4 = type.stringInfo(); var _info5 = _stringInfo4[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_return_type_full(funcName, _info5.type, _info5.dim, cmd.sourceInfo); } } return true; } else { return true; } } } }, { key: "checkCommands", value: function checkCommands(type, cmds, optional) { var _this3 = this; return cmds.reduce(function (last, next) { return _this3.checkCommand(type, next, optional) || last; }, optional); } /** * * @param {import('./../../ast/commands/function').Function} fun * @param {Expression[]} actualParametersList */ }, { key: "assertParameters", value: function assertParameters(fun, actualParametersList) { var parameterList = fun.formalParameters; if (parameterList.length > actualParametersList.length || parameterList.length !== actualParametersList.length && !fun.hasVariadic()) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_parameters_size_full(fun.name, actualParametersList.length, fun.formalParameters.length, null); } for (var i = 0, j = 0; i < parameterList.length && j < actualParametersList.length; i += 1, j += 1) { var formalParam = parameterList[i]; if (formalParam.variadic && i + 1 !== parameterList.length) { throw "A function variadic parameter must be its last parameter!"; } if (formalParam.variadic) { j = this.assertVariadicParameter(fun, formalParam, j, actualParametersList); } else { var param = actualParametersList[j]; this.assertParameter(fun, formalParam, param); } } } }, { key: "evaluateVectorLiteralType", value: function evaluateVectorLiteralType(literal, type) { // console.log(literal); for (var i = 0; i < literal.value.length; i += 1) { var exp = literal.value[i]; var expType = this.evaluateExpressionType(exp); var compatible = false; if (expType instanceof _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_11__.MultiType) { compatible = expType.isCompatible(type.innerType); } else { compatible = type.canAccept(expType, 1); } if (!compatible) { if (!_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting || !_store_store__WEBPACK_IMPORTED_MODULE_13__.Store.canImplicitTypeCast(type.innerType, expType)) { var stringInfo = type.stringInfo(); var info = stringInfo[0]; var result_string_info = expType.stringInfo(); var result_info = result_string_info[0]; throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.incompatible_types_full(info.type, 0, result_info.type, result_info.dim, exp.toString(), literal.sourceInfo); } } } return type; } /** * * @param {import('./../../ast/commands/function').Function} fun * @param {import('./../../ast/commands/formalParameter').FormalParameter} formalParam * @param {number} index * @param {Expression[]} actualParametersList */ }, { key: "assertVariadicParameter", value: function assertVariadicParameter(fun, formalParam, index, actualParametersList) { var i; for (i = index; i < actualParametersList.length; i += 1) { this.assertParameter(fun, formalParam, actualParametersList[i]); } return i - 1; } /** * * @param {import('./../../ast/commands/function').Function} fun * @param {import('./../../ast/commands/formalParameter').FormalParameter} formalParam * @param {Expression} actualParameter */ }, { key: "assertParameter", value: function assertParameter(fun, formalParam, actualParameter) { // const id = formalParam.id; if (formalParam.byRef) { if (actualParameter instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.VariableLiteral) { var variable = this.findSymbol(actualParameter.id, this.symbolMap); if (variable.isConst) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_const_ref_full(fun.name, actualParameter.toString(), actualParameter.sourceInfo); } } else if (!(actualParameter instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.VariableLiteral || actualParameter instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_6__.ArrayAccess)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_parameter_type_full(fun.name, actualParameter.toString(), actualParameter.sourceInfo); } } var resultType = this.evaluateExpressionType(actualParameter); if (resultType instanceof _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_11__.MultiType && formalParam.type instanceof _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_11__.MultiType) { var shared = 0; for (var j = 0; j < resultType.types.length; ++j) { var element = resultType.types[j]; if (formalParam.type.types.indexOf(element) !== -1) { shared += 1; } } if (shared <= 0) { if (_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting && !formalParam.byRef) { if (!resultType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER) && !resultType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.REAL) || formalParam.type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER) || formalParam.type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.REAL)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_parameter_type_full(fun.name, actualParameter.toString(), actualParameter.sourceInfo); } } } } else if (resultType instanceof _typeSystem_multiType__WEBPACK_IMPORTED_MODULE_11__.MultiType) { if (!resultType.isCompatible(formalParam.type)) { if (_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting && !formalParam.byRef) { if (!resultType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER) && !resultType.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.REAL) || formalParam.type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.INTEGER) || formalParam.type.isCompatible(_typeSystem_types__WEBPACK_IMPORTED_MODULE_9__.Types.REAL)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_parameter_type_full(fun.name, actualParameter.toString(), actualParameter.sourceInfo); } } } } else if (!formalParam.type.isCompatible(resultType)) { if (_util_config__WEBPACK_IMPORTED_MODULE_12__.Config.enable_type_casting && !formalParam.byRef) { if (!_store_store__WEBPACK_IMPORTED_MODULE_13__.Store.canImplicitTypeCast(formalParam.type, resultType)) { throw _error_processorErrorFactory__WEBPACK_IMPORTED_MODULE_2__.ProcessorErrorFactory.invalid_parameter_type_full(fun.name, actualParameter.toString(), actualParameter.sourceInfo); } } } } }]); return SemanticAnalyser; }(); /***/ }), /***/ "./js/runner.js": /*!**********************!*\ !*** ./js/runner.js ***! \**********************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "runner": () => (/* binding */ runner) /* harmony export */ }); /* harmony import */ var _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ast/ivprogParser */ "./js/ast/ivprogParser.js"); /* harmony import */ var _processor_ivprogProcessor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./processor/ivprogProcessor */ "./js/processor/ivprogProcessor.js"); /* harmony import */ var _io_domConsole__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./io/domConsole */ "./js/io/domConsole.js"); /* harmony import */ var _processor_semantic_semanticAnalyser__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./processor/semantic/semanticAnalyser */ "./js/processor/semantic/semanticAnalyser.js"); /* harmony import */ var _memory_location__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./memory/location */ "./js/memory/location.ts"); function runner() { // const lexer = new ivprogLexer(new InputStream(input)); // const stream = new CommonTokenStream(lexer); // stream.fill(); // let i = 1; // let token = null; // while ((token = stream.LT(i)).type !== ivprogLexer.EOF && token.type !== ivprogLexer.WHITESPACE) { // console.log(`${token.type}-${token.text}`); // console.log('\n') // i++; // } // const anaSin = new IVProgParser(input, ivprogLexer); var editor = new window.JsonEditor('#json-renderer', {}); var domConsole = new _io_domConsole__WEBPACK_IMPORTED_MODULE_2__.DOMConsole("#console", true); domConsole.hide(); // proc.interpretAST().then( sto => { // console.log(sto.applyStore('a')); // }).catch(e => console.log(e)); try { window.$('#btn').click(function () { var input = window.$('#input').val(); var analiser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_0__.IVProgParser.createParser(input); try { analiser.fill(); //console.debug(analiser.tokenStream) var data = analiser.parseTree(); var semAna = new _processor_semantic_semanticAnalyser__WEBPACK_IMPORTED_MODULE_3__.SemanticAnalyser(data); var proc = new _processor_ivprogProcessor__WEBPACK_IMPORTED_MODULE_1__.IVProgProcessor(semAna.analyseTree()); proc.registerInput(domConsole); domConsole.clear(); proc.registerOutput(domConsole); proc.interpretAST().then(function (sto) { console.log(sto); editor.load(sto.store); console.log(_memory_location__WEBPACK_IMPORTED_MODULE_4__.Location.size()); })["catch"](function (e) { alert(e); console.log(e); console.log(_memory_location__WEBPACK_IMPORTED_MODULE_4__.Location.size()); }); } catch (error) { alert(error); console.log(error); console.log(_memory_location__WEBPACK_IMPORTED_MODULE_4__.Location.size()); } }); } catch (a) { console.log(a); } } /***/ }), /***/ "./js/services/i18nHelper.js": /*!***********************************!*\ !*** ./js/services/i18nHelper.js ***! \***********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "i18nHelper": () => (/* binding */ i18nHelper) /* harmony export */ }); /* harmony import */ var line_i18n__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! line-i18n */ "./node_modules/line-i18n/dist/index.js"); /* harmony import */ var _localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./localizedStringsService */ "./js/services/localizedStringsService.js"); var StringTypes = line_i18n__WEBPACK_IMPORTED_MODULE_0__["default"].StringTypes; var i18nHelper = Object.freeze({ i18n: function i18n(identifier) { var opts = identifier.split(':'); var type = opts[0].toLowerCase(); var id = opts[1]; if (StringTypes.ERROR === type) { return _localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getError(id); } else if (StringTypes.MESSAGE === type) { return _localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getMessage(id); } else if (StringTypes.UI === type) { return _localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI(id); } else { console.warn("A string has been passed to the i18n helper function that was not in the form type:id -> " + identifier); return _localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getString(identifier, type); } } }); /***/ }), /***/ "./js/services/localizedStringsService.js": /*!************************************************!*\ !*** ./js/services/localizedStringsService.js ***! \************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "LocalizedStrings": () => (/* binding */ LocalizedStrings), /* harmony export */ "getInstance": () => (/* binding */ getInstance) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var line_i18n__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! line-i18n */ "./node_modules/line-i18n/dist/index.js"); /* harmony import */ var _languageService__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./languageService */ "./js/services/languageService.ts"); /* harmony import */ var _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./../processor/definedFunctions */ "./js/processor/definedFunctions.js"); /* harmony import */ var _i18n__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./../../i18n */ "./i18n/index.ts"); /* harmony import */ var _ast_operators__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./../ast/operators */ "./js/ast/operators.ts"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var IVProgLocalizedStrings = /*#__PURE__*/function (_line_i18n$LocalizedS) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(IVProgLocalizedStrings, _line_i18n$LocalizedS); var _super = _createSuper(IVProgLocalizedStrings); function IVProgLocalizedStrings(langService, langsJsons) { var shouldListenToChange = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, IVProgLocalizedStrings); return _super.call(this, langService, langsJsons, shouldListenToChange); } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(IVProgLocalizedStrings, [{ key: "translateType", value: function translateType(type, dim) { var type_string = this.getUI("type_".concat(type)); switch (dim) { case 0: return type_string; default: if (dim > 1) return this.getUI("matrix_info_string", [type_string]);else return this.getUI("vector_info_string", [type_string]); } } }, { key: "translateOp", value: function translateOp(op) { switch (op.ord) { case _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.AND.ord: case _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.OR.ord: case _ast_operators__WEBPACK_IMPORTED_MODULE_9__.Operators.NOT.ord: return this.getUI("logic_operator_".concat(op.value)); default: return op.value; } } }, { key: "translateInternalFunction", value: function translateInternalFunction(name) { var category = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; if (category == null) { return _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_7__.LanguageDefinedFunction.getLocalName(name); } else { return _processor_definedFunctions__WEBPACK_IMPORTED_MODULE_7__.LanguageDefinedFunction.getLocalName("".concat(category, ".").concat(name)); } } }]); return IVProgLocalizedStrings; }(line_i18n__WEBPACK_IMPORTED_MODULE_5__["default"].LocalizedStrings); var LocalizedStrings = Object.freeze(new IVProgLocalizedStrings(_languageService__WEBPACK_IMPORTED_MODULE_6__.LanguageService, _i18n__WEBPACK_IMPORTED_MODULE_8__["default"], true)); var _instance = null; function getInstance() { if (_instance == null) { _instance = new IVProgLocalizedStrings(_languageService__WEBPACK_IMPORTED_MODULE_6__.LanguageService, _i18n__WEBPACK_IMPORTED_MODULE_8__["default"]); } return _instance; } /***/ }), /***/ "./js/services/userLog.js": /*!********************************!*\ !*** ./js/services/userLog.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "ActionTypes": () => (/* binding */ ActionTypes), /* harmony export */ "registerClick": () => (/* binding */ registerClick), /* harmony export */ "registerUserEvent": () => (/* binding */ registerUserEvent), /* harmony export */ "registerSystemEvent": () => (/* binding */ registerSystemEvent), /* harmony export */ "getLogs": () => (/* binding */ getLogs), /* harmony export */ "setRebuildMode": () => (/* binding */ setRebuildMode), /* harmony export */ "getLogsAsString": () => (/* binding */ getLogsAsString), /* harmony export */ "parseLogs": () => (/* binding */ parseLogs) /* harmony export */ }); var clicks = []; var inRebuildMode = false; var ActionTypes = Object.freeze({ // registerUserEvent payload: // (function_name, insert action) INSERT_FUNCTION: "INSERT_FUNCTION", // (function_name, remove action) REMOVE_FUNCTION: "REMOVE_FUNCTION", // (var_name,insert action, type, dim) INSERT_GLOBAL_VAR: "INSERT_GLOBAL_VAR", // (var name, remove action) REMOVE_GLOBAL_VAR: "REMOVE_GLOBAL_VAR", // (old function name, rename action, new function name) RENAME_FUNCTION: "RENAME_FUNCTION", // (old var name, rename action. new var name) RENAME_GLOBAL_VAR: "RENAME_GLOBAL_VAR", // (var name, set const action) SET_GLOBAL_CONST: "SET_GLOBAL_CONST", // (function name, change return action, type, dim) CHANGE_FUNCTION_RETURN: "CHANGE_FUNCTION_RETURN", // (var name, change type action, type, dim, rows?, columns?) CHANGE_GLOBAL_TYPE: "CHANGE_GLOBAL_TYPE", // (var name, change value action, value) CHANGE_GLOBAL_VALUE: "CHANGE_GLOBAL_VALUE", // (function name, insert param action, param varname, type, dim) INSERT_FUNCTION_PARAM: "INSERT_FUNCTION_PARAM", // (function name, remove param action, param varname) REMOVE_FUNCTION_PARAM: "REMOVE_FUNCTION_PARAM", // (function name, change param type action, type, dim) CHANGE_PARAM_TYPE: "CHANGE_PARAM_TYPE", // (function name, rename param action, old param name, new param name) RENAME_FUNCTION_PARAM: "RENAME_FUNCTION_PARAM", // (function name, insert var action, var name, type, dim) INSERT_FUNCTION_VAR: "INSERT_FUCNTION_VAR", // (function name, remove var action, var name) REMOVE_FUNCTION_VAR: "REMOVE_FUNCTION_VAR", // (function name, rename var action, old var name, new var name) RENAME_FUNCTION_VAR: "RENAME_FUNCTION_VAR", // (function name, change var type action, var name, type, dim, rows?, columns?) CHANGE_VAR_TYPE: "CHANGE_VAR_TYPE", // (function name, change var value action, var name, value) CHANGE_VAR_VALUE: "CHANGE_VAR_VALUE", // (function name, insert command action, command, path) INSERT_COMMAND: "INSERT_COMMAND", // (function name, remove command action, path) REMOVE_COMMAND: "REMOVE_COMMAND", // (function name, change command exp action, path, exp) CHANGE_COMMAND_EXP: "CHANGE_COMMAND_EXP", // (function name, change attrib exp action, path, exp) CHANGE_ATTRIB_EXP: "CHANGE_ATTRIB_EXP", // (function name, change attrib var action, path, var name, row_exp?, column_exp?) CHANGE_ATTRIB_VAR: "CHANGE_ATTRIB_VAR", // (function name, move command action, old path, new path) MOVE_COMMAND: "MOVE_COMMAND", // (function name, enter change name action, var name) ENTER_CHANGE_VAR_NAME: 'ENTER_CHANGE_VAR_NAME', // (function name, enter change value action, var name) ENTER_CHANGE_VAR_VALUE: 'ENTER_CHANGE_VAR_VALUE', // (var name, enter change name action) ENTER_CHANGE_GLOBAL_NAME: 'ENTER_CHANGE_GLOBAL_NAME', // (var name, enter change value action) ENTER_CHANGE_GLOBAL_VALUE: 'ENTER_CHANGE_GLOBAL_VALUE', // (function name, enter change name action, param name) ENTER_CHANGE_PARAM_NAME: 'ENTER_CHANGE_PARAM_NAME' }); function registerClick(x, y, details) { if (inRebuildMode) { return; } clicks.push([x, y, Date.now(), details]); } function registerUserEvent(command, action) { for (var _len = arguments.length, params = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { params[_key - 2] = arguments[_key]; } registerEvent('user_event', command, action, params); } function registerSystemEvent(command, action) { for (var _len2 = arguments.length, params = new Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) { params[_key2 - 2] = arguments[_key2]; } registerEvent('system_event', command, action, params); } function registerEvent(tag, command, action, params) { if (inRebuildMode) { return; } var event = { context: command, action: action, params: params }; clicks.push([tag, Date.now(), event]); } function getLogs() { return clicks; } function setRebuildMode(flag) { inRebuildMode = flag; } function getLogsAsString() { return JSON.stringify(clicks); } function parseLogs(logData) { clicks = JSON.parse(logData); } /***/ }), /***/ "./js/typeSystem/parsers.js": /*!**********************************!*\ !*** ./js/typeSystem/parsers.js ***! \**********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "toInt": () => (/* binding */ toInt), /* harmony export */ "toString": () => (/* binding */ toString), /* harmony export */ "toChar": () => (/* binding */ toChar), /* harmony export */ "toReal": () => (/* binding */ toReal), /* harmony export */ "toBool": () => (/* binding */ toBool), /* harmony export */ "convertBoolToString": () => (/* binding */ convertBoolToString), /* harmony export */ "convertToString": () => (/* binding */ convertToString) /* harmony export */ }); /* harmony import */ var _services_languageService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../services/languageService */ "./js/services/languageService.ts"); /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./types */ "./js/typeSystem/types.ts"); /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! decimal.js */ "./node_modules/decimal.js/decimal.js"); /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _util_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/config */ "./js/util/config.ts"); function toInt(str) { return new (decimal_js__WEBPACK_IMPORTED_MODULE_2___default())(str); } function toString(str) { var value = str.replace(/^"/, ""); value = value.replace(/"$/, ""); value = value.replace(/\\b/g, "\b"); value = value.replace(/\\t/g, "\t"); value = value.replace(/\\n/g, "\n"); value = value.replace(/\\r/g, "\r"); value = value.replace(/\\"/g, '"'); value = value.replace(/\\'/g, "'"); value = value.replace(/\\\\/g, "\\"); return value; } function toChar(str) { //console.debug(str, str.length); var value = str.replace(/^'/, ""); value = value.replace(/'$/, ""); value = value.replace(/\\b/g, "\b"); value = value.replace(/\\t/g, "\t"); value = value.replace(/\\n/g, "\n"); value = value.replace(/\\r/g, "\r"); value = value.replace(/\\"/g, '"'); value = value.replace(/\\'/g, "'"); value = value[0]; return value; } function toReal(value) { return new (decimal_js__WEBPACK_IMPORTED_MODULE_2___default())(value); } function toBool(str) { var val = str; var lexer = _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLexer(); if (lexer.getReservedKeys()[lexer.getRules().RK_TRUE] === val) { return true; } else if (lexer.getReservedKeys()[lexer.getRules().RK_FALSE] === val) { return false; } else { // TODO: better error message throw new Error(str + "not a valid boolean"); } } function convertBoolToString(bool) { var lexer = _services_languageService__WEBPACK_IMPORTED_MODULE_0__.LanguageService.getCurrentLexer(); var result = null; if (bool) { result = lexer.getReservedKeys()[lexer.getRules().RK_TRUE]; } else { result = lexer.getReservedKeys()[lexer.getRules().RK_FALSE]; } //console.debug(result) return result.replace(/'/g, ""); } function convertToString(value, type) { switch (type.ord) { case _types__WEBPACK_IMPORTED_MODULE_1__.Types.INTEGER.ord: return value.toString(); case _types__WEBPACK_IMPORTED_MODULE_1__.Types.REAL.ord: { if (value.dp() <= 0) { return value.toFixed(1); } else { return value.toFixed(_util_config__WEBPACK_IMPORTED_MODULE_3__.Config.decimalPlaces); } } case _types__WEBPACK_IMPORTED_MODULE_1__.Types.BOOLEAN.ord: return convertBoolToString(value); default: return value; } } /***/ }), /***/ "./js/util/auto_gen_output.js": /*!************************************!*\ !*** ./js/util/auto_gen_output.js ***! \************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "autoGenerateTestCaseOutput": () => (/* binding */ autoGenerateTestCaseOutput) /* harmony export */ }); /* harmony import */ var _processor_semantic_semanticAnalyser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../processor/semantic/semanticAnalyser */ "./js/processor/semantic/semanticAnalyser.js"); /* harmony import */ var _processor_ivprogProcessor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../processor/ivprogProcessor */ "./js/processor/ivprogProcessor.js"); /* harmony import */ var _inputTest__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./inputTest */ "./js/util/inputTest.js"); /* harmony import */ var _outputTest__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./outputTest */ "./js/util/outputTest.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../services/localizedStringsService */ "./js/services/localizedStringsService.js"); function autoGenerateTestCaseOutput(program_text, testCases) { var copyTestCases = testCases.map(function (test) { return Object.assign({}, test); }); try { var program = _processor_semantic_semanticAnalyser__WEBPACK_IMPORTED_MODULE_0__.SemanticAnalyser.analyseFromSource(program_text); var resultList = testCases.map(function (test, id) { var input = new _inputTest__WEBPACK_IMPORTED_MODULE_2__.InputTest(test.input); var output = new _outputTest__WEBPACK_IMPORTED_MODULE_3__.OutputTest(); var exec = new _processor_ivprogProcessor__WEBPACK_IMPORTED_MODULE_1__.IVProgProcessor(program); exec.registerInput(input); exec.registerOutput(output); return exec.interpretAST().then(function (_) { return { id: id, program: exec }; }); }); return Promise.all(resultList).then(function (result_final) { for (var i = 0; i < result_final.length; ++i) { var result = result_final[i]; var output = result.program.output.list; var input = result.program.input; if (input.index != input.inputList.length) { window.showAlert(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__.LocalizedStrings.getMessage("testcase_autogen_unused_input", [result.id + 1])); return Promise.resolve(false); } if (output.length == 0) { window.showAlert(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__.LocalizedStrings.getMessage("testcase_autogen_empty", [result.id + 1])); } copyTestCases[result.id].output = output; } window.outputGenerated(copyTestCases); return Promise.resolve(true); }); } catch (error) { return Promise.reject(error); } } /***/ }), /***/ "./js/util/codeParser.js": /*!*******************************!*\ !*** ./js/util/codeParser.js ***! \*******************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "parserCodeVisual": () => (/* binding */ parserCodeVisual) /* harmony export */ }); /* harmony import */ var _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../visualUI/ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _visualUI_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../visualUI/commands/variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../visualUI/commands/generic_expression */ "./js/visualUI/commands/generic_expression.js"); function parseBoolean(var_value, dimensions) { if (dimensions == 0) return var_value == _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("logic_value_true"); if (dimensions == 1) { var final_array = []; var_value.forEach(function (el) { final_array.push(el == _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("logic_value_true")); }); return final_array; } if (dimensions == 2) { var final_array = []; var_value.forEach(function (row) { var temp = []; row.forEach(function (el) { temp.push(el == _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("logic_value_true")); }); final_array.push(temp); }); return final_array; } } function parseGlobal(global_obj) { var new_global = new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Variable(global_obj.type, global_obj.name, global_obj.value); new_global.is_constant = global_obj.is_const; new_global.columns = global_obj.columns; new_global.dimensions = global_obj.dimension; new_global.rows = global_obj.rows; if (global_obj.type == "boolean") new_global.value = parseBoolean(global_obj.value, global_obj.dimension); window.program_obj.addGlobal(new_global); } function parseParameter(parameter_obj) { var new_parameter = new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Variable(parameter_obj.type, parameter_obj.name, null, parameter_obj.dimension, parameter_obj.is_const, parameter_obj.rows, parameter_obj.columns, parameter_obj.reference); new_parameter.value = parameter_obj.value; if (parameter_obj.type == "boolean" && parameter_obj.value) new_parameter.value = parseBoolean(parameter_obj.value, parameter_obj.dimension); return new_parameter; } function parseFunction(function_obj) { var new_function = new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Function(function_obj.name, function_obj.return_type, function_obj.return_dimensions, [], false, false, []); if (!new_function.name) { new_function.name = _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("start"); new_function.is_main = true; } if (function_obj.parameters_list) { function_obj.parameters_list.forEach(function (el) { new_function.parameters_list.push(parseParameter(el)); }); } if (function_obj.variables_list) { function_obj.variables_list.forEach(function (el) { new_function.variables_list.push(parseParameter(el)); }); } window.program_obj.addFunction(new_function); } function parserCodeVisual() { var code_obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; window.conteudo = code_obj; // Globals: window.program_obj.globals = []; code_obj.globals.forEach(parseGlobal); // Functions: window.program_obj.functions = []; code_obj.functions.forEach(parseFunction); // Commands: window.program_obj.functions.forEach(function (preparedFunction) { code_obj.functions.forEach(function (rawFunction) { if (preparedFunction.name == rawFunction.name || !rawFunction.name && preparedFunction.name == _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("start")) { preparedFunction.commands = parseCommands(rawFunction.commands, preparedFunction); } }); }); } function parseCommands(commands_block, function_obj) { if (Array.isArray(commands_block)) { var temp = []; commands_block.forEach(function (command) { temp.push(parseCommands(command, function_obj)); }); return temp; } else { switch (commands_block.type) { case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.reader: return parseReader(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["return"]: return parseReturn(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.writer: return parseWriter(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["break"]: return parseBreak(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.comment: return parseComment(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.attribution: return parseAttribution(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.functioncall: return parseFunctionCall(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue: return parseIfTrue(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes: return parseRepeatNTimes(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue: return parseWhileTrue(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue: return parseDoWhileTrue(commands_block, function_obj); case _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]: return parseSwitch(commands_block, function_obj); } return null; } } function parseReader(command, function_obj) { var temp = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.variable, function_obj); if (Array.isArray(temp) && temp[0]) temp = temp[0]; return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Reader(temp); } function parseReturn(command, function_obj) { var temp = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.expression, function_obj); return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Return(temp); } function parseWriter(command, function_obj) { var temp = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.content[0], function_obj); return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Writer(temp, command.newLine); } function parseBreak(command, function_obj) { return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Break(); } function parseAttribution(command, function_obj) { var variable = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.variable, function_obj); var expression = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.expression, function_obj); if (Array.isArray(variable)) variable = variable[0]; return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Attribution(variable, expression); } function parseComment(command, function_obj) { // TODO return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Comment(null); } function parseFunctionCall(command, function_obj) { var parameters = []; if (command.parameters_list) { command.parameters_list.forEach(function (el) { var temp = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(el, function_obj); if (temp.content === 0) temp.content = "0"; parameters.push(temp[0]); }); } var function_called = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.searchFunction(command.name); var temp = new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_visualUI_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.only_function, null, null, null, false); temp.function_called = function_called; temp.parameters_list = parameters; return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.FunctionCall(temp, null); } function parseIfTrue(command, function_obj) { var expression = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.expression, function_obj); var ifTrueBlock = parseCommands(command.ifTrue, function_obj); var ifFalseBlock = parseCommands(command.ifFalse, function_obj); return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.IfTrue(expression, ifTrueBlock, ifFalseBlock); } function parseRepeatNTimes(command, function_obj) { var var_attribution = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.var_attribution, function_obj); var_attribution = var_attribution[0]; var expression1 = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.var_initial, function_obj); expression1 = expression1[0]; var expression2 = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.condition, function_obj); if (expression2[0].item == 'minus') { expression2 = expression2[1]; expression2.content *= -1; } else expression2 = expression2[0]; var var_step = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.step_expression, function_obj); var commands_block = parseCommands(command.commands, function_obj); var operator = command.step_expression[0].value == '+' ? _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus : _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.minus; var expression3 = new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp, [null, operator, var_step[1]]); return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.RepeatNTimes(var_attribution, new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_visualUI_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.only_variable, null, null, null, false), expression1, expression2, expression3, commands_block); } function parseWhileTrue(command, function_obj) { var expression = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.expression, function_obj); var commands = parseCommands(command.commands, function_obj); return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.WhileTrue(expression, commands); } function parseDoWhileTrue(command, function_obj) { var expression = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.expression, function_obj); var commands = parseCommands(command.commands, function_obj); return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.DoWhileTrue(expression, commands); } function parseSwitch(command, function_obj) { var expression = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(command.expression, function_obj); var sc = []; if (command.cases) { command.cases.forEach(function (case_el) { var temp_exp = _visualUI_commands_generic_expression__WEBPACK_IMPORTED_MODULE_3__.expressionParserCodeVisual(case_el.expression, function_obj); var temp_commands = parseCommands(case_el.commands, function_obj); var temp_case = new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.SwitchCase(temp_exp[0], temp_commands); sc.push(temp_case); }); } return new _visualUI_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Switch(expression[0], sc); } /***/ }), /***/ "./js/util/dataProcess.js": /*!********************************!*\ !*** ./js/util/dataProcess.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "processData": () => (/* binding */ processData) /* harmony export */ }); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function processData() { var folderInput = document.querySelector("#folder"); var header = ["submissionid", "file", "filesize", "timestamp", "humandate", "grade", "userid", "exerciseid"]; function generateSubCode(algorithmInIlm) { window.program_obj.functions = JSON.parse(algorithmInIlm).functions; window.program_obj.globals = JSON.parse(algorithmInIlm).globals; return window.ivprogCore.generateCode(); } function prepareData(map, submission) { if (!submission) { return map; } var exercID = submission["exerciseid"]; var studentID = submission["userid"]; var exercMap = null; if (map.has(exercID)) { exercMap = map.get(exercID); } else { exercMap = new Map(); map.set(exercID, exercMap); } if (exercMap.has(studentID)) { exercMap.get(studentID).push(submission); } else { exercMap.set(studentID, [submission]); } return map; } folderInput.addEventListener("change", /*#__PURE__*/_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee4() { var files, idx, folderName, data, csvEntries, blockExercMap, getFilePath, matrix, counter, download, getExercHeader, id; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee4$(_context4) { while (1) { switch (_context4.prev = _context4.next) { case 0: getExercHeader = function _getExercHeader(id) { var props = ["TES", "DES", "grade", "D/T", "timestamp"]; return props.reduce(function (acc, prop) { return acc + "".concat(id, "_").concat(prop, ","); }, ""); }; download = function _download(file, text) { //creating an invisible element var element = document.createElement("a"); element.setAttribute("href", "data:text/plain," + encodeURIComponent(text)); element.setAttribute("download", file); element.innerHTML = file; element.classList.add("ui", "primary", "button"); // Above code is equivalent to // document.querySelector("#downloads").appendChild(element); }; files = Array.from(folderInput.files); idx = files.find(function (f) { return f.name == "index.csv"; }); folderName = idx.webkitRelativePath.replace(idx.name, ""); //console.debug(idx); //console.debug(folderName); _context4.next = 7; return idx.text(); case 7: data = _context4.sent; //console.debug(data); csvEntries = data.split("\n").slice(1).filter(function (line) { return line.length > 0; }).map(function (line) { return line.split(","); }).map(function (vec) { var obj = {}; vec.forEach(function (val, i) { return obj[header[i]] = val; }); return obj; }); //console.debug(csvEntries); blockExercMap = csvEntries.reduce(prepareData, new Map()); //console.log(Array.from(blockExercMatrix.entries())); getFilePath = /*#__PURE__*/function () { var _ref2 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee(submission) { var path, file, text; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: path = "".concat(folderName).concat(submission["file"]); file = files.find(function (f) { return f.webkitRelativePath == path; }); _context.next = 4; return file.text(); case 4: text = _context.sent; return _context.abrupt("return", text); case 6: case "end": return _context.stop(); } } }, _callee); })); return function getFilePath(_x) { return _ref2.apply(this, arguments); }; }(); matrix = {}; counter = 0; blockExercMap.forEach(function (studentsMap, exercID) { var column = []; studentsMap.forEach( /*#__PURE__*/function () { var _ref3 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee3(submissions, studentID) { return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee3$(_context3) { while (1) { switch (_context3.prev = _context3.next) { case 0: submissions = submissions.sort(function (a, b) { return parseInt(a["timestamp"]) - parseInt(b["timestamp"]); }); counter++; submissions.forEach( /*#__PURE__*/function () { var _ref4 = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee2(submission, index, array) { var student, previousCode, previousFile, previous, currentFile, current, currentCode, logs, event, ratio; return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee2$(_context2) { while (1) { switch (_context2.prev = _context2.next) { case 0: counter++; student = {}; student["grade"] = Math.max(0, parseFloat(submission["grade"])); student["timestamp"] = parseInt(submission["timestamp"]); student["student_id"] = studentID; student["TES"] = 0; student["DES"] = 0; student["D/T"] = 0; previousCode = ""; if (!(index > 0)) { _context2.next = 19; break; } student["TES"] = parseInt(submission["timestamp"]) - parseInt(array[index - 1]["timestamp"]); _context2.next = 13; return getFilePath(array[index - 1]); case 13: previousFile = _context2.sent; previous = window.ivprogCore.prepareActivityToStudentHelper(previousFile).getOrElse(1); if (!(previous == 1)) { _context2.next = 18; break; } console.error("A submission from ".concat(studentID, " to ").concat(exercID, " is invalid")); return _context2.abrupt("return"); case 18: previousCode = generateSubCode(previous.algorithmInIlm); case 19: _context2.next = 21; return getFilePath(submission); case 21: currentFile = _context2.sent; current = window.ivprogCore.prepareActivityToStudentHelper(currentFile).getOrElse(2); if (!(current == 2)) { _context2.next = 26; break; } console.error("A submission from ".concat(studentID, " to ").concat(exercID, " is invalid")); return _context2.abrupt("return"); case 26: currentCode = generateSubCode(current.algorithmInIlm); if (previousCode === "") { logs = JSON.parse(currentFile.split("::logs::")[1]); event = logs[0]; if (event == null) { // empty submission student["TES"] = 0; } else if (event.length === 4) { student["TES"] = parseInt(submission["timestamp"]) - Math.floor(parseInt(event[2]) / 1000); } else { student["TES"] = parseInt(submission["timestamp"]) - Math.floor(parseInt(event[1]) / 1000); } } student["DES"] = window.ivprogCore.levenshteinDistance(previousCode, currentCode); ratio = student["TES"] === 0 ? 0 : student["DES"] / student["TES"]; student["D/T"] = isNaN(ratio) ? 0 : ratio; column.push(student); counter--; case 33: case "end": return _context2.stop(); } } }, _callee2); })); return function (_x4, _x5, _x6) { return _ref4.apply(this, arguments); }; }()); counter--; case 4: case "end": return _context3.stop(); } } }, _callee3); })); return function (_x2, _x3) { return _ref3.apply(this, arguments); }; }()); matrix[exercID] = column; }); id = setInterval(function () { if (counter == 0) { clearInterval(id); for (var exercID in matrix) { var csv = ""; var firstLine = "student_id,"; firstLine += getExercHeader(exercID); var _iterator = _createForOfIteratorHelper(matrix[exercID]), _step; try { for (_iterator.s(); !(_step = _iterator.n()).done;) { var submission = _step.value; csv += "".concat(submission["student_id"], ","); csv += "".concat(submission["TES"], ","); csv += "".concat(submission["DES"], ","); csv += "".concat(submission["grade"], ","); csv += "".concat(submission["D/T"], ","); csv += "".concat(submission["timestamp"]); csv += "\n"; } } catch (err) { _iterator.e(err); } finally { _iterator.f(); } download("".concat(exercID, ".csv"), "".concat(firstLine, "\n").concat(csv)); } } }, 1000); case 15: case "end": return _context4.stop(); } } }, _callee4); }))); } /***/ }), /***/ "./js/util/editorMode2.js": /*!********************************!*\ !*** ./js/util/editorMode2.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "CodeEditorMode": () => (/* binding */ CodeEditorMode) /* harmony export */ }); /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils */ "./js/util/utils.js"); /** * Source: https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/clike/clike.js * @author arijn Haverbeke and others * @author Lucas de Souza * @param {CodeMirror} CodeMirror */ function CodeEditorMode(CodeMirror) { "use strict"; function Context(indented, column, type, info, align, prev) { this.indented = indented; this.column = column; this.type = type; this.info = info; this.align = align; this.prev = prev; } function pushContext(state, col, type, info) { var indent = state.indented; if (state.context && state.context.type == "statement" && type != "statement") indent = state.context.indented; return state.context = new Context(indent, col, type, info, null, state.context); } function popContext(state) { var t = state.context.type; if (t == ")" || t == "]" || t == "}") state.indented = state.context.indented; return state.context = state.context.prev; } function typeBefore(stream, state, pos) { if (state.prevToken == "variable" || state.prevToken == "type") return true; if (/\S(?:[^- ]>|[*\]])\s*$|\*$/.test(stream.string.slice(0, pos))) return true; if (state.typeAtEndOfLine && stream.column() == stream.indentation()) return true; } function isTopScope(context) { for (;;) { if (!context || context.type == "top") return true; if (context.type == "}" && context.prev.info != "namespace") return false; context = context.prev; } } function contains(words, word) { if (typeof words === "function") { return words(word); } else { return Object.propertyIsEnumerable.call(words, word); } } function tokenComment(stream, state) { var maybeEnd = false, ch; while (ch = stream.next()) { if (ch == "/" && maybeEnd) { state.tokenize = null; break; } maybeEnd = ch == "*"; } return "comment"; } CodeMirror.defineMode("ivprog", function (config, parserConfig) { var indentUnit = config.indentUnit, statementIndentUnit = parserConfig.statementIndentUnit || indentUnit, dontAlignCalls = parserConfig.dontAlignCalls, keywords = parserConfig.keywords || {}, switchKeyword = parserConfig.switchKeyword, caseKeyword = parserConfig.caseKeyword, defaultKeyword = parserConfig.defaultKeyword, caseRegex = new RegExp("^\\s*(?:".concat(caseKeyword, " .*?:|").concat(defaultKeyword, ":|\\{\\}?|\\})$")), ////, types = parserConfig.types || {}, builtin = parserConfig.builtin || {}, blockKeywords = parserConfig.blockKeywords || {}, defKeywords = parserConfig.defKeywords || {}, atoms = parserConfig.atoms || {}, hooks = parserConfig.hooks || {}, multiLineStrings = parserConfig.multiLineStrings, indentStatements = false, namespaceSeparator = null, isPunctuationChar = /[[\]{}(),;:\n]/, numberStart = /[\d.]/, number = /^(?:0x[a-f\d]+|0b[01]+|(?:\d+\.?\d*|\.\d+)(?:e[-+]?\d+)?)$/i, isOperatorChar = /[+\-*%=<>!/&]/, isIdentifierChar = /[a-zA-Z0-9_]/, // An optional function that takes a {string} token and returns true if it // should be treated as a builtin. isReservedIdentifier = parserConfig.isReservedIdentifier || false; var curPunc, isDefKeyword; var tokenString = function tokenString() { /*SKIP*/ }; function tokenBase(stream, state) { var ch = stream.next(); if (hooks[ch]) { var result = hooks[ch](stream, state); if (result !== false) return result; } if (ch == '"') { state.tokenize = tokenString(ch); return state.tokenize(stream, state); } if (isPunctuationChar.test(ch)) { curPunc = ch; return null; } if (numberStart.test(ch)) { stream.backUp(1); if (stream.match(number)) return "number"; stream.next(); } if (ch == "/") { if (stream.eat("*")) { state.tokenize = tokenComment; return tokenComment(stream, state); } if (stream.eat("/")) { stream.skipToEnd(); return "comment"; } } if (isOperatorChar.test(ch)) { while (!stream.match(/^\/[/*]/, false) && stream.eat(isOperatorChar)) { /* SKIP */ } return "operator"; } stream.eatWhile(isIdentifierChar); if (namespaceSeparator) while (stream.match(namespaceSeparator)) { stream.eatWhile(isIdentifierChar); } var cur = stream.current(); if (contains(keywords, cur)) { if (contains(blockKeywords, cur)) curPunc = "newstatement"; if (contains(defKeywords, cur)) isDefKeyword = true; return "keyword"; } if (contains(types, cur)) return "type"; if (contains(builtin, cur) || isReservedIdentifier && isReservedIdentifier(cur)) { if (contains(blockKeywords, cur)) curPunc = "newstatement"; return "builtin"; } if (contains(atoms, cur)) return "atom"; return "variable"; } tokenString = function tokenString(quote) { return function (stream, state) { var escaped = false, next, end = false; while ((next = stream.next()) != null) { if (next == quote && !escaped) { end = true; break; } escaped = !escaped && next == "\\"; } if (end || !(escaped || multiLineStrings)) state.tokenize = null; return "string"; }; }; function maybeEOL(stream, state) { if (parserConfig.typeFirstDefinitions && stream.eol() && isTopScope(state.context)) state.typeAtEndOfLine = typeBefore(stream, state, stream.pos); } // Interface return { startState: function startState(basecolumn) { return { tokenize: null, context: new Context((basecolumn || 0) - indentUnit, 0, "top", null, false), indented: 0, startOfLine: true, prevToken: null }; }, token: function token(stream, state) { var ctx = state.context; if (stream.sol()) { if (ctx.align == null) ctx.align = false; state.indented = stream.indentation(); state.startOfLine = true; } if (stream.eatSpace()) { maybeEOL(stream, state); return null; } curPunc = isDefKeyword = null; var style = (state.tokenize || tokenBase)(stream, state); if (style == "comment" || style == "meta") return style; if (ctx.align == null) ctx.align = true; if (curPunc == ";" || curPunc == ":" || curPunc == "," && stream.match(/^\s*(?:\/\/.*)?$/, false)) while (state.context.type == "statement") { popContext(state); } else if (curPunc == "{") pushContext(state, stream.column(), "}");else if (curPunc == "[") pushContext(state, stream.column(), "]");else if (curPunc == "(") pushContext(state, stream.column(), ")");else if (curPunc == "}") { while (ctx.type == "statement") { ctx = popContext(state); } if (ctx.type == "}") ctx = popContext(state); while (ctx.type == "statement") { ctx = popContext(state); } } else if (curPunc == ctx.type) popContext(state);else if (indentStatements && ((ctx.type == "}" || ctx.type == "top") && curPunc != ";" || ctx.type == "statement" && curPunc == "newstatement")) { pushContext(state, stream.column(), "statement", stream.current()); } if (style == "variable" && (state.prevToken == "def" || parserConfig.typeFirstDefinitions && typeBefore(stream, state, stream.start) && isTopScope(state.context) && stream.match(/^\s*\(/, false))) style = "def"; if (hooks.token) { var result = hooks.token(stream, state, style); if (result !== undefined) style = result; } if (style == "def" && parserConfig.styleDefs === false) style = "variable"; state.startOfLine = false; state.prevToken = isDefKeyword ? "def" : style || curPunc; maybeEOL(stream, state); return style; }, indent: function indent(state, textAfter) { if (state.tokenize != tokenBase && state.tokenize != null || state.typeAtEndOfLine) return CodeMirror.Pass; var ctx = state.context; var firstChar = textAfter && textAfter.charAt(0); var closing = firstChar == ctx.type; if (ctx.type == "statement" && firstChar == "}") ctx = ctx.prev; if (parserConfig.dontIndentStatements) while (ctx.type == "statement" && parserConfig.dontIndentStatements.test(ctx.info)) { ctx = ctx.prev; } if (hooks.indent) { var hook = hooks.indent(state, ctx, textAfter, indentUnit); if (typeof hook == "number") return hook; } var switchBlock = ctx.prev && ctx.prev.info == switchKeyword; if (parserConfig.allmanIndentation && /[{(]/.test(firstChar)) { while (ctx.type != "top" && ctx.type != "}") { ctx = ctx.prev; } return ctx.indented; } if (ctx.type == "statement") return ctx.indented + (firstChar == "{" ? 0 : statementIndentUnit); if (ctx.align && (!dontAlignCalls || ctx.type != ")")) return ctx.column + (closing ? 0 : 1); if (ctx.type == ")" && !closing) return ctx.indented + statementIndentUnit; var caseTestRegex = new RegExp("^(?:".concat(caseKeyword, "|").concat(defaultKeyword, ")\b")); return ctx.indented + (closing ? 0 : indentUnit) + (!closing && switchBlock && !caseTestRegex.test(textAfter) ? indentUnit : 0); }, electricInput: caseRegex, blockCommentStart: "/*", blockCommentEnd: "*/", blockCommentContinue: " * ", lineComment: "//", fold: "brace" }; }); function words(str) { var obj = {}, words = str.split(" "); for (var i = 0; i < words.length; ++i) { obj[words[i]] = true; } return obj; } var codeConfig = (0,_utils__WEBPACK_IMPORTED_MODULE_0__.getCodeEditorModeConfig)(); var ivprogKeywords = codeConfig.keywords.join(" "); var basicTypes = words(codeConfig.types.join(" ")); function ivprogTypes(identifier) { return contains(basicTypes, identifier); } var ivprogBlockKeywords = codeConfig.blocks.join(" "); var ivprogDefKeywords = "funcao const"; function def(mimes, mode) { if (typeof mimes == "string") mimes = [mimes]; var words = []; function add(obj) { if (obj) { for (var prop in obj) { if (Object.hasOwnProperty.call(obj, prop)) { words.push(prop); } } } } add(mode.keywords); add(mode.types); add(mode.builtin); add(mode.atoms); if (words.length) { mode.helperType = mimes[0]; CodeMirror.registerHelper("hintWords", mimes[0], words); } for (var i = 0; i < mimes.length; ++i) { CodeMirror.defineMIME(mimes[i], mode); } } def(["text/x-ivprog"], { name: "ivprog", keywords: words(ivprogKeywords), types: ivprogTypes, blockKeywords: words(ivprogBlockKeywords), defKeywords: words(ivprogDefKeywords), typeFirstDefinitions: true, atoms: words(codeConfig.atoms.join(" ")), switchKeyword: codeConfig.switchString, caseKeyword: codeConfig.case_default[0], defaultKeyword: codeConfig.case_default[1], modeProps: { fold: ["brace"] } }); } /***/ }), /***/ "./js/util/iassignHelpers.js": /*!***********************************!*\ !*** ./js/util/iassignHelpers.js ***! \***********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "setPreviousAlgorithm": () => (/* binding */ setPreviousAlgorithm), /* harmony export */ "prepareActivityToStudentHelperJSON": () => (/* binding */ prepareActivityToStudentHelperJSON), /* harmony export */ "prepareActivityToStudentHelper": () => (/* binding */ prepareActivityToStudentHelper), /* harmony export */ "autoEval": () => (/* binding */ autoEval) /* harmony export */ }); /* harmony import */ var _visualUI_functions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../visualUI/functions */ "./js/visualUI/functions.js"); /* harmony import */ var _visualUI_code_generator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../visualUI/code_generator */ "./js/visualUI/code_generator.js"); /* harmony import */ var _assessment_ivprogAssessment__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../assessment/ivprogAssessment */ "./js/assessment/ivprogAssessment.js"); /* harmony import */ var _testConsole__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./testConsole */ "./js/util/testConsole.js"); /* harmony import */ var _services_userLog__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../services/userLog */ "./js/services/userLog.js"); /* harmony import */ var _processor_semantic_semanticAnalyser__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../processor/semantic/semanticAnalyser */ "./js/processor/semantic/semanticAnalyser.js"); /* harmony import */ var _maybe__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./maybe */ "./js/util/maybe.ts"); /* harmony import */ var _codeParser__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./codeParser */ "./js/util/codeParser.js"); function parseActivityData(data) { var ignore_logs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var algorithm_in_ilm = null; if (data.split("\n::algorithm::")[1]) { algorithm_in_ilm = data.split("\n::algorithm::")[1].split("\n::logs::")[0]; var logs = data.split("\n::algorithm::")[1].split("\n::logs::")[1]; if (logs != null && ignore_logs == false) { (0,_services_userLog__WEBPACK_IMPORTED_MODULE_4__.parseLogs)(logs); } } var content; try { content = JSON.parse(data.split("\n::algorithm::")[0]); content["algorithm_in_ilm"] = algorithm_in_ilm; } catch (e) { console.error(e); return _maybe__WEBPACK_IMPORTED_MODULE_6__.Maybe.none(); } return _maybe__WEBPACK_IMPORTED_MODULE_6__.Maybe.some(content); } function configAuxiliar(obj_config) { return new Map(Object.keys(obj_config).map(function (key) { return [key, obj_config[key]]; })); } function setActivityConfig(config_json) { ivprogCore.Config.activity_commands = configAuxiliar(config_json.commands); ivprogCore.Config.activity_functions = configAuxiliar(config_json.functions); ivprogCore.Config.activity_datatypes = configAuxiliar(config_json.datatypes); ivprogCore.Config.activity_filter = configAuxiliar(config_json.filter); ivprogCore.Config.activity_programming_type = configAuxiliar(config_json.programming); } function setPreviousAlgorithm(code) { var code_obj = null; try { code_obj = ivprogCore.parseCode(code); (0,_codeParser__WEBPACK_IMPORTED_MODULE_7__.parserCodeVisual)(code_obj); } catch (e) { showInvalidData(); console.log(e); return; } } function prepareActivityToStudentHelperJSON(ilm_cont) { (0,_visualUI_functions__WEBPACK_IMPORTED_MODULE_0__.setTestCases)(ilm_cont.test_cases); setActivityConfig(ilm_cont.settings); if (ilm_cont.code) setPreviousAlgorithm(ilm_cont.code);else if (ilm_cont.algorithm) setPreviousAlgorithm(ilm_cont.algorithm); } function prepareActivityToStudentHelper(ilm_cont) { var ignore_logs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var maybe_content = parseActivityData(ilm_cont, ignore_logs); return maybe_content.map(function (content) { var testCases = content.testcases; (0,_visualUI_functions__WEBPACK_IMPORTED_MODULE_0__.setTestCases)(testCases); var prog_type = null; if (content.settings_programming_type) { prog_type = content.settings_programming_type[0].value; } else { prog_type = "visual"; } return { settingsProgrammingType: prog_type, settingsDataTypes: content.settings_data_types, settingsCommands: content.settings_commands, settingsFunctions: content.settings_functions, algorithmInIlm: content.algorithm_in_ilm, settingsFilter: content.settings_filter }; }); } function compareArray(a, b) { for (var i = 0; i < a.length; ++i) { var elementA = a[i]; var elementB = b[i]; if (elementA != elementB) { return false; } } return true; } function compareTestcases(original, student) { if (original.length != student.length) { return false; } for (var i = 0; i < original.length; ++i) { var elementO = original[i]; var elementS = student[i]; if (!compareArray(elementO.input, elementS.input)) { return false; } if (!compareArray(elementO.output, elementS.output)) { return false; } } return true; } function autoEval(originalData, callback) { var code = (0,_visualUI_code_generator__WEBPACK_IMPORTED_MODULE_1__.generate)(); //console.debug(code); var original = parseActivityData(originalData).getOrElse(undefined); if (original == null) { alert("iAssign did not provide the original activity data!"); return callback(null); } if (code == null) { return callback(-1); // @FeedbackConvention Casos de teste vazios } else { if (!compareTestcases(original.testcases, (0,_visualUI_functions__WEBPACK_IMPORTED_MODULE_0__.getTestCases)())) { return callback(-2); // @FeedbackConvention Casos de teste alterados pelo aluno } try { var ast_code = _processor_semantic_semanticAnalyser__WEBPACK_IMPORTED_MODULE_5__.SemanticAnalyser.analyseFromSource(code); var con = new _testConsole__WEBPACK_IMPORTED_MODULE_3__.TestConsole([]); var autoAssessment = new _assessment_ivprogAssessment__WEBPACK_IMPORTED_MODULE_2__.IVProgAssessment(ast_code, original.testcases, con); autoAssessment.runTest().then(function (grade) { return callback(grade); })["catch"](function (err) { console.log(err); callback(-5); // @FeedbackConvention Falha na execução }); } catch (e) { console.error(e); callback(-5); } } } /***/ }), /***/ "./js/util/inputTest.js": /*!******************************!*\ !*** ./js/util/inputTest.js ***! \******************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "InputTest": () => (/* binding */ InputTest) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _io_input__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../io/input */ "./js/io/input.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../services/localizedStringsService */ "./js/services/localizedStringsService.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var InputTest = /*#__PURE__*/function (_Input) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(InputTest, _Input); var _super = _createSuper(InputTest); function InputTest(inputList) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, InputTest); _this = _super.call(this); _this.index = 0; _this.inputList = inputList; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(InputTest, [{ key: "requestInput", value: function requestInput() { var _this2 = this; var promise = new Promise(function (resolve, reject) { if (_this2.index < _this2.inputList.length) { resolve(_this2.inputList[_this2.index]); _this2.index++; } else { reject(new Error(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_6__.LocalizedStrings.getError("exceeded_input_request"))); } }); return promise; } }]); return InputTest; }(_io_input__WEBPACK_IMPORTED_MODULE_5__.Input); /***/ }), /***/ "./js/util/input_assessment.js": /*!*************************************!*\ !*** ./js/util/input_assessment.js ***! \*************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "InputAssessment": () => (/* binding */ InputAssessment) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _io_input__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../io/input */ "./js/io/input.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../services/localizedStringsService */ "./js/services/localizedStringsService.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var InputAssessment = /*#__PURE__*/function (_Input) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(InputAssessment, _Input); var _super = _createSuper(InputAssessment); function InputAssessment(input_list) { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, InputAssessment); _this = _super.call(this); _this.index = 0; _this.input_list = input_list.map(function (val) { return { "value": val, "read": false }; }); return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(InputAssessment, [{ key: "requestInput", value: function requestInput() { var _this2 = this; var promise = new Promise(function (resolve, reject) { if (_this2.index < _this2.input_list.length) { var input = _this2.input_list[_this2.index]; input.read = true; _this2.index += 1; resolve(input.value); } else { reject(new Error(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_6__.LocalizedStrings.getError("exceeded_input_request"))); } }); return promise; } }, { key: "isInputAvailable", value: function isInputAvailable() { return this.index < this.input_list.length; } }]); return InputAssessment; }(_io_input__WEBPACK_IMPORTED_MODULE_5__.Input); /***/ }), /***/ "./js/util/outputTest.js": /*!*******************************!*\ !*** ./js/util/outputTest.js ***! \*******************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "OutputTest": () => (/* binding */ OutputTest) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ "./node_modules/@babel/runtime/helpers/inherits.js"); /* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"); /* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/getPrototypeOf.js"); /* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _io_output__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../io/output */ "./js/io/output.js"); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4___default()(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3___default()(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } var OutputTest = /*#__PURE__*/function (_Output) { _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_2___default()(OutputTest, _Output); var _super = _createSuper(OutputTest); function OutputTest() { var _this; _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, OutputTest); _this = _super.call(this); _this.list = []; _this.currentLine = null; return _this; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(OutputTest, [{ key: "write", value: function write(text) { var newLine = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; if (this.currentLine == null) { this.currentLine = this.list.push("") - 1; } this.list[this.currentLine] += text; if (newLine) { this.currentLine = null; } } }, { key: "sendOutput", value: function sendOutput(text) { var _this2 = this; var output = "" + text; if (output.indexOf("\n") !== -1) { var outputList = output.split("\n"); var last = outputList.pop(); outputList.forEach(function (t) { //t = t.replace(/\t/g, ' '); //t = t.replace(/\s/g, " "); if (t.length == 0) _this2.currentLine = null;else _this2.write(t, true); }); //last = last.replace(/\t/g, ' '); //last = last.replace(/\s/g, " "); if (last.length != 0) this.write(last); } else { //output = output.replace(/\t/g, ' '); //output = output.replace(/\s/g, " "); this.write(output); } } }]); return OutputTest; }(_io_output__WEBPACK_IMPORTED_MODULE_5__.Output); /***/ }), /***/ "./js/util/parseFromVisual.js": /*!************************************!*\ !*** ./js/util/parseFromVisual.js ***! \************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "parseExpression": () => (/* binding */ parseExpression), /* harmony export */ "parseCode": () => (/* binding */ parseCode) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "./node_modules/@babel/runtime/helpers/toConsumableArray.js"); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../ast/ivprogParser */ "./js/ast/ivprogParser.js"); /* harmony import */ var _ast_expressions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../ast/expressions */ "./js/ast/expressions/index.js"); /* harmony import */ var _typeSystem_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../typeSystem/types */ "./js/typeSystem/types.ts"); /* harmony import */ var _typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../typeSystem/parsers */ "./js/typeSystem/parsers.js"); /* harmony import */ var _ast_commands__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../ast/commands */ "./js/ast/commands/index.js"); /* harmony import */ var _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../typeSystem/array_type */ "./js/typeSystem/array_type.ts"); /* harmony import */ var _ast_expressions_literal__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../ast/expressions/literal */ "./js/ast/expressions/literal.js"); var TYPES = { VARIABLE: "var", CONST: "const", FUNCTION: "function", RELATIONAL: "relational", LOGIC: "logic", ARITHMETIC: "arithmetic" }; function translateOp(type, op) { switch (type) { case TYPES.ARITHMETIC: return op.value; case TYPES.RELATIONAL: return op.value; case TYPES.LOGIC: { if (op.ord === 11) { return "and"; } else if (op.ord === 12) { return "or"; } else { return "not"; } } } } function getOpType(op) { switch (op.ord) { case 0: case 1: case 2: case 3: case 4: return TYPES.ARITHMETIC; case 5: case 6: case 7: case 8: case 9: case 10: return TYPES.RELATIONAL; default: return TYPES.LOGIC; } } /** * @param {Commands.Case} switchCase * */ function switchCaseWalker(switchCase) { var commands = switchCase.commands.map(commandWalker); var expression = switchCase.isDefault ? null : expressionWalker(switchCase.expression); return { type: "switchcase", line: switchCase.sourceInfo.line, expression: expression, commands: commands }; } /** * @param {Commands.Switch} switchCommand * */ function switchWalker(switchCommand) { var expression = expressionWalker(switchCommand.expression); var cases = switchCommand.cases.map(switchCaseWalker); return { type: "switch", expression: expression, cases: cases }; } /** * @param {Commands.Return} returnCommand * */ function returnWalker(returnCommand) { var expression = expressionWalker(returnCommand.expression); return { type: "return", expression: expression }; } function breakWalker(_) { return { type: "break" }; } /** * @param {Commands.For} forLoop * */ function forWalker(forLoop) { var var_attribution = expressionWalker(forLoop.for_id); var var_initial = expressionWalker(forLoop.for_from); var condition = expressionWalker(forLoop.for_to); var step_expression = forLoop.for_pass ? expressionWalker(forLoop.for_pass) : []; var commands = forLoop.commands.map(commandWalker); return { type: "repeatNtimes", var_attribution: var_attribution, var_initial: var_initial, condition: condition, step_expression: step_expression, commands: commands }; } /** * @param {Commands.While} whileLoop * */ function whileWalker(whileLoop) { var expression = expressionWalker(whileLoop.expression); var commands = whileLoop.commands.map(commandWalker); var type = whileLoop.testFirst ? "whiletrue" : "dowhiletrue"; return { type: type, expression: expression, commands: commands }; } /** * @param {Commands.IfThenElse} ifthenelse * */ function ifThenElseWalker(ifthenelse) { //ifthenelse. var expression = expressionWalker(ifthenelse.condition); var ifTrue = ifthenelse.ifTrue.commands.map(commandWalker); var ifFalse = []; if (ifthenelse.ifFalse) { if (ifthenelse.ifFalse instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.CommandBlock) { ifFalse = ifthenelse.ifFalse.commands.map(commandWalker); } else { ifFalse = [ifThenElseWalker(ifthenelse.ifFalse)]; } } return { type: "iftrue", expression: expression, ifTrue: ifTrue, ifFalse: ifFalse }; } /** * @param {Commands.Assign} assingment * */ function assignmentWalker(assingment) { var variable = null; if (assingment instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.ArrayIndexAssign) { var line = expressionWalker(assingment.line); var arrayClass = "vector"; var column = null; if (assingment.column) { arrayClass = "matrix"; column = expressionWalker(assingment.column); } variable = [{ instance: "expression", type: TYPES.VARIABLE, "class": arrayClass, column: column, line: line, value: assingment.id }]; } else { variable = [{ instance: "expression", type: TYPES.VARIABLE, value: assingment.id }]; } var expression = expressionWalker(assingment.expression); return { type: "attribution", variable: variable, expression: expression }; } /** * @param {Command} command * */ function commandWalker(command) { var parsedCommand = null; if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.FunctionCall) { parsedCommand = functionCallWalker(command); } else if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.Assign) { parsedCommand = assignmentWalker(command); } else if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.IfThenElse) { parsedCommand = ifThenElseWalker(command); } else if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.While) { parsedCommand = whileWalker(command); } else if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.Break) { parsedCommand = breakWalker(command); } else if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.Return) { parsedCommand = returnWalker(command); } else if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.Switch) { parsedCommand = switchWalker(command); } else if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.For) { parsedCommand = forWalker(command); } else { throw new Error("not implemented"); } parsedCommand.line = command.sourceInfo.line; return parsedCommand; } /** * @param {Commands.FunctionCall} functionCall * */ function functionCallWalker(functionCall) { var name = functionCall.id; if (name.indexOf(".") !== -1) { name = name.split(".")[1]; } var parameters = functionCall.actualParameters.map(expressionWalker); if (name === "$write") { var lastInput = parameters[parameters.length - 1][0]; // if lastInput is an object with value === '\n', newLine is true var newLine = lastInput.value && lastInput.value.match(/^\n$/) !== null; var content = newLine ? parameters.slice(0, parameters.length - 1) : parameters; return { type: "writer", newLine: newLine, content: content }; } if (name === "$read") { return { type: "reader", variable: parameters[0] }; } return { type: "functioncall", parameters_list: parameters, name: functionCall.id }; } /** * @param {Commands.Function} func * */ function functionWalker(func) { var funcDeclaration = { name: func.name, line: func.sourceInfo.line, return_type: "", return_dimensions: 0, parameters_list: [], variables_list: [], commands: [] }; if (func.returnType instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_6__.ArrayType) { funcDeclaration.return_type = func.returnType.innerType.value; funcDeclaration.return_dimensions = func.returnType.dimensions; } else { funcDeclaration.return_type = func.returnType.value; } funcDeclaration.parameters_list = func.formalParameters.map(functionParameterWalker); funcDeclaration.variables_list = func.variablesDeclarations.map(variableDeclarationWalker); funcDeclaration.commands = func.commands.map(commandWalker); return funcDeclaration; } /** * @param {Commands.FormalParameter} formalParameter * */ function functionParameterWalker(formalParameter) { var variable = { name: formalParameter.id, line: formalParameter.sourceInfo.line, type: "", rows: 0, columns: 0, dimension: 0, value: 0, is_const: false, reference: formalParameter.byRef }; if (formalParameter.type instanceof _typeSystem_array_type__WEBPACK_IMPORTED_MODULE_6__.ArrayType) { variable.type = formalParameter.type.innerType.value; variable.dimension = formalParameter.type.dimensions; } else { variable.type = formalParameter.type.value; } return variable; } /** * @param {Commands.Declaration} command * @param {boolean} global * */ function variableDeclarationWalker(command) { var global = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var variable = { name: command.id, line: command.sourceInfo.line, type: "", rows: 0, columns: 0, dimension: 0, value: 0, is_const: false }; variable.is_const = global && command.isConst; if (command instanceof _ast_commands__WEBPACK_IMPORTED_MODULE_5__.ArrayDeclaration) { // array var lines = expressionWalker(command.lines).pop(); variable.type = command.type.innerType.value; if (command.isVector) { variable.columns = lines.value; variable.dimension = 1; var values = command.initial.value.map(function (exp) { return variableInitialWalker(exp); }); variable.value = values; } else { var columns = expressionWalker(command.columns).pop(); variable.dimension = 2; variable.rows = lines.value; variable.columns = columns.value; var _values = command.initial.value.map(function (rows) { return rows.value.map(function (exp) { return variableInitialWalker(exp); }); }); variable.value = _values; } } else { // atomic variable.type = command.type.value; variable.value = variableInitialWalker(command.initial); } return variable; } /** * @param {any} expression * */ function variableInitialWalker(expression) { if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.UnaryApp) { var left = variableInitialWalker(expression.left); var opType = getOpType(expression.op); if (opType !== TYPES.ARITHMETIC) { throw new Error("invalid variable initial value: " + expression.toString()); } return "".concat(expression.op.value).concat(left); } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.BoolLiteral) { var value = expression.value; return (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.convertBoolToString)(value); } else if (expression instanceof _ast_expressions_literal__WEBPACK_IMPORTED_MODULE_7__.Literal) { var _value = expression.value; if (expression.value.toNumber) { if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL.isCompatible(expression.type) && expression.value.decimalPlaces() == 0) { _value = expression.value.toFixed(2); } else { _value = expression.value.toNumber(); } } return _value; } throw new Error("invalid variable initial value: " + expression.toString()); } /** * * @return {[]} **/ function expressionWalker(expression) { var result; if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.VariableLiteral) { result = [{ instance: "expression", type: TYPES.VARIABLE, value: expression.id }]; } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.FunctionCall) { var funcObj = { instance: "expression", type: TYPES.FUNCTION, value: expression.id }; var paramsList = expression.actualParameters.map(function (e) { return expressionWalker(e); }); //const params = Array.prototype.concat.apply([], paramsList); funcObj.params = paramsList; result = [funcObj]; } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.UnaryApp) { console.log(expression); var left = expressionWalker(expression.left); var opType = getOpType(expression.op); var opValue = translateOp(opType, expression.op); result = [{ instance: "operator", type: opType, value: opValue }].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(left)); } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.InfixApp) { var _left = expressionWalker(expression.left); var right = expressionWalker(expression.right); var _opType = getOpType(expression.op); var _opValue = translateOp(_opType, expression.op); result = [].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(_left), [{ instance: "operator", type: _opType, value: _opValue }], _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(right)); } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.ArrayAccess) { var line = expressionWalker(expression.line); var arrayClass = "vector"; var column = null; if (expression.column) { arrayClass = "matrix"; column = expressionWalker(expression.column); } result = [{ instance: "expression", type: TYPES.VARIABLE, "class": arrayClass, column: column, line: line, value: expression.id }]; } else if (expression instanceof _ast_expressions__WEBPACK_IMPORTED_MODULE_2__.BoolLiteral) { var value = expression.value; result = [{ instance: "expression", "class": "simple", type: TYPES.CONST, value: (0,_typeSystem_parsers__WEBPACK_IMPORTED_MODULE_4__.convertBoolToString)(value) }]; } else { var _value2 = expression.value; if (expression.value.toNumber) { if (_typeSystem_types__WEBPACK_IMPORTED_MODULE_3__.Types.REAL.isCompatible(expression.type) && expression.value.decimalPlaces() == 0) { _value2 = expression.value.toFixed(2); } else { _value2 = expression.value.toNumber(); } } result = [{ instance: "expression", "class": "simple", type: TYPES.CONST, value: _value2 }]; } if (expression.parenthesis) return ["("].concat(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(result), [")"]);else return result; } function parseExpression(text) { var parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_1__.IVProgParser.createParser(text); var expressionAST = parser.parseExpressionOR(); return expressionWalker(expressionAST); } /** * @param {string} text * */ function parseCode(text) { var parser = _ast_ivprogParser__WEBPACK_IMPORTED_MODULE_1__.IVProgParser.createParser(text, false); var codeLinesMap = new Map(); var tokens = Array.from(parser.lexer.reset(text)); var tokenStream = []; for (var _i = 0, _tokens = tokens; _i < _tokens.length; _i++) { var token = _tokens[_i]; if (token.type === parser.ruleNames.ERROR) { return null; } if (token.type === parser.ruleNames.COMMENTS) { for (var i = 0; i <= token.lineBreaks; i++) { if (codeLinesMap.has(i + token.line)) codeLinesMap.get(i + token.line).push(token);else codeLinesMap.set(i + token.line, [token]); } continue; } if (token.type !== parser.ruleNames.WHITESPACE) { tokenStream.push(token); } } parser.fill(tokenStream); try { var program = parser.parseTree(); var globals = program.global.map(function (decl) { return variableDeclarationWalker(decl, true); }); var functions = program.functions.map(functionWalker); return { globals: globals, functions: functions }; } catch (e) { console.error(e); return null; } } /***/ }), /***/ "./js/util/string_diff.js": /*!********************************!*\ !*** ./js/util/string_diff.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) /* harmony export */ }); /** * Author: @jhchen - https://github.com/jhchen * Modified by: @lucascalion - 23/07/2019 * This library modifies the diff-patch-match library by Neil Fraser * by removing the patch and match functionality and certain advanced * options in the diff function. The original license is as follows: * * === * * Diff Match and Patch * * Copyright 2006 Google Inc. * http://code.google.com/p/google-diff-match-patch/ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * The data structure representing a diff is an array of tuples: * [[DIFF_DELETE, 'Hello'], [DIFF_INSERT, 'Goodbye'], [DIFF_EQUAL, ' world.']] * which means: delete 'Hello', add 'Goodbye' and keep ' world.' */ var DIFF_DELETE = -1; var DIFF_INSERT = 1; var DIFF_EQUAL = 0; /** * Find the differences between two texts. Simplifies the problem by stripping * any common prefix or suffix off the texts before diffing. * @param {string} text1 Old string to be diffed. * @param {string} text2 New string to be diffed. * @param {Int|Object} [cursor_pos] Edit position in text1 or object with more info * @return {Array} Array of diff tuples. */ function diff_main(text1, text2, cursor_pos, _fix_unicode) { // Check for equality if (text1 === text2) { if (text1) { return [[DIFF_EQUAL, text1]]; } return []; } if (cursor_pos != null) { var editdiff = find_cursor_edit_diff(text1, text2, cursor_pos); if (editdiff) { return editdiff; } } // Trim off common prefix (speedup). var commonlength = diff_commonPrefix(text1, text2); var commonprefix = text1.substring(0, commonlength); text1 = text1.substring(commonlength); text2 = text2.substring(commonlength); // Trim off common suffix (speedup). commonlength = diff_commonSuffix(text1, text2); var commonsuffix = text1.substring(text1.length - commonlength); text1 = text1.substring(0, text1.length - commonlength); text2 = text2.substring(0, text2.length - commonlength); // Compute the diff on the middle block. var diffs = diff_compute_(text1, text2); // Restore the prefix and suffix. if (commonprefix) { diffs.unshift([DIFF_EQUAL, commonprefix]); } if (commonsuffix) { diffs.push([DIFF_EQUAL, commonsuffix]); } diff_cleanupMerge(diffs, _fix_unicode); return diffs; } /** * Find the differences between two texts. Assumes that the texts do not * have any common prefix or suffix. * @param {string} text1 Old string to be diffed. * @param {string} text2 New string to be diffed. * @return {Array} Array of diff tuples. */ function diff_compute_(text1, text2) { var diffs; if (!text1) { // Just add some text (speedup). return [[DIFF_INSERT, text2]]; } if (!text2) { // Just delete some text (speedup). return [[DIFF_DELETE, text1]]; } var longtext = text1.length > text2.length ? text1 : text2; var shorttext = text1.length > text2.length ? text2 : text1; var i = longtext.indexOf(shorttext); if (i !== -1) { // Shorter text is inside the longer text (speedup). diffs = [[DIFF_INSERT, longtext.substring(0, i)], [DIFF_EQUAL, shorttext], [DIFF_INSERT, longtext.substring(i + shorttext.length)]]; // Swap insertions for deletions if diff is reversed. if (text1.length > text2.length) { diffs[0][0] = diffs[2][0] = DIFF_DELETE; } return diffs; } if (shorttext.length === 1) { // Single character string. // After the previous speedup, the character can't be an equality. return [[DIFF_DELETE, text1], [DIFF_INSERT, text2]]; } // Check to see if the problem can be split in two. var hm = diff_halfMatch_(text1, text2); if (hm) { // A half-match was found, sort out the return data. var text1_a = hm[0]; var text1_b = hm[1]; var text2_a = hm[2]; var text2_b = hm[3]; var mid_common = hm[4]; // Send both pairs off for separate processing. var diffs_a = diff_main(text1_a, text2_a); var diffs_b = diff_main(text1_b, text2_b); // Merge the results. return diffs_a.concat([[DIFF_EQUAL, mid_common]], diffs_b); } return diff_bisect_(text1, text2); } /** * Find the 'middle snake' of a diff, split the problem in two * and return the recursively constructed diff. * See Myers 1986 paper: An O(ND) Difference Algorithm and Its Variations. * @param {string} text1 Old string to be diffed. * @param {string} text2 New string to be diffed. * @return {Array} Array of diff tuples. * @private */ function diff_bisect_(text1, text2) { // Cache the text lengths to prevent multiple calls. var text1_length = text1.length; var text2_length = text2.length; var max_d = Math.ceil((text1_length + text2_length) / 2); var v_offset = max_d; var v_length = 2 * max_d; var v1 = new Array(v_length); var v2 = new Array(v_length); // Setting all elements to -1 is faster in Chrome & Firefox than mixing // integers and undefined. for (var x = 0; x < v_length; x++) { v1[x] = -1; v2[x] = -1; } v1[v_offset + 1] = 0; v2[v_offset + 1] = 0; var delta = text1_length - text2_length; // If the total number of characters is odd, then the front path will collide // with the reverse path. var front = delta % 2 !== 0; // Offsets for start and end of k loop. // Prevents mapping of space beyond the grid. var k1start = 0; var k1end = 0; var k2start = 0; var k2end = 0; for (var d = 0; d < max_d; d++) { // Walk the front path one step. for (var k1 = -d + k1start; k1 <= d - k1end; k1 += 2) { var k1_offset = v_offset + k1; var x1 = void 0; if (k1 === -d || k1 !== d && v1[k1_offset - 1] < v1[k1_offset + 1]) { x1 = v1[k1_offset + 1]; } else { x1 = v1[k1_offset - 1] + 1; } var y1 = x1 - k1; while (x1 < text1_length && y1 < text2_length && text1.charAt(x1) === text2.charAt(y1)) { x1++; y1++; } v1[k1_offset] = x1; if (x1 > text1_length) { // Ran off the right of the graph. k1end += 2; } else if (y1 > text2_length) { // Ran off the bottom of the graph. k1start += 2; } else if (front) { var k2_offset = v_offset + delta - k1; if (k2_offset >= 0 && k2_offset < v_length && v2[k2_offset] !== -1) { // Mirror x2 onto top-left coordinate system. var x2 = text1_length - v2[k2_offset]; if (x1 >= x2) { // Overlap detfrontected. return diff_bisectSplit_(text1, text2, x1, y1); } } } } // Walk the reverse path one step. for (var k2 = -d + k2start; k2 <= d - k2end; k2 += 2) { var _k2_offset = v_offset + k2; var _x = void 0; if (k2 === -d || k2 !== d && v2[_k2_offset - 1] < v2[_k2_offset + 1]) { _x = v2[_k2_offset + 1]; } else { _x = v2[_k2_offset - 1] + 1; } var y2 = _x - k2; while (_x < text1_length && y2 < text2_length && text1.charAt(text1_length - _x - 1) === text2.charAt(text2_length - y2 - 1)) { _x++; y2++; } v2[_k2_offset] = _x; if (_x > text1_length) { // Ran off the left of the graph. k2end += 2; } else if (y2 > text2_length) { // Ran off the top of the graph. k2start += 2; } else if (!front) { var _k1_offset = v_offset + delta - k2; if (_k1_offset >= 0 && _k1_offset < v_length && v1[_k1_offset] !== -1) { var _x2 = v1[_k1_offset]; var _y = v_offset + _x2 - _k1_offset; // Mirror x2 onto top-left coordinate system. _x = text1_length - _x; if (_x2 >= _x) { // Overlap detected. return diff_bisectSplit_(text1, text2, _x2, _y); } } } } } // Diff took too long and hit the deadline or // number of diffs equals number of characters, no commonality at all. return [[DIFF_DELETE, text1], [DIFF_INSERT, text2]]; } /** * Given the location of the 'middle snake', split the diff in two parts * and recurse. * @param {string} text1 Old string to be diffed. * @param {string} text2 New string to be diffed. * @param {number} x Index of split point in text1. * @param {number} y Index of split point in text2. * @return {Array} Array of diff tuples. */ function diff_bisectSplit_(text1, text2, x, y) { var text1a = text1.substring(0, x); var text2a = text2.substring(0, y); var text1b = text1.substring(x); var text2b = text2.substring(y); // Compute both diffs serially. var diffs = diff_main(text1a, text2a); var diffsb = diff_main(text1b, text2b); return diffs.concat(diffsb); } /** * Determine the common prefix of two strings. * @param {string} text1 First string. * @param {string} text2 Second string. * @return {number} The number of characters common to the start of each * string. */ function diff_commonPrefix(text1, text2) { // Quick check for common null cases. if (!text1 || !text2 || text1.charAt(0) !== text2.charAt(0)) { return 0; } // Binary search. // Performance analysis: http://neil.fraser.name/news/2007/10/09/ var pointermin = 0; var pointermax = Math.min(text1.length, text2.length); var pointermid = pointermax; var pointerstart = 0; while (pointermin < pointermid) { if (text1.substring(pointerstart, pointermid) == text2.substring(pointerstart, pointermid)) { pointermin = pointermid; pointerstart = pointermin; } else { pointermax = pointermid; } pointermid = Math.floor((pointermax - pointermin) / 2 + pointermin); } if (is_surrogate_pair_start(text1.charCodeAt(pointermid - 1))) { pointermid--; } return pointermid; } /** * Determine the common suffix of two strings. * @param {string} text1 First string. * @param {string} text2 Second string. * @return {number} The number of characters common to the end of each string. */ function diff_commonSuffix(text1, text2) { // Quick check for common null cases. if (!text1 || !text2 || text1.slice(-1) !== text2.slice(-1)) { return 0; } // Binary search. // Performance analysis: http://neil.fraser.name/news/2007/10/09/ var pointermin = 0; var pointermax = Math.min(text1.length, text2.length); var pointermid = pointermax; var pointerend = 0; while (pointermin < pointermid) { if (text1.substring(text1.length - pointermid, text1.length - pointerend) == text2.substring(text2.length - pointermid, text2.length - pointerend)) { pointermin = pointermid; pointerend = pointermin; } else { pointermax = pointermid; } pointermid = Math.floor((pointermax - pointermin) / 2 + pointermin); } if (is_surrogate_pair_end(text1.charCodeAt(text1.length - pointermid))) { pointermid--; } return pointermid; } /** * Do the two texts share a substring which is at least half the length of the * longer text? * This speedup can produce non-minimal diffs. * @param {string} text1 First string. * @param {string} text2 Second string. * @return {Array.} Five element Array, containing the prefix of * text1, the suffix of text1, the prefix of text2, the suffix of * text2 and the common middle. Or null if there was no match. */ function diff_halfMatch_(text1, text2) { var longtext = text1.length > text2.length ? text1 : text2; var shorttext = text1.length > text2.length ? text2 : text1; if (longtext.length < 4 || shorttext.length * 2 < longtext.length) { return null; // Pointless. } /** * Does a substring of shorttext exist within longtext such that the substring * is at least half the length of longtext? * Closure, but does not reference any external variables. * @param {string} longtext Longer string. * @param {string} shorttext Shorter string. * @param {number} i Start index of quarter length substring within longtext. * @return {Array.} Five element Array, containing the prefix of * longtext, the suffix of longtext, the prefix of shorttext, the suffix * of shorttext and the common middle. Or null if there was no match. * @private */ function diff_halfMatchI_(longtext, shorttext, i) { // Start with a 1/4 length substring at position i as a seed. var seed = longtext.substring(i, i + Math.floor(longtext.length / 4)); var j = -1; var best_common = ''; var best_longtext_a, best_longtext_b, best_shorttext_a, best_shorttext_b; while ((j = shorttext.indexOf(seed, j + 1)) !== -1) { var prefixLength = diff_commonPrefix(longtext.substring(i), shorttext.substring(j)); var suffixLength = diff_commonSuffix(longtext.substring(0, i), shorttext.substring(0, j)); if (best_common.length < suffixLength + prefixLength) { best_common = shorttext.substring(j - suffixLength, j) + shorttext.substring(j, j + prefixLength); best_longtext_a = longtext.substring(0, i - suffixLength); best_longtext_b = longtext.substring(i + prefixLength); best_shorttext_a = shorttext.substring(0, j - suffixLength); best_shorttext_b = shorttext.substring(j + prefixLength); } } if (best_common.length * 2 >= longtext.length) { return [best_longtext_a, best_longtext_b, best_shorttext_a, best_shorttext_b, best_common]; } else { return null; } } // First check if the second quarter is the seed for a half-match. var hm1 = diff_halfMatchI_(longtext, shorttext, Math.ceil(longtext.length / 4)); // Check again based on the third quarter. var hm2 = diff_halfMatchI_(longtext, shorttext, Math.ceil(longtext.length / 2)); var hm; if (!hm1 && !hm2) { return null; } else if (!hm2) { hm = hm1; } else if (!hm1) { hm = hm2; } else { // Both matched. Select the longest. hm = hm1[4].length > hm2[4].length ? hm1 : hm2; } // A half-match was found, sort out the return data. var text1_a, text1_b, text2_a, text2_b; if (text1.length > text2.length) { text1_a = hm[0]; text1_b = hm[1]; text2_a = hm[2]; text2_b = hm[3]; } else { text2_a = hm[0]; text2_b = hm[1]; text1_a = hm[2]; text1_b = hm[3]; } var mid_common = hm[4]; return [text1_a, text1_b, text2_a, text2_b, mid_common]; } /** * Reorder and merge like edit sections. Merge equalities. * Any edit section can move as long as it doesn't cross an equality. * @param {Array} diffs Array of diff tuples. * @param {boolean} fix_unicode Whether to normalize to a unicode-correct diff */ function diff_cleanupMerge(diffs, fix_unicode) { diffs.push([DIFF_EQUAL, '']); // Add a dummy entry at the end. var pointer = 0; var count_delete = 0; var count_insert = 0; var text_delete = ''; var text_insert = ''; var commonlength; var previous_equality; while (pointer < diffs.length) { if (pointer < diffs.length - 1 && !diffs[pointer][1]) { diffs.splice(pointer, 1); continue; } switch (diffs[pointer][0]) { case DIFF_INSERT: count_insert++; text_insert += diffs[pointer][1]; pointer++; break; case DIFF_DELETE: count_delete++; text_delete += diffs[pointer][1]; pointer++; break; case DIFF_EQUAL: previous_equality = pointer - count_insert - count_delete - 1; if (fix_unicode) { // prevent splitting of unicode surrogate pairs. when fix_unicode is true, // we assume that the old and new text in the diff are complete and correct // unicode-encoded JS strings, but the tuple boundaries may fall between // surrogate pairs. we fix this by shaving off stray surrogates from the end // of the previous equality and the beginning of this equality. this may create // empty equalities or a common prefix or suffix. for example, if AB and AC are // emojis, `[[0, 'A'], [-1, 'BA'], [0, 'C']]` would turn into deleting 'ABAC' and // inserting 'AC', and then the common suffix 'AC' will be eliminated. in this // particular case, both equalities go away, we absorb any previous inequalities, // and we keep scanning for the next equality before rewriting the tuples. if (previous_equality >= 0 && ends_with_pair_start(diffs[previous_equality][1])) { var stray = diffs[previous_equality][1].slice(-1); diffs[previous_equality][1] = diffs[previous_equality][1].slice(0, -1); text_delete = stray + text_delete; text_insert = stray + text_insert; if (!diffs[previous_equality][1]) { // emptied out previous equality, so delete it and include previous delete/insert diffs.splice(previous_equality, 1); pointer--; var k = previous_equality - 1; if (diffs[k] && diffs[k][0] === DIFF_INSERT) { count_insert++; text_insert = diffs[k][1] + text_insert; k--; } if (diffs[k] && diffs[k][0] === DIFF_DELETE) { count_delete++; text_delete = diffs[k][1] + text_delete; k--; } previous_equality = k; } } if (starts_with_pair_end(diffs[pointer][1])) { var _stray = diffs[pointer][1].charAt(0); diffs[pointer][1] = diffs[pointer][1].slice(1); text_delete += _stray; text_insert += _stray; } } if (pointer < diffs.length - 1 && !diffs[pointer][1]) { // for empty equality not at end, wait for next equality diffs.splice(pointer, 1); break; } if (text_delete.length > 0 || text_insert.length > 0) { // note that diff_commonPrefix and diff_commonSuffix are unicode-aware if (text_delete.length > 0 && text_insert.length > 0) { // Factor out any common prefixes. commonlength = diff_commonPrefix(text_insert, text_delete); if (commonlength !== 0) { if (previous_equality >= 0) { diffs[previous_equality][1] += text_insert.substring(0, commonlength); } else { diffs.splice(0, 0, [DIFF_EQUAL, text_insert.substring(0, commonlength)]); pointer++; } text_insert = text_insert.substring(commonlength); text_delete = text_delete.substring(commonlength); } // Factor out any common suffixes. commonlength = diff_commonSuffix(text_insert, text_delete); if (commonlength !== 0) { diffs[pointer][1] = text_insert.substring(text_insert.length - commonlength) + diffs[pointer][1]; text_insert = text_insert.substring(0, text_insert.length - commonlength); text_delete = text_delete.substring(0, text_delete.length - commonlength); } } // Delete the offending records and add the merged ones. var n = count_insert + count_delete; if (text_delete.length === 0 && text_insert.length === 0) { diffs.splice(pointer - n, n); pointer = pointer - n; } else if (text_delete.length === 0) { diffs.splice(pointer - n, n, [DIFF_INSERT, text_insert]); pointer = pointer - n + 1; } else if (text_insert.length === 0) { diffs.splice(pointer - n, n, [DIFF_DELETE, text_delete]); pointer = pointer - n + 1; } else { diffs.splice(pointer - n, n, [DIFF_DELETE, text_delete], [DIFF_INSERT, text_insert]); pointer = pointer - n + 2; } } if (pointer !== 0 && diffs[pointer - 1][0] === DIFF_EQUAL) { // Merge this equality with the previous one. diffs[pointer - 1][1] += diffs[pointer][1]; diffs.splice(pointer, 1); } else { pointer++; } count_insert = 0; count_delete = 0; text_delete = ''; text_insert = ''; break; } } if (diffs[diffs.length - 1][1] === '') { diffs.pop(); // Remove the dummy entry at the end. } // Second pass: look for single edits surrounded on both sides by equalities // which can be shifted sideways to eliminate an equality. // e.g: ABAC -> ABAC var changes = false; pointer = 1; // Intentionally ignore the first and last element (don't need checking). while (pointer < diffs.length - 1) { if (diffs[pointer - 1][0] === DIFF_EQUAL && diffs[pointer + 1][0] === DIFF_EQUAL) { // This is a single edit surrounded by equalities. if (diffs[pointer][1].substring(diffs[pointer][1].length - diffs[pointer - 1][1].length) === diffs[pointer - 1][1]) { // Shift the edit over the previous equality. diffs[pointer][1] = diffs[pointer - 1][1] + diffs[pointer][1].substring(0, diffs[pointer][1].length - diffs[pointer - 1][1].length); diffs[pointer + 1][1] = diffs[pointer - 1][1] + diffs[pointer + 1][1]; diffs.splice(pointer - 1, 1); changes = true; } else if (diffs[pointer][1].substring(0, diffs[pointer + 1][1].length) == diffs[pointer + 1][1]) { // Shift the edit over the next equality. diffs[pointer - 1][1] += diffs[pointer + 1][1]; diffs[pointer][1] = diffs[pointer][1].substring(diffs[pointer + 1][1].length) + diffs[pointer + 1][1]; diffs.splice(pointer + 1, 1); changes = true; } } pointer++; } // If shifts were made, the diff needs reordering and another shift sweep. if (changes) { diff_cleanupMerge(diffs, fix_unicode); } } function is_surrogate_pair_start(charCode) { return charCode >= 0xD800 && charCode <= 0xDBFF; } function is_surrogate_pair_end(charCode) { return charCode >= 0xDC00 && charCode <= 0xDFFF; } function starts_with_pair_end(str) { return is_surrogate_pair_end(str.charCodeAt(0)); } function ends_with_pair_start(str) { return is_surrogate_pair_start(str.charCodeAt(str.length - 1)); } function remove_empty_tuples(tuples) { var ret = []; for (var i = 0; i < tuples.length; i++) { if (tuples[i][1].length > 0) { ret.push(tuples[i]); } } return ret; } function make_edit_splice(before, oldMiddle, newMiddle, after) { if (ends_with_pair_start(before) || starts_with_pair_end(after)) { return null; } return remove_empty_tuples([[DIFF_EQUAL, before], [DIFF_DELETE, oldMiddle], [DIFF_INSERT, newMiddle], [DIFF_EQUAL, after]]); } function find_cursor_edit_diff(oldText, newText, cursor_pos) { // note: this runs after equality check has ruled out exact equality var oldRange = typeof cursor_pos === 'number' ? { index: cursor_pos, length: 0 } : cursor_pos.oldRange; var newRange = typeof cursor_pos === 'number' ? null : cursor_pos.newRange; // take into account the old and new selection to generate the best diff // possible for a text edit. for example, a text change from "xxx" to "xx" // could be a delete or forwards-delete of any one of the x's, or the // result of selecting two of the x's and typing "x". var oldLength = oldText.length; var newLength = newText.length; if (oldRange.length === 0 && (newRange === null || newRange.length === 0)) { // see if we have an insert or delete before or after cursor var oldCursor = oldRange.index; var oldBefore = oldText.slice(0, oldCursor); var oldAfter = oldText.slice(oldCursor); var maybeNewCursor = newRange ? newRange.index : null; editBefore: { // is this an insert or delete right before oldCursor? var newCursor = oldCursor + newLength - oldLength; if (maybeNewCursor !== null && maybeNewCursor !== newCursor) { break editBefore; } if (newCursor < 0 || newCursor > newLength) { break editBefore; } var newBefore = newText.slice(0, newCursor); var newAfter = newText.slice(newCursor); if (newAfter !== oldAfter) { break editBefore; } var prefixLength = Math.min(oldCursor, newCursor); var oldPrefix = oldBefore.slice(0, prefixLength); var newPrefix = newBefore.slice(0, prefixLength); if (oldPrefix !== newPrefix) { break editBefore; } var oldMiddle = oldBefore.slice(prefixLength); var newMiddle = newBefore.slice(prefixLength); return make_edit_splice(oldPrefix, oldMiddle, newMiddle, oldAfter); } editAfter: { // is this an insert or delete right after oldCursor? if (maybeNewCursor !== null && maybeNewCursor !== oldCursor) { break editAfter; } var cursor = oldCursor; var _newBefore = newText.slice(0, cursor); var _newAfter = newText.slice(cursor); if (_newBefore !== oldBefore) { break editAfter; } var suffixLength = Math.min(oldLength - cursor, newLength - cursor); var oldSuffix = oldAfter.slice(oldAfter.length - suffixLength); var newSuffix = _newAfter.slice(_newAfter.length - suffixLength); if (oldSuffix !== newSuffix) { break editAfter; } var _oldMiddle = oldAfter.slice(0, oldAfter.length - suffixLength); var _newMiddle = _newAfter.slice(0, _newAfter.length - suffixLength); return make_edit_splice(oldBefore, _oldMiddle, _newMiddle, oldSuffix); } } if (oldRange.length > 0 && newRange && newRange.length === 0) { replaceRange: { // see if diff could be a splice of the old selection range var _oldPrefix = oldText.slice(0, oldRange.index); var _oldSuffix = oldText.slice(oldRange.index + oldRange.length); var _prefixLength = _oldPrefix.length; var _suffixLength = _oldSuffix.length; if (newLength < _prefixLength + _suffixLength) { break replaceRange; } var _newPrefix = newText.slice(0, _prefixLength); var _newSuffix = newText.slice(newLength - _suffixLength); if (_oldPrefix !== _newPrefix || _oldSuffix !== _newSuffix) { break replaceRange; } var _oldMiddle2 = oldText.slice(_prefixLength, oldLength - _suffixLength); var _newMiddle2 = newText.slice(_prefixLength, newLength - _suffixLength); return make_edit_splice(_oldPrefix, _oldMiddle2, _newMiddle2, _oldSuffix); } } return null; } function diff(text1, text2, cursor_pos) { // only pass fix_unicode=true at the top level, not when diff_main is // recursively invoked return diff_main(text1, text2, cursor_pos, true); } diff.INSERT = DIFF_INSERT; diff.DELETE = DIFF_DELETE; diff.EQUAL = DIFF_EQUAL; /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (diff); /***/ }), /***/ "./js/util/testConsole.js": /*!********************************!*\ !*** ./js/util/testConsole.js ***! \********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "TestConsole": () => (/* binding */ TestConsole) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "./node_modules/@babel/runtime/helpers/classCallCheck.js"); /* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ "./node_modules/@babel/runtime/helpers/createClass.js"); /* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _io_domConsole__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../io/domConsole */ "./js/io/domConsole.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../services/localizedStringsService */ "./js/services/localizedStringsService.js"); var LocalizedStrings = (0,_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.getInstance)(); var TestConsole = /*#__PURE__*/function () { function TestConsole(inputList) { _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_0___default()(this, TestConsole); this.index = 0; this.inputList = inputList; this.list = []; this.currentLine = null; } _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_1___default()(TestConsole, [{ key: "writeRawHTML", value: function writeRawHTML(text) { this._appendTextLn(text); } }, { key: "write", value: function write(text) { var newLine = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; this._appendText(text, _io_domConsole__WEBPACK_IMPORTED_MODULE_2__.DOMConsole.USER, newLine); } }, { key: "info", value: function info(text) { this._appendTextLn(text, _io_domConsole__WEBPACK_IMPORTED_MODULE_2__.DOMConsole.INFO); } }, { key: "err", value: function err(text) { this._appendTextLn(text, _io_domConsole__WEBPACK_IMPORTED_MODULE_2__.DOMConsole.ERR); } }, { key: "_appendText", value: function _appendText(text, _type) { var newLine = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; if (this.currentLine == null) { this.currentLine = this.list.push('') - 1; } this.list[this.currentLine] += text; if (newLine) { this.currentLine = null; } } }, { key: "_appendTextLn", value: function _appendTextLn(text) { this.list.push(text); this.currentLine = null; } }, { key: "getClassForType", value: function getClassForType(type) { switch (type) { case _io_domConsole__WEBPACK_IMPORTED_MODULE_2__.DOMConsole.USER: return "ivprog-term-userText"; case _io_domConsole__WEBPACK_IMPORTED_MODULE_2__.DOMConsole.INFO: return "ivprog-term-info"; case _io_domConsole__WEBPACK_IMPORTED_MODULE_2__.DOMConsole.ERR: return "ivprog-term-error"; } } }, { key: "requestInput", value: function requestInput() { var _this = this; var promise = new Promise(function (resolve, reject) { if (_this.index < _this.inputList.length) { resolve(_this.inputList[_this.index]); _this.index++; } else { reject(new Error(LocalizedStrings.getError("exceeded_input_request"))); } }); return promise; } }, { key: "sendOutput", value: function sendOutput(text) { var _this2 = this; var output = '' + text; if (output.indexOf('\n') !== -1) { var outputList = output.split('\n'); var last = outputList.pop(); outputList.forEach(function (t) { t = t.replace(/\t/g, ' '); t = t.replace(/\s/g, " "); if (t.length == 0) _this2.currentLine = null;else _this2.write(t, true); }); last = last.replace(/\t/g, ' '); last = last.replace(/\s/g, " "); if (last.length != 0) this.write(last); } else { output = output.replace(/\t/g, ' '); output = output.replace(/\s/g, " "); this.write(output); } } }]); return TestConsole; }(); /***/ }), /***/ "./js/util/utils.js": /*!**************************!*\ !*** ./js/util/utils.js ***! \**************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "scrollIt": () => (/* binding */ scrollIt), /* harmony export */ "isElementInViewport": () => (/* binding */ isElementInViewport), /* harmony export */ "isKeyword": () => (/* binding */ isKeyword), /* harmony export */ "isValidIdentifier": () => (/* binding */ isValidIdentifier), /* harmony export */ "getCodeEditorModeConfig": () => (/* binding */ getCodeEditorModeConfig), /* harmony export */ "levenshteinDistance": () => (/* binding */ levenshteinDistance), /* harmony export */ "openAssessmentDetail": () => (/* binding */ openAssessmentDetail), /* harmony export */ "range": () => (/* binding */ range), /* harmony export */ "sleep": () => (/* binding */ sleep) /* harmony export */ }); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/regenerator */ "./node_modules/@babel/runtime/regenerator/index.js"); /* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "./node_modules/@babel/runtime/helpers/asyncToGenerator.js"); /* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "./node_modules/@babel/runtime/helpers/toConsumableArray.js"); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var _services_languageService__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./../services/languageService */ "./js/services/languageService.ts"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _ast_operators__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./../ast/operators */ "./js/ast/operators.ts"); /** * source: https://pawelgrzybek.com/page-scroll-in-vanilla-javascript/ * */ function scrollIt(destination) { var duration = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 200; var easing = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "linear"; var callback = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; var easings = { linear: function linear(t) { return t; }, easeInQuad: function easeInQuad(t) { return t * t; }, easeOutQuad: function easeOutQuad(t) { return t * (2 - t); }, easeInOutQuad: function easeInOutQuad(t) { return t < 0.5 ? 2 * t * t : -1 + (4 - 2 * t) * t; }, easeInCubic: function easeInCubic(t) { return t * t * t; }, easeOutCubic: function easeOutCubic(t) { return --t * t * t + 1; }, easeInOutCubic: function easeInOutCubic(t) { return t < 0.5 ? 4 * t * t * t : (t - 1) * (2 * t - 2) * (2 * t - 2) + 1; }, easeInQuart: function easeInQuart(t) { return t * t * t * t; }, easeOutQuart: function easeOutQuart(t) { return 1 - --t * t * t * t; }, easeInOutQuart: function easeInOutQuart(t) { return t < 0.5 ? 8 * t * t * t * t : 1 - 8 * --t * t * t * t; }, easeInQuint: function easeInQuint(t) { return t * t * t * t * t; }, easeOutQuint: function easeOutQuint(t) { return 1 + --t * t * t * t * t; }, easeInOutQuint: function easeInOutQuint(t) { return t < 0.5 ? 16 * t * t * t * t * t : 1 + 16 * --t * t * t * t * t; } }; var start = window.pageYOffset; var startTime = "now" in window.performance ? performance.now() : new Date().getTime(); var documentHeight = Math.max(document.body.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight, document.documentElement.scrollHeight, document.documentElement.offsetHeight); var windowHeight = window.innerHeight || document.documentElement.clientHeight || document.getElementsByTagName("body")[0].clientHeight; var destinationOffset = typeof destination === "number" ? destination : destination.offsetTop; var destinationOffsetToScroll = Math.round(documentHeight - destinationOffset < windowHeight ? documentHeight - windowHeight : destinationOffset); if ("requestAnimationFrame" in window === false) { window.scroll(0, destinationOffsetToScroll); if (callback) { callback(); } return; } function scroll() { var now = "now" in window.performance ? performance.now() : new Date().getTime(); var time = Math.min(1, (now - startTime) / duration); var timeFunction = easings[easing](time); window.scroll(0, Math.ceil(timeFunction * (destinationOffsetToScroll - start) + start)); if (window.pageYOffset === destinationOffsetToScroll) { if (callback) { callback(); } return; } requestAnimationFrame(scroll); } scroll(); } /** * * source: https://stackoverflow.com/a/16270434 */ function isElementInViewport(el) { var rect = el.getBoundingClientRect(); return rect.bottom > 0 && rect.right > 0 && rect.left < (window.innerWidth || document.documentElement.clientWidth) && rect.top < (window.innerHeight || document.documentElement.clientHeight); } var cacheMainList = null; var cacheOp = null; function fillCache() { if (cacheMainList == null) { cacheMainList = []; var mainList = ["RK_PROGRAM", "RK_REAL", "RK_VOID", "RK_BOOLEAN", "RK_STRING", "RK_INTEGER", "RK_CHARACTER", "RK_SWITCH", "RK_CASE", "RK_DEFAULT", "RK_CONST", "RK_FUNCTION", "RK_RETURN", "RK_FOR", "RK_BREAK", "RK_DO", "RK_WHILE", "RK_IF", "RK_ELSE", "RK_FALSE", "RK_TRUE"]; var lexer = _services_languageService__WEBPACK_IMPORTED_MODULE_3__.LanguageService.getCurrentLexer(); var names = lexer.getReservedKeys(); for (var key = 0; key < mainList.length; ++key) { var word = mainList[key]; var keyword = names[word]; cacheMainList.push(keyword); } } if (cacheOp == null) { cacheOp = []; var logicOpList = [_ast_operators__WEBPACK_IMPORTED_MODULE_5__.Operators.AND.value, _ast_operators__WEBPACK_IMPORTED_MODULE_5__.Operators.OR.value, _ast_operators__WEBPACK_IMPORTED_MODULE_5__.Operators.NOT.value]; for (var op = 0; op < logicOpList.length; ++op) { var lOp = "logic_operator_".concat(logicOpList[op]); cacheOp.push(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_4__.LocalizedStrings.getUI(lOp)); } } } function isKeyword(text) { fillCache(); for (var key = 0; key < cacheMainList.length; ++key) { var keyword = cacheMainList[key]; if (keyword == text) { return true; } } // not in main list, check op for (var op = 0; op < cacheOp.length; op++) { var lOp = cacheOp[op]; if (lOp == text) { return true; } } return false; } function isValidIdentifier(identifier_str) { var validRegex = /^[a-zA-Z_][a-zA-Z0-9_]*$/.test(identifier_str); if (!validRegex) { return false; } return !isKeyword(identifier_str); } function getCodeEditorModeConfig() { var blockList = ["RK_SWITCH", "RK_PROGRAM", "RK_CASE", "RK_DEFAULT", "RK_FOR", "RK_FOR_ALT", "RK_FUNCTION", "RK_DO", "RK_WHILE", "RK_WHILE_ALT", "RK_IF", "RK_ELSE"]; var keywordsList = ["RK_CONST", "RK_RETURN", "RK_BREAK", "RK_FOR_FROM", "RK_FOR_TO", "RK_FOR_PASS", "RK_DO_UNTIL"]; var typeList = ["RK_REAL", "RK_VOID", "RK_BOOLEAN", "RK_STRING", "RK_INTEGER", "RK_CHARACTER"]; var atomList = ["RK_FALSE", "RK_TRUE"]; var case_default = []; var blocks = []; var keywords = []; var types = []; var atoms = []; var switchString = ""; cacheMainList = []; var lexer = _services_languageService__WEBPACK_IMPORTED_MODULE_3__.LanguageService.getCurrentLexer(); var names = lexer.getReservedKeys(); //console.debug(names); blockList.forEach(function (v) { var keyword = names[v]; var value = keyword; cacheMainList.push(value); keywords.push(value); blocks.push(value); if (v == "RK_SWITCH") { switchString = value; } else if (v == "RK_CASE" || v == "RK_DEFAULT") { case_default.push(value); } }); keywordsList.forEach(function (v) { var keyword = names[v]; var value = keyword; cacheMainList.push(value); keywords.push(value); }); typeList.forEach(function (v) { var keyword = names[v]; var value = keyword; cacheMainList.push(value); types.push(value); }); atomList.forEach(function (v) { var keyword = names[v]; var value = keyword; cacheMainList.push(value); atoms.push(value); }); cacheOp = []; var logicOpList = ["NOT_OPERATOR", "OR_OPERATOR", "AND_OPERATOR"]; logicOpList.forEach(function (v) { var keyword = names[v]; var value = keyword; cacheOp.push(value); keywords.push(value); }); cacheMainList.push(lexer.getLangFuncs().main_function); return { case_default: case_default, atoms: atoms, keywords: keywords, switchString: switchString, types: types, blocks: blocks }; } /** * Source: https://gist.github.com/andrei-m/982927 * @param {string} a * @param {string} b */ function levenshteinDistance(a, b) { if (a.length == 0) return b.length; if (b.length == 0) return a.length; var matrix = []; // increment along the first column of each row var i; for (i = 0; i <= b.length; i++) { matrix[i] = [i]; } // increment each column in the first row var j; for (j = 0; j <= a.length; j++) { matrix[0][j] = j; } // Fill in the rest of the matrix for (i = 1; i <= b.length; i++) { for (j = 1; j <= a.length; j++) { if (b.charCodeAt(i - 1) == a.charCodeAt(j - 1)) { matrix[i][j] = matrix[i - 1][j - 1]; } else { matrix[i][j] = Math.min(matrix[i - 1][j - 1] + 1, // substitution Math.min(matrix[i][j - 1] + 1, // insertion matrix[i - 1][j] + 1)); // deletion } } } return matrix[b.length][a.length]; } var win = null; function openAssessmentDetail(event) { event.preventDefault(); var page_code = event.currentTarget.dataset.page; if (win != null) { win.close(); } win = window.open("", "DetailWindow", "width=550,height=600"); win.document.open(); win.document.write(page_code); win.document.close(); } function range(size) { var startAt = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; return _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_2___default()(Array(size).keys()).map(function (i) { return i + startAt; }); } /** * * @param {number} ms */ function sleep(_x) { return _sleep.apply(this, arguments); } function _sleep() { _sleep = _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1___default()( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().mark(function _callee(ms) { return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default().wrap(function _callee$(_context) { while (1) { switch (_context.prev = _context.next) { case 0: return _context.abrupt("return", new Promise(function (res, _) { return setTimeout(res, ms); })); case 1: case "end": return _context.stop(); } } }, _callee); })); return _sleep.apply(this, arguments); } /***/ }), /***/ "./js/visualUI/algorithm.js": /*!**********************************!*\ !*** ./js/visualUI/algorithm.js ***! \**********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "renderAlgorithm": () => (/* binding */ renderAlgorithm) /* harmony export */ }); /* harmony import */ var _globals__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./globals */ "./js/visualUI/globals.js"); /* harmony import */ var _functions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./functions */ "./js/visualUI/functions.js"); window.block_render = false; function renderAlgorithm() { if (window.block_render) { return; } if (window.draging) { return; } window.block_render = true; $('.all_functions').children().off(); $('.all_functions').empty(); $('.list_globals').children().off(); $('.list_globals').empty(); for (var i = 0; i < window.program_obj.functions.length; i++) { _functions__WEBPACK_IMPORTED_MODULE_1__.renderFunction(window.program_obj.functions[i]); } for (var i = 0; i < window.program_obj.globals.length; i++) { _globals__WEBPACK_IMPORTED_MODULE_0__.renderGlobal(window.program_obj.globals[i]); } setTimeout(function () { window.block_render = false; }, 100); if (settingsFilter && settingsFilter[0]) { blockAllEditingOptions(); } $('.command_drag').popup({ content: LocalizedStrings.getUI("text_move_command"), delay: { show: 1000, hide: 0 } }); } /***/ }), /***/ "./js/visualUI/code_generator.js": /*!***************************************!*\ !*** ./js/visualUI/code_generator.js ***! \***************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "generate": () => (/* binding */ generate), /* harmony export */ "repeatNtimesHeader": () => (/* binding */ repeatNtimesHeader), /* harmony export */ "elementExpressionCode": () => (/* binding */ elementExpressionCode), /* harmony export */ "variableValueMenuCode": () => (/* binding */ variableValueMenuCode) /* harmony export */ }); /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./types */ "./js/visualUI/types.js"); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./utils */ "./js/visualUI/utils.js"); /* eslint-disable @typescript-eslint/no-use-before-define */ /* globals $*/ function generate() { $(".ivprog_visual_panel").find(".error_icon").remove(); var code = _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("program") + " { "; code += globalsCode(); code += "\n"; var has_error = false; for (var i = 0; i < window.program_obj.functions.length; i++) { var n_code = functionsCode(window.program_obj.functions[i]); if (n_code == null) { has_error = true; } code += n_code; code += "\n"; } code += "\n}"; if (has_error) { return null; } else { return code; } } function functionsCode(function_obj) { var ret = "\n\t" + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("function") + " "; var has_error = false; switch (function_obj.return_type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_integer"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_real"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_text"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_boolean"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_char"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.VOID: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_void"); break; } ret += " "; if (function_obj.return_dimensions == 1) { ret += "[] "; } else if (function_obj.return_dimensions == 2) { ret += "[][] "; } if (function_obj.is_main) { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("start"); } else { ret += function_obj.name; } ret += " ( "; for (var j = 0; j < function_obj.parameters_list.length; j++) { ret += parametersCode(function_obj.parameters_list[j]); if (j + 1 < function_obj.parameters_list.length) { ret += ", "; } } ret += " ) {"; for (var _j = 0; _j < function_obj.variables_list.length; _j++) { ret += variablesCode(function_obj.variables_list[_j]); } for (var _j2 = 0; _j2 < function_obj.commands.length; _j2++) { //try { ret += commandsCode(function_obj.commands[_j2]); /*} catch (err) { has_error = true; console.error(err.message); var todos = $('body').find('.command_container'); for (var i = 0; i < todos.length; i++) { if ($(todos[i]).data('command') == function_obj.commands[j]) { $( todos[i] ).prepend( ' ' ); break; } } }*/ } ret += "\n\t}"; if (has_error) { return null; } else { return ret; } } function commandsCode(command_obj) { var indentation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2; switch (command_obj.type) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES["break"]: return breaksCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.comment: return commentsCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.reader: return readersCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.writer: return writersCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.functioncall: return functioncallsCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.attribution: return attributionsCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.whiletrue: return whiletruesCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.dowhiletrue: return doWhilesCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.iftrue: return iftruesCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES.repeatNtimes: return repeatNtimesCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES["switch"]: return switchsCode(command_obj, indentation); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.COMMAND_TYPES["return"]: return returnsCode(command_obj, indentation); } } function returnsCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_return"); if (command_obj.variable_value_menu) { try { ret += " " + elementExpressionCode(command_obj.variable_value_menu); //ret += ' ' + variableValueMenuCode(command_obj.variable_value_menu, true); } catch (err) {//Empty block } } return ret; } function breaksCode(_command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_break"); return ret; } function switchsCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_switch") + " ( "; ret += variableValueMenuCode(command_obj.variable); ret += " ) { "; if (command_obj.cases) { for (var _i = 0; _i < command_obj.cases.length; _i++) { ret += switchcasesCode(command_obj.cases[_i], indentation + 1); } } ret += "\n"; for (var _i2 = 0; _i2 < indentation; _i2++) { ret += "\t"; } ret += "} "; return ret; } function switchcasesCode(switchcase, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_case") + " "; ret += variableValueMenuCode(switchcase.variable_value_menu); ret += " :"; if (switchcase.commands_block) { for (var _i3 = 0; _i3 < switchcase.commands_block.length; _i3++) { ret += commandsCode(switchcase.commands_block[_i3], indentation + 1); } } return ret; } function repeatNtimesHeader(command_obj) { var ret = ""; if (command_obj.var_attribution) { ret += ''; ret += variableValueMenuCode(command_obj.var_attribution); ret += ''; ret += " ".concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_for_from"), " "); ret += ''; ret += variableValueMenuCode(command_obj.expression1); ret += ''; } if (command_obj.expression2) { ret += " ".concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_for_to"), " "); ret += ''; ret += variableValueMenuCode(command_obj.expression2); ret += ''; } if (command_obj.expression3) { ret += " ".concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_for_pass"), " "); ret += ''; switch (command_obj.expression3.itens[1]) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.plus: ret += " +"; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.minus: ret += " -"; break; } ret += variableValueMenuCode(command_obj.expression3.itens[2]); ret += ''; } return ret; } function repeatNtimesCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_for") + " "; if (command_obj.var_attribution) { ret += variableValueMenuCode(command_obj.var_attribution); ret += " ".concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_for_from"), " "); ret += variableValueMenuCode(command_obj.expression1); } if (command_obj.expression2) { ret += " ".concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_for_to"), " "); ret += variableValueMenuCode(command_obj.expression2); } if (command_obj.expression3) { ret += " ".concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_for_pass"), " "); switch (command_obj.expression3.itens[1]) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.plus: ret += " +"; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.minus: ret += " -"; break; } ret += variableValueMenuCode(command_obj.expression3.itens[2]); } ret += " { "; if (command_obj.commands_block) { for (var _i4 = 0; _i4 < command_obj.commands_block.length; _i4++) { ret += commandsCode(command_obj.commands_block[_i4], indentation + 1); } } ret += "\n"; for (var _i5 = 0; _i5 < indentation; _i5++) { ret += "\t"; } ret += "}"; return ret; } function iftruesCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_if"); if (!command_obj.expression) { _utils__WEBPACK_IMPORTED_MODULE_3__.renderErrorMessage(command_obj.expression.dom_object, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("inform_valid_expression")); } else { ret += " ( "; ret += elementExpressionCode(command_obj.expression); ret += " ) "; } /*switch (command_obj.expression.expression.type) { case Models.EXPRESSION_TYPES.exp_logic: ret += logicExpressionCode(command_obj.expression.expression); break; case Models.EXPRESSION_TYPES.exp_arithmetic: ret += arithmeticExpressionCode(command_obj.expression.expression); break; }*/ ret += " { "; if (command_obj.commands_block) { for (var _i6 = 0; _i6 < command_obj.commands_block.length; _i6++) { ret += commandsCode(command_obj.commands_block[_i6], indentation + 1); } } ret += "\n"; for (var _i7 = 0; _i7 < indentation; _i7++) { ret += "\t"; } ret += "} " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_else") + " {"; if (command_obj.commands_else) { for (var _i8 = 0; _i8 < command_obj.commands_else.length; _i8++) { ret += commandsCode(command_obj.commands_else[_i8], indentation + 1); } } ret += "\n"; for (var _i9 = 0; _i9 < indentation; _i9++) { ret += "\t"; } ret += "}"; return ret; } function doWhilesCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_do") + " { "; if (command_obj.commands_block) { for (var _i10 = 0; _i10 < command_obj.commands_block.length; _i10++) { ret += commandsCode(command_obj.commands_block[_i10], indentation + 1); } } ret += "\n"; for (var _i11 = 0; _i11 < indentation; _i11++) { ret += "\t"; } ret += "} " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_do_until"); if (!command_obj.expression) { _utils__WEBPACK_IMPORTED_MODULE_3__.renderErrorMessage(command_obj.expression.dom_object, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("inform_valid_expression")); } /*switch (command_obj.expression.expression.type) { case Models.EXPRESSION_TYPES.exp_logic: ret += logicExpressionCode(command_obj.expression.expression); break; case Models.EXPRESSION_TYPES.exp_arithmetic: ret += arithmeticExpressionCode(command_obj.expression.expression); break; }*/ if (command_obj.expression) { ret += " ( "; ret += elementExpressionCode(command_obj.expression); ret += " ) "; } return ret; } function whiletruesCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_code_while"); if (!command_obj.expression) { _utils__WEBPACK_IMPORTED_MODULE_3__.renderErrorMessage(command_obj.expression.dom_object, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("inform_valid_expression")); } /*switch (command_obj.expression.expression.type) { case Models.EXPRESSION_TYPES.exp_logic: ret += logicExpressionCode(command_obj.expression.expression); break; case Models.EXPRESSION_TYPES.exp_arithmetic: ret += arithmeticExpressionCode(command_obj.expression.expression); break; }*/ if (command_obj.expression) { ret += " ( "; ret += elementExpressionCode(command_obj.expression); ret += " ) "; } ret += " { "; if (command_obj.commands_block) { for (var _i12 = 0; _i12 < command_obj.commands_block.length; _i12++) { ret += commandsCode(command_obj.commands_block[_i12], indentation + 1); } } ret += "\n"; for (var _i13 = 0; _i13 < indentation; _i13++) { ret += "\t"; } ret += "}"; return ret; } function logicExpressionCode(expression) { var ret = " ( "; if (expression.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_logic) { ret += logicExpressionCode(expression.first_operand); } else if (expression.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_arithmetic) { ret += arithmeticExpressionCode(expression.first_operand); } else { ret += variableValueMenuCode(expression.first_operand); } if (expression.operator) { switch (expression.operator) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.equals_to: ret += " == "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.not_equals_to: ret += " != "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.and: ret += " && "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.or: ret += " || "; break; } if (expression.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_logic) { ret += logicExpressionCode(expression.second_operand); } else if (expression.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_arithmetic) { ret += arithmeticExpressionCode(expression.second_operand); } else { ret += variableValueMenuCode(expression.second_operand); } } ret += " ) "; return ret; } function arithmeticExpressionCode(expression) { var ret = " ( "; if (expression.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_logic) { ret += logicExpressionCode(expression.first_operand); } else if (expression.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_arithmetic) { ret += arithmeticExpressionCode(expression.first_operand); } else { ret += variableValueMenuCode(expression.first_operand); } switch (expression.operator) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.greater_than: ret += " > "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.less_than: ret += " < "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.equals_to: ret += " == "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.not_equals_to: ret += " != "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.greater_than_or_equals_to: ret += " >= "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.less_than_or_equals_to: ret += " <= "; break; } if (expression.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_logic) { ret += logicExpressionCode(expression.second_operand); } else if (expression.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.exp_arithmetic) { ret += arithmeticExpressionCode(expression.second_operand); } else { ret += variableValueMenuCode(expression.second_operand); } ret += " ) "; return ret; } function attributionsCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += variableValueMenuCode(command_obj.variable) + " <- "; /*for (var i = 0; i < command_obj.expression.length; i++) { ret += elementExpressionCode(command_obj.expression[i]); }*/ ret += elementExpressionCode(command_obj.expression); return ret; } function elementExpressionCode(expression_obj) { var ret = ""; for (var i = 0; i < expression_obj.length; i++) { if (expression_obj[i].type) { ret += variableValueMenuCode(expression_obj[i]); } else if (expression_obj[i].type_op) { switch (expression_obj[i].item) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.plus: ret += " + "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.minus: ret += " - "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.multiplication: ret += " * "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.division: ret += " / "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_TYPES.module: ret += " % "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.equals_to: ret += " == "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.not_equals_to: ret += " != "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.and: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_operator_and") + " "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.or: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_operator_or") + " "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.LOGIC_COMPARISON.not: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_operator_not") + " "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.greater_than: ret += " > "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.less_than: ret += " < "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.greater_than_or_equals_to: ret += " >= "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.ARITHMETIC_COMPARISON.less_than_or_equals_to: ret += " <= "; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_1__.EXPRESSION_TYPES.write_sep: ret += ', " ", '; break; } } else { ret += " " + expression_obj[i] + " "; } } return ret; } function functioncallsCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += variableValueMenuCode(command_obj.function_called); return ret; } function readersCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_command_read") + " ( "; ret += variableValueMenuCode(command_obj.variable_value_menu); ret += " ) "; return ret; } function variableValueMenuCode(variable_obj) { var is_return = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var ret = ""; try { if (variable_obj.function_called) { if (variable_obj.function_called.name) { ret += variable_obj.function_called.name + " ( "; } else { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.translateInternalFunction(variable_obj.function_called.identifier, variable_obj.function_called.category) + " ( "; } if (variable_obj.parameters_list) { for (var i = 0; i < variable_obj.parameters_list.length; i++) { ret += variableValueMenuCode(variable_obj.parameters_list[i]); if (i + 1 < variable_obj.parameters_list.length) { ret += ", "; } } } ret += " )"; } else if (variable_obj.content.type) { ret += variable_obj.content.name; if (variable_obj.content.dimensions == 1 && variable_obj.dimensions != 1) { ret += " [ " + variableValueMenuCode(variable_obj.column) + " ] "; } if (variable_obj.content.dimensions == 2 && variable_obj.dimensions != 2 && variable_obj.reference_dimensions == 1) { ret += " [ " + variableValueMenuCode(variable_obj.row) + " ] "; } else if (variable_obj.content.dimensions == 2 && variable_obj.dimensions != 2) { ret += " [ " + variableValueMenuCode(variable_obj.row) + " ] "; ret += " [ " + variableValueMenuCode(variable_obj.column) + " ] "; } } else { var content = String(variable_obj.content); if (isNaN(content)) { // console.debug("Content length: ", content.length); // console.debug("Char code at 0", content.charCodeAt(0)); var isBackslash = content.charCodeAt(0) === 92; if (content.length === 1 || content.length === 2 && isBackslash) { ret += "'".concat(content, "'"); } else { ret += '"' + variable_obj.content + '"'; } } else if (content.length == 0) { ret += '""'; } else if (content.trim().length == 0) { ret += '"' + content + '"'; } else { ret += variable_obj.content; } } } catch (err) { if (!is_return) { _utils__WEBPACK_IMPORTED_MODULE_3__.renderErrorMessage(variable_obj.dom_object, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("inform_valid_content")); throw err; } } return ret; } function writersCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("text_command_write") + " ( "; /*for (var i = 0; i < command_obj.content.length; i++) { ret += variableValueMenuCode(command_obj.content[i]); if ((i + 1) < command_obj.content.length) { ret += ' + '; } }*/ ret += elementExpressionCode(command_obj.content); if (command_obj.newline) { ret += ', "\\n"'; } ret += " ) "; return ret; } function commentsCode(command_obj, indentation) { var ret = "\n"; for (var i = 0; i < indentation; i++) { ret += "\t"; } ret += "// "; ret += command_obj.comment_text.content; return ret; } function parametersCode(parameter_obj) { var ret = ""; switch (parameter_obj.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_integer") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_real") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_text") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_boolean") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += " " + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_char") + " "; break; } if (parameter_obj.reference) ret += "&"; ret += parameter_obj.name + ""; if (parameter_obj.dimensions == 1) { ret += " []"; } else if (parameter_obj.dimensions == 2) { ret += " [][]"; } return ret; } function variablesCode(variable_obj) { var ret = ""; var temp = variable_obj; ret += "\n\t\t"; if (temp.is_constant) { ret += "const "; } switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_integer") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_real") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_text") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_boolean") + " "; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_char") + " "; break; } ret += temp.name + " "; if (temp.dimensions == 1) { ret += "[" + temp.columns + "] "; switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += "<- {"; for (var j = 0; j < temp.value.length; j++) { ret += temp.value[j]; if (j + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += "<- {"; for (var _j3 = 0; _j3 < temp.value.length; _j3++) { ret += parseFloat(temp.value[_j3]).toFixed(2); if (_j3 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += "<- {"; for (var _j4 = 0; _j4 < temp.value.length; _j4++) { ret += '"' + temp.value[_j4] + '"'; if (_j4 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += "<- {"; for (var _j5 = 0; _j5 < temp.value.length; _j5++) { if (temp.value[_j5]) { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_true"); } else { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_false"); } if (_j5 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += "<- {"; for (var _j6 = 0; _j6 < temp.value.length; _j6++) { ret += "'" + temp.value[_j6] + "'"; if (_j6 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; } } else if (temp.dimensions == 2) { ret += "[" + temp.rows + "][" + temp.columns + "] "; switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += "<- {"; for (var _j7 = 0; _j7 < temp.rows; _j7++) { ret += "{"; for (var k = 0; k < temp.columns; k++) { ret += temp.value[_j7][k]; if (k + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j7 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += "<- {"; for (var _j8 = 0; _j8 < temp.rows; _j8++) { ret += "{"; for (var _k = 0; _k < temp.columns; _k++) { ret += parseFloat(temp.value[_j8][_k]).toFixed(2); if (_k + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j8 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += "<- {"; for (var _j9 = 0; _j9 < temp.rows; _j9++) { ret += "{"; for (var _k2 = 0; _k2 < temp.columns; _k2++) { ret += '"' + temp.value[_j9][_k2] + '"'; if (_k2 + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j9 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += "<- {"; for (var _j10 = 0; _j10 < temp.rows; _j10++) { ret += "{"; for (var _k3 = 0; _k3 < temp.columns; _k3++) { if (temp.value[_j10][_k3]) { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_true"); } else { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_false"); } if (_k3 + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j10 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += "<- {"; for (var _j11 = 0; _j11 < temp.rows; _j11++) { ret += "{"; for (var _k4 = 0; _k4 < temp.columns; _k4++) { ret += "'" + temp.value[_j11][_k4] + "'"; if (_k4 + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j11 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; } } else { switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += "<- " + temp.value; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += "<- " + parseFloat(temp.value).toFixed(2); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += '<- "' + temp.value + '"'; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += "<- "; if (temp.value) { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_true"); } else { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_false"); } break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += "<- '" + temp.value + "'"; break; } } return ret; } function globalsCode() { var ret = ""; if (window.program_obj.globals) { for (var i = 0; i < window.program_obj.globals.length; i++) { var temp = window.program_obj.globals[i]; ret += "\n\t"; if (temp.is_constant) { ret += "const "; } switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_integer"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_real"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_text"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_boolean"); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("type_char"); break; } ret += " " + temp.name + " "; if (temp.dimensions == 1) { ret += "[" + temp.columns + "] "; switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += "<- {"; for (var j = 0; j < temp.value.length; j++) { ret += temp.value[j]; if (j + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += "<- {"; for (var _j12 = 0; _j12 < temp.value.length; _j12++) { ret += parseFloat(temp.value[_j12]).toFixed(2); if (_j12 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += "<- {"; for (var _j13 = 0; _j13 < temp.value.length; _j13++) { ret += '"' + temp.value[_j13] + '"'; if (_j13 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += "<- {"; for (var _j14 = 0; _j14 < temp.value.length; _j14++) { if (temp.value[_j14]) { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_true"); } else { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_false"); } if (_j14 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += "<- {"; for (var _j15 = 0; _j15 < temp.value.length; _j15++) { ret += "'" + temp.value[_j15] + "'"; if (_j15 + 1 < temp.value.length) { ret += ", "; } } ret += "}"; break; } } else if (temp.dimensions == 2) { ret += "[" + temp.rows + "][" + temp.columns + "] "; switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += "<- {"; for (var _j16 = 0; _j16 < temp.rows; _j16++) { ret += "{"; for (var k = 0; k < temp.columns; k++) { ret += temp.value[_j16][k]; if (k + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j16 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += "<- {"; for (var _j17 = 0; _j17 < temp.rows; _j17++) { ret += "{"; for (var _k5 = 0; _k5 < temp.columns; _k5++) { ret += parseFloat(temp.value[_j17][_k5]).toFixed(2); if (_k5 + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j17 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += "<- {"; for (var _j18 = 0; _j18 < temp.rows; _j18++) { ret += "{"; for (var _k6 = 0; _k6 < temp.columns; _k6++) { ret += '"' + temp.value[_j18][_k6] + '"'; if (_k6 + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j18 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += "<- {"; for (var _j19 = 0; _j19 < temp.rows; _j19++) { ret += "{"; for (var _k7 = 0; _k7 < temp.columns; _k7++) { if (temp.value[_j19][_k7]) { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_true"); } else { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_false"); } if (_k7 + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j19 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += "<- {"; for (var _j20 = 0; _j20 < temp.rows; _j20++) { ret += "{"; for (var _k8 = 0; _k8 < temp.columns; _k8++) { ret += "'" + temp.value[_j20][_k8] + "'"; if (_k8 + 1 < temp.columns) { ret += ", "; } } ret += "}"; if (_j20 + 1 < temp.rows) { ret += ", "; } } ret += "}"; break; } } else { switch (temp.type) { case _types__WEBPACK_IMPORTED_MODULE_0__.Types.INTEGER: ret += "<- " + temp.value; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.REAL: ret += "<- " + parseFloat(temp.value).toFixed(2); break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.TEXT: ret += '<- "' + temp.value + '"'; break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.BOOLEAN: ret += "<- "; if (temp.value) { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_true"); } else { ret += _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_2__.LocalizedStrings.getUI("logic_value_false"); } break; case _types__WEBPACK_IMPORTED_MODULE_0__.Types.CHAR: ret += "<- '" + temp.value + "'"; break; } } } } return ret; } /***/ }), /***/ "./js/visualUI/commands.js": /*!*********************************!*\ !*** ./js/visualUI/commands.js ***! \*********************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "removeCommand": () => (/* binding */ removeCommand), /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand), /* harmony export */ "genericCreateCommand": () => (/* binding */ genericCreateCommand) /* harmony export */ }); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _commands_comment__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./commands/comment */ "./js/visualUI/commands/comment.js"); /* harmony import */ var _commands_reader__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./commands/reader */ "./js/visualUI/commands/reader.js"); /* harmony import */ var _commands_writer__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./commands/writer */ "./js/visualUI/commands/writer.js"); /* harmony import */ var _commands_attribution__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./commands/attribution */ "./js/visualUI/commands/attribution.js"); /* harmony import */ var _commands_iftrue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./commands/iftrue */ "./js/visualUI/commands/iftrue.js"); /* harmony import */ var _commands_repeatNtimes__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./commands/repeatNtimes */ "./js/visualUI/commands/repeatNtimes.js"); /* harmony import */ var _commands_whiletrue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./commands/whiletrue */ "./js/visualUI/commands/whiletrue.js"); /* harmony import */ var _commands_dowhiletrue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./commands/dowhiletrue */ "./js/visualUI/commands/dowhiletrue.js"); /* harmony import */ var _commands_switch__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./commands/switch */ "./js/visualUI/commands/switch.js"); /* harmony import */ var _commands_functioncall__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./commands/functioncall */ "./js/visualUI/commands/functioncall.js"); /* harmony import */ var _commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./commands/variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _commands_break__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./commands/break */ "./js/visualUI/commands/break.js"); /* harmony import */ var _commands_return__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./commands/return */ "./js/visualUI/commands/return.js"); /* harmony import */ var _services_userLog__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./../services/userLog */ "./js/services/userLog.js"); // let has_element_created_draged = false; // let which_element_is_draged = null; function removeCommand(command, function_obj, dom_obj) { (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.REMOVE_COMMAND, command.type, '/', 0); if (function_obj.commands.indexOf(command) > -1) { function_obj.commands.splice(function_obj.commands.indexOf(command), 1); return true; } // Utilize dois parantNode, pois o primeiro é o div de comandos try { if (dom_obj.parent().parent().data('command').commands_block.indexOf(command) > -1) { dom_obj.parent().parent().data('command').commands_block.splice(dom_obj.parent().parent().data('command').commands_block.indexOf(command), 1); return true; } } catch (err) {} try { if (dom_obj.parent().parent().data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue) { if (dom_obj.parent().parent().data('command').commands_else.indexOf(command) > -1) { dom_obj.parent().parent().data('command').commands_else.splice(dom_obj.parent().parent().data('command').commands_else.indexOf(command), 1); return true; } } } catch (err) {} if (dom_obj.parent().data('switchcase')) { dom_obj.parent().data('switchcase').commands_block.splice(dom_obj.parent().data('switchcase').commands_block.indexOf(command), 1); return true; } return false; } window.function_container_active = null; function createFloatingCommand(function_obj, function_container, command_type, mouse_event) { var floatingObject; switch (command_type) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["break"]: floatingObject = _commands_break__WEBPACK_IMPORTED_MODULE_13__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.comment: floatingObject = _commands_comment__WEBPACK_IMPORTED_MODULE_2__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.reader: floatingObject = _commands_reader__WEBPACK_IMPORTED_MODULE_3__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.writer: floatingObject = _commands_writer__WEBPACK_IMPORTED_MODULE_4__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.attribution: floatingObject = _commands_attribution__WEBPACK_IMPORTED_MODULE_5__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue: floatingObject = _commands_iftrue__WEBPACK_IMPORTED_MODULE_6__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes: floatingObject = _commands_repeatNtimes__WEBPACK_IMPORTED_MODULE_7__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue: floatingObject = _commands_whiletrue__WEBPACK_IMPORTED_MODULE_8__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue: floatingObject = _commands_dowhiletrue__WEBPACK_IMPORTED_MODULE_9__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]: floatingObject = _commands_switch__WEBPACK_IMPORTED_MODULE_10__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.functioncall: floatingObject = _commands_functioncall__WEBPACK_IMPORTED_MODULE_11__.createFloatingCommand(); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["return"]: floatingObject = _commands_return__WEBPACK_IMPORTED_MODULE_14__.createFloatingCommand(); break; } floatingObject.draggable().appendTo("body"); $('body').mouseup(function (evt) { manageCommand(function_obj, function_container, evt, command_type); $('body').off('mouseup'); $('body').off('mouseover'); }); if (!function_container.hasClass('function_div') || function_container.length < 1) { window.mouse_event = mouse_event; function_container = $(mouse_event.originalEvent.srcElement.closest('.function_div')); } function_container_active = function_container; function_container.find('.commands_list_div').on('mousemove', function (evt) { addGhostDiv(evt); }); function_container.find('.commands_list_div').find("*").on('mousemove', function (evt) { addGhostDiv(evt); }); function_container.on('mouseout', function (event) { var el = $(document.elementFromPoint(event.clientX, event.clientY)); if (el.closest('.commands_list_div').length < 1) { window.ghostDiv.remove(); } }); floatingObject.css("position", "absolute"); mouse_event.type = "mousedown.draggable"; mouse_event.target = floatingObject[0]; floatingObject.css("left", mouse_event.pageX - window.divx); floatingObject.css("top", mouse_event.pageY); floatingObject.trigger(mouse_event); } window.divx = 100; window.ghostDiv = $('
'); window.active_container = null; function addGhostToEmptyBlock(element, evt) { $('.ghost_div').remove(); var container = element.closest('.command_container'); if (container.hasClass('switch')) { container = $(evt.target).closest('.case_div'); } if (!container.hasClass('dowhiletrue') && !container.hasClass('iftrue') && !container.hasClass('repeatNtimes') && !container.hasClass('case_div') && !container.hasClass('whiletrue')) { addGhostToNotEmptyBlock(element, evt); return; } if (window.active_container != null) { if (window.active_container.is(container)) {//console.log('é o mesmo, não mudou!'); } else { if (container.length < 1) { container = element.closest('.commands_list_div'); if (window.active_container.is(container)) {//console.log('é o mesmo command list'); } else { //console.log('mudou para um command list'); window.active_container = container; } } else {//console.log('mudou para um outro container?'); } } } window.active_container = container; if (container.hasClass('iftrue')) { var containerIf = container.find('.commands_if').get(0); var containerElse = container.find('.commands_else').get(0); var topIfDistance = Math.abs(evt.clientY - containerIf.getBoundingClientRect().top); var bottomIfDistance = Math.abs(containerIf.getBoundingClientRect().top + containerIf.getBoundingClientRect().height - evt.clientY); var topElseDistance = Math.abs(evt.clientY - containerElse.getBoundingClientRect().top); var bottomElseDistance = Math.abs(containerElse.getBoundingClientRect().top + containerElse.getBoundingClientRect().height - evt.clientY); if (topIfDistance < topElseDistance && topIfDistance < bottomElseDistance) { $(containerIf).append(window.ghostDiv); } else { $(containerElse).append(window.ghostDiv); } } else if (container.hasClass('case_div')) { container.find('.case_commands_block').append(window.ghostDiv); } else { container.find('.block_commands').append(window.ghostDiv); } } function addGhostToNotEmptyBlock(element, evt) { $('.ghost_div').remove(); var container = element.closest('.dowhiletrue, .iftrue, .repeatNtimes, .case_div, .whiletrue'); //console.log("\n\nNOT EMPTY: ", container); //if (window.active_container != null) { //} if (container.length < 1) { container = element.closest('.commands_list_div'); window.active_container = container; addGhostToFunctionArea(element, evt); } else {//console.log('mudou para um outro container?'); } window.active_container = container; // quem está mais próximo? // Essa regra se aplica somente quando o over está sobre um comando var allfilhos; if (container.hasClass('iftrue')) { if ($(evt.target).closest('.data_block_if').length > 0) { allfilhos = container.find('.commands_if').children('.command_container'); } else if ($(evt.target).closest('.data_block_else').length > 0) { allfilhos = container.find('.commands_else').children('.command_container'); } else { var containerIf = container.find('.commands_if').get(0); var containerElse = container.find('.commands_else').get(0); var topIfDistance = Math.abs(evt.clientY - containerIf.getBoundingClientRect().top); var bottomIfDistance = Math.abs(containerIf.getBoundingClientRect().top + containerIf.getBoundingClientRect().height - evt.clientY); var topElseDistance = Math.abs(evt.clientY - containerElse.getBoundingClientRect().top); var bottomElseDistance = Math.abs(containerElse.getBoundingClientRect().top + containerElse.getBoundingClientRect().height - evt.clientY); if (topIfDistance < topElseDistance && topIfDistance < bottomElseDistance) { allfilhos = $(containerIf).children('.command_container'); } else { allfilhos = $(containerElse).children('.command_container'); } } } else if (container.hasClass('case_div')) { allfilhos = container.children('.case_commands_block').children('.command_container'); } else if (container.hasClass('commands_list_div')) { allfilhos = container.children('.command_container'); } else { allfilhos = container.children('.block_commands').children('.command_container'); } var topDistances = []; var bottomDistances = []; for (var i = 0; i < allfilhos.length; i++) { var topD = Math.abs(evt.clientY - allfilhos.get(i).getBoundingClientRect().top); topDistances.push(topD); var botD = Math.abs(allfilhos.get(i).getBoundingClientRect().top + allfilhos.get(i).getBoundingClientRect().height - evt.clientY); bottomDistances.push(botD); } var menorTop = Math.min.apply(null, topDistances); var indiceTop = topDistances.indexOf(menorTop); var menorBot = Math.min.apply(null, bottomDistances); var indiceBot = bottomDistances.indexOf(menorBot); if (menorTop < menorBot) { window.ghostDiv.insertBefore($(allfilhos.get(indiceTop))); } else { window.ghostDiv.insertAfter($(allfilhos.get(indiceBot))); } } function addGhostToFunctionArea(undermouse, evt) { $('.ghost_div').remove(); var allfilhos = undermouse.closest('.commands_list_div').children('.command_container'); var topDistances = []; var bottomDistances = []; for (var i = 0; i < allfilhos.length; i++) { var topD = Math.abs(evt.clientY - allfilhos.get(i).getBoundingClientRect().top); topDistances.push(topD); var botD = Math.abs(allfilhos.get(i).getBoundingClientRect().top + allfilhos.get(i).getBoundingClientRect().height - evt.clientY); bottomDistances.push(botD); } var menorTop = Math.min.apply(null, topDistances); var indiceTop = topDistances.indexOf(menorTop); var menorBot = Math.min.apply(null, bottomDistances); var indiceBot = bottomDistances.indexOf(menorBot); if (menorTop < menorBot) { window.ghostDiv.insertBefore($(allfilhos.get(indiceTop))); } else { window.ghostDiv.insertAfter($(allfilhos.get(indiceBot))); } } function addGhostDiv(evt) { var undermouse = $(evt.target); if (undermouse.hasClass('ghost_div')) { return; } else if (undermouse.hasClass('commands_list_div')) { addGhostToFunctionArea(undermouse, evt); return; } else if (undermouse.hasClass('block_commands')) { if (undermouse.find('.command_container').length > 0) { addGhostToNotEmptyBlock(undermouse, evt); } else { addGhostToEmptyBlock(undermouse, evt); } } else if (undermouse.hasClass('case_div')) { if (undermouse.find('.case_commands_block').find('.command_container').length > 0) { addGhostToNotEmptyBlock(undermouse, evt); } else { addGhostToEmptyBlock(undermouse, evt); } } else { addGhostToNotEmptyBlock(undermouse, evt); } } function borderMouseDragCommand(function_obj, function_container, evt) { function_container.find('.over_command_drag').each(function (index) { $(this).removeClass('over_command_drag'); }); var prev = null; function_container.find('.commands_list_div').each(function (index) { prev = $(this); if (prev) { var objLeft = prev.offset().left; var objTop = prev.offset().top; var objRight = objLeft + prev.width(); var objBottom = objTop + prev.height(); if (evt.pageX > objLeft && evt.pageX < objRight && evt.pageY > objTop && evt.pageY < objBottom) { prev.addClass("over_command_drag"); } } }); function_container.find('.command_container').each(function (index) { var obj = $(this); var objLeft = obj.offset().left; var objTop = obj.offset().top; var objRight = objLeft + obj.width(); var objBottom = objTop + obj.height(); if (evt.pageX > objLeft && evt.pageX < objRight && evt.pageY > objTop && evt.pageY < objBottom) { if (prev) { prev.removeClass('over_command_drag'); } obj.addClass("over_command_drag"); return; } }); } // before_after_inside: 1 -> before, 2 -> after, 3 -> inside function renderCommand(command, element_reference, before_after_inside, function_obj) { var createdElement; switch (command.type) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.comment: createdElement = _commands_comment__WEBPACK_IMPORTED_MODULE_2__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["break"]: createdElement = _commands_break__WEBPACK_IMPORTED_MODULE_13__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.reader: createdElement = _commands_reader__WEBPACK_IMPORTED_MODULE_3__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.writer: createdElement = _commands_writer__WEBPACK_IMPORTED_MODULE_4__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.attribution: createdElement = _commands_attribution__WEBPACK_IMPORTED_MODULE_5__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.functioncall: createdElement = _commands_functioncall__WEBPACK_IMPORTED_MODULE_11__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue: createdElement = _commands_iftrue__WEBPACK_IMPORTED_MODULE_6__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes: createdElement = _commands_repeatNtimes__WEBPACK_IMPORTED_MODULE_7__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue: createdElement = _commands_whiletrue__WEBPACK_IMPORTED_MODULE_8__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue: createdElement = _commands_dowhiletrue__WEBPACK_IMPORTED_MODULE_9__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]: createdElement = _commands_switch__WEBPACK_IMPORTED_MODULE_10__.renderCommand(command, function_obj); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["return"]: createdElement = _commands_return__WEBPACK_IMPORTED_MODULE_14__.renderCommand(command, function_obj); break; } switch (before_after_inside) { case 1: createdElement.insertBefore(element_reference); break; case 2: createdElement.insertAfter(element_reference); break; case 3: element_reference.append(createdElement); break; } } function genericCreateCommand(command_type) { switch (command_type) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["break"]: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Break(); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.comment: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Comment(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.only_value, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI('text_comment'), null, null, false)); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.reader: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Reader(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.only_variable, null, null, null, false)); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.writer: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Writer([new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.attribution: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Attribution(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.only_variable, null, null, null, false), []); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.functioncall: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.FunctionCall(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.only_function, null, null, null, false), null); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.IfTrue([new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); //(var_attribution, var_incrementation, expression1, expression2, expression3, commands_block) case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.RepeatNTimes(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.only_variable, null, null, null, false), new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.only_variable, null, null, null, false), null, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.all, null, null, null, true), null, null); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.WhileTrue([new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.all, null, null, null, true)], null); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.DoWhileTrue([new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.all, null, null, null, true)], null); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]: var sc = [new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.SwitchCase(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.all, null, null, null, true))]; return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Switch(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.variable_and_function, null, null, null, true), sc); case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["return"]: return new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.Return([new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_commands_variable_value_menu__WEBPACK_IMPORTED_MODULE_12__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); } } function dragTrash(event) { $('.ghost_div').remove(); var trash = $(''); $('body').append(trash); trash.css('position', 'absolute'); trash.css('top', event.clientY); trash.css('left', event.clientX - 20); trash.css('font-size', '3em'); trash.css('display', 'none'); function_container_active.find('.commands_list_div').off('mousemove'); function_container_active.find('.commands_list_div').find("*").off('mousemove'); trash.fadeIn(200, function () { trash.fadeOut(200, function () { trash.remove(); }); }); } function findSingleElement(searching, query) { if (!searching || !query) { return ''; } if (searching.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes || searching.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue || searching.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue) { if (searching.commands_block) { return '' + searching.commands_block.indexOf(query); } else { return '0'; } } else if (searching.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue) { if (searching.commands_block == null) { searching.commands_block = []; } if (searching.commands_else == null) { searching.commands_else = []; } if (searching.commands_block.indexOf(query) >= 0) { return 'if[' + searching.commands_block.indexOf(query) + ']'; } else { return 'else[' + searching.commands_else.indexOf(query) + ']'; } } else if (searching.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]) { for (var i = 0; i < searching.cases.length; i++) { if (searching.cases[i].commands_block.indexOf(query) >= 0) { return 'case[' + searching.cases[i].commands_block.indexOf(query) + ']'; } } } } function findPathRecursive(starter_index, hierarquia_bottom_up, function_obj) { var index_command = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : -1; var actual = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : null; var full_path = ''; for (var i = 0; i <= hierarquia_bottom_up.length; i++) { full_path += findSingleElement(hierarquia_bottom_up[i], hierarquia_bottom_up[i + 1]) + '-'; } return full_path; } function manageCommand(function_obj, function_container, event, command_type) { $(".created_element").each(function (index) { $(this).remove(); }); var el = $(document.elementFromPoint(event.clientX, event.clientY)); if (el.hasClass('ghost_div')) { if (el.closest('.command_container').length < 1) { el.closest('.commands_list_div').css('height', el.closest('.commands_list_div').css('height') + 30); //$('.ghost_div').remove(); el = el.closest('.commands_list_div'); } } // Primeiro verificar se ele soltou no espaço da função correta: var hier = el.parentsUntil(".all_functions"); var esta_correto = false; var esta_na_div_correta = false; if (el.hasClass("commands_list_div")) { esta_na_div_correta = true; } for (var i = 0; i < hier.length; i++) { var temp = $(hier[i]); if (temp.hasClass("commands_list_div")) { esta_na_div_correta = true; } if (temp.data('fun') == function_obj) { esta_correto = true; break; } } if (!esta_correto) { // has_element_created_draged = false; // which_element_is_draged = null; dragTrash(event); return; } else { if (!esta_na_div_correta) { // has_element_created_draged = false; // which_element_is_draged = null; dragTrash(event); return; } } var hierarquia_bottom_up = null; // Agora é descobrir qual o escopo para adicionar o comando: // Se o elemento clicado possuir o atributo "fun", então, é direto na div dos comandos: if (typeof el.data('fun') !== 'undefined') { // Se a lista de comandos estiver vazia, então é o primeiro. // Portanto, ele deve soltar o elemento obrigatoriamente no objeto vazio if (el.data('fun').commands == null || el.data('fun').commands.length == 0) { // pode adicionar el.data('fun').commands = []; var new_cmd = genericCreateCommand(command_type); (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.INSERT_COMMAND, command_type, '/', 0); el.data('fun').commands.push(new_cmd); renderCommand(new_cmd, $(function_container).find('.commands_list_div'), 3, function_obj); } else { // Entra nesse else, caso já existam outros comandos no bloco: findNearbyCommandToAddInFunctionScope(el, event, $(function_container).find('.commands_list_div'), function_obj, command_type); } } else { // descobrir em qual comando ele soltou: var hier_find = el.parentsUntil(".commands_list_div"); hierarquia_bottom_up = []; if (typeof el.data('command') !== 'undefined') { hierarquia_bottom_up.push(el.data('command')); } for (var i = 0; i < hier_find.length; i++) { if (typeof $(hier_find[i]).data('command') !== 'undefined') { hierarquia_bottom_up.push($(hier_find[i]).data('command')); } } // Se for do tipo break, verificar se está no contexto correto: // Caso não esteja no contexto, apenas retorna sem dar continuidade: var is_correct_context = false; if (command_type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["break"]) { for (var i = 0; i < hierarquia_bottom_up.length; i++) { if (hierarquia_bottom_up[i].type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes || hierarquia_bottom_up[i].type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue || hierarquia_bottom_up[i].type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue || hierarquia_bottom_up[i].type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]) { is_correct_context = true; break; } } if (!is_correct_context) { console.error("Context not allowed to insert BREAK COMMAND!"); return; } } // se a hierarquia possuir apenas um elemento, então está na raiz dos comandos: if (hierarquia_bottom_up.length == 1) { var sub_elemento = false; for (var i = 0; i < hier_find.length; i++) { if (typeof $(hier_find[i]).data('command') !== 'undefined') { findBeforeOrAfterCommandToAdd(hier_find[i], event, function_obj, command_type); sub_elemento = true; break; } } if (!sub_elemento) { findBeforeOrAfterCommandToAdd(el[0], event, function_obj, command_type); } } else { // caso exista mais de um elemento na hierarquia: if (typeof $(el).data('command') !== 'undefined') { insertCommandInBlockHierar(el[0], event, function_obj, command_type, hier_find, hierarquia_bottom_up); } else { var sub_elemento = false; for (var i = 0; i < hier_find.length; i++) { if (typeof $(hier_find[i]).data('command') !== 'undefined') { insertCommandInBlockHierar(hier_find[i], event, function_obj, command_type, hier_find, hierarquia_bottom_up); sub_elemento = true; break; } } } } } // has_element_created_draged = false; // which_element_is_draged = null; if (hierarquia_bottom_up) { var i = hierarquia_bottom_up.length - 1; var starter_index = window.program_obj.functions[window.program_obj.functions.indexOf(function_obj)].commands.indexOf(hierarquia_bottom_up[i]); var all_str_path = starter_index + '-' + findPathRecursive(starter_index, hierarquia_bottom_up, function_obj); (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.INSERT_COMMAND, command_type, '/', all_str_path); } renderAlgorithm(); } function insertCommandInBlockHierar(el, event, function_obj, command_type, hier_dom, hier_obj) { var el_jq = $(el); var command_parent = el_jq.data('command'); if (el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes || el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue || el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue || el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]) { if (el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes || el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue || el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue) { // Se não tiver outro comando ainda no bloco, só adiciona: if (command_parent.commands_block == null || command_parent.commands_block.length == 0) { command_parent.commands_block = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_block.push(recentComand); (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.INSERT_COMMAND, command_type, '/' + el_jq.data('command').type, 0); renderCommand(recentComand, el_jq.find('.block_commands'), 3, function_obj); } else { // Se já tem algum comando no bloco: findNearbyCommandToAddInBlockScope(el, event, el, function_obj, command_type, command_parent); } } else { // QUANDO FOR BLOCO DO TIPO IF OU SWITCH/CASE: addCommandToSwitchCase(event, function_obj, command_type); } } else { // entra neste bloco, se soltou o comando sobre outro comando dentro de um subbloco: findBeforeOrAfterCommandToAddInsertBlock(el, event, function_obj, command_type); } } function findNearbyCommandToAddInBlockScope(el, event, node_list_commands, function_obj, command_type, command_parent) { var all_sub = $(node_list_commands).find('div.command_container'); var menor_distancia = 999999999; var elemento_menor_distancia = null; var antes = true; var t_bot; var t_top; // Descobrindo o elemento mais próximo: for (var i = 0; i < all_sub.length; i++) { t_top = all_sub[i].getBoundingClientRect().top; t_bot = all_sub[i].getBoundingClientRect().top + all_sub[i].getBoundingClientRect().height; if (t_top - event.clientY < menor_distancia) { menor_distancia = event.clientY - t_top; elemento_menor_distancia = all_sub[i]; } } var borda_inferior = elemento_menor_distancia.parentNode.getBoundingClientRect().top + elemento_menor_distancia.parentNode.getBoundingClientRect().height; // Está mais próximo da borda de baixo, ou seja.. inserir por último: if (borda_inferior - event.clientY < menor_distancia) { var recentComand = genericCreateCommand(command_type); command_parent.commands_block.push(recentComand); // renderCommand(recentComand, node_list_commands, 3, function_obj); } else { var recentComand = genericCreateCommand(command_type); var index = command_parent.commands_block.indexOf($(elemento_menor_distancia).data('command')); if (index > -1) { command_parent.commands_block.splice(index, 0, recentComand); } renderCommand(recentComand, elemento_menor_distancia, 1, function_obj); } } function findBeforeOrAfterCommandToAddInsertBlock(el, event, function_obj, command_type) { var el_jq = $(el); var command_parent = $(el.parentNode.parentNode).data('command'); var command_target = el_jq.data('command'); var temp_parent = $(el.parentNode.parentNode); var is_in_else = false; if (!command_parent) { command_parent = el_jq.data('command'); temp_parent = el_jq; var hier = el_jq.parentsUntil(".command_container"); for (var i = 0; i < hier.length; i++) { var temp = $(hier[i]); if (typeof temp.data('else') != 'undefined') { is_in_else = true; } if (typeof temp.data('command') != 'undefined') { command_parent = temp.data('command'); temp_parent = temp; } } } var hier = el_jq.parentsUntil(".command_container"); for (var i = 0; i < hier.length; i++) { var temp = $(hier[i]); if (typeof temp.data('else') != 'undefined') { is_in_else = true; } } if (command_parent == command_target) { var hier = el_jq.parentsUntil(".command_container"); for (var i = 0; i < hier.length; i++) { var temp = $(hier[i]); if (typeof temp.data('else') !== 'undefined') { is_in_else = true; break; } } } if (command_parent.type != _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue && command_parent.type != _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]) { var hier = temp_parent.parentsUntil(".all_cases_div"); for (var i = 0; i < hier.length; i++) { var temp = $(hier[i]); if (typeof temp.data('switchcase') !== 'undefined') { command_parent = temp.data('switchcase'); is_in_else = false; break; } } } var menor_distancia = 999999999; var antes = true; var t_bot; var t_top; t_top = el.getBoundingClientRect().top; t_bot = el.getBoundingClientRect().top + el.getBoundingClientRect().height; var d_top = event.clientY - t_top; // distancia topo var d_bot = t_bot - event.clientY; // distancia baixo // Está mais próximo da borda de baixo, ou seja.. inserir por último: if (d_top < d_bot) { var recentComand = genericCreateCommand(command_type); if (is_in_else) { if (command_parent == command_target) { if (command_parent.commands_else == null || command_parent.commands_else.length == 0) { command_parent.commands_else = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_else.push(recentComand); renderCommand(recentComand, el_jq, 3, function_obj); } else { // Se já tem algum comando no bloco: findInBlockCorrectPlace(el_jq, event, function_obj, command_type, true); } return; } var index = command_parent.commands_else.indexOf(command_target); if (index > -1) { command_parent.commands_else.splice(index, 0, recentComand); } renderCommand(recentComand, el, 1, function_obj); } else { if (command_parent == command_target) { if (command_parent.commands_block == null || command_parent.commands_block.length == 0) { command_parent.commands_block = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_block.push(recentComand); renderCommand(recentComand, el_jq, 3, function_obj); } else { findInBlockCorrectPlace(el_jq, event, function_obj, command_type); } return; } var index = command_parent.commands_block.indexOf(command_target); if (index > -1) { command_parent.commands_block.splice(index, 0, recentComand); } renderCommand(recentComand, el, 1, function_obj); } } else { var recentComand = genericCreateCommand(command_type); if (is_in_else) { if (command_parent == command_target) { if (command_parent.commands_else == null || command_parent.commands_else.length == 0) { command_parent.commands_else = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_else.push(recentComand); renderCommand(recentComand, el_jq, 3, function_obj); } else { // Se já tem algum comando no bloco: findInBlockCorrectPlace(el_jq, event, function_obj, command_type, true); } return; } var index = command_parent.commands_else.indexOf(command_target); if (index > -1) { command_parent.commands_else.splice(index + 1, 0, recentComand); } renderCommand(recentComand, el, 2, function_obj); } else { if (command_parent == command_target) { if (command_parent.commands_block == null || command_parent.commands_block.length == 0) { command_parent.commands_block = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_block.push(recentComand); renderCommand(recentComand, el_jq, 3, function_obj); } else { findInBlockCorrectPlace(el_jq, event, function_obj, command_type); } return; } var index = command_parent.commands_block.indexOf(command_target); if (index > -1) { command_parent.commands_block.splice(index + 1, 0, recentComand); } renderCommand(recentComand, el, 2, function_obj); } } } function insertCommandInBlock(el, event, function_obj, command_type) { var el_jq = $(el); var command_parent = el_jq.data('command'); if (el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes || el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue || el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue) { // Se não tiver outro comando ainda no bloco, só adiciona: if (command_parent.commands_block == null || command_parent.commands_block.length == 0) { command_parent.commands_block = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_block.push(recentComand); renderCommand(recentComand, el_jq.find('.block_commands'), 3, function_obj); } else { // Se já tem algum comando no bloco: findInBlockCorrectPlace(el, event, function_obj, command_type); } } else if (el_jq.data('command').type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue) { // no if ou no else? var correct_div = $(document.elementFromPoint(event.pageX, event.pageY)); var is_in_if = true; if (correct_div.data('if')) { is_in_if = true; } else if (correct_div.data('else')) { is_in_if = false; } else { var hier = correct_div.parentsUntil(".command_container"); for (var i = 0; i < hier.length; i++) { var temp = $(hier[i]); if (typeof temp.data('if') !== 'undefined') { is_in_if = true; break; } if (typeof temp.data('else') !== 'undefined') { is_in_if = false; break; } } } if (is_in_if) { if (command_parent.commands_block == null || command_parent.commands_block.length == 0) { command_parent.commands_block = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_block.push(recentComand); renderCommand(recentComand, el_jq.find('.commands_if'), 3, function_obj); } else { // Se já tem algum comando no bloco: findInBlockCorrectPlace(el_jq.find('.commands_if'), event, function_obj, command_type); } } else { if (command_parent.commands_else == null || command_parent.commands_else.length == 0) { command_parent.commands_else = []; var recentComand = genericCreateCommand(command_type); command_parent.commands_else.push(recentComand); renderCommand(recentComand, el_jq.find('.commands_else'), 3, function_obj); } else { // Se já tem algum comando no bloco: findInBlockCorrectPlace(el_jq.find('.commands_else'), event, function_obj, command_type, true); } } } else { // é do tipo switch addCommandToSwitchCase(event, function_obj, command_type); } } function addCommandToSwitchCase(event, function_obj, command_type) { var el = $(document.elementFromPoint(event.clientX, event.clientY)); var which_case = el.data('switchcase'); var case_div = el; if (!which_case) { var hier_find = el.parentsUntil(".all_cases_div"); for (var i = 0; i < hier_find.length; i++) { if (typeof $(hier_find[i]).data('switchcase') !== 'undefined') { which_case = $(hier_find[i]).data('switchcase'); case_div = $(hier_find[i]); break; } } } if (which_case.commands_block == null || which_case.commands_block.length < 1) { which_case.commands_block = []; var recentComand = genericCreateCommand(command_type); which_case.commands_block.push(recentComand); renderCommand(recentComand, case_div.find('.case_commands_block'), 3, function_obj); } else { findInBlockCorrectPlaceInSwitchCase(which_case, case_div, event, function_obj, command_type); } } function findInBlockCorrectPlaceInSwitchCase(which_case, case_div, event, function_obj, command_type) { var all_sub = case_div.find('div.command_container'); var menor_distancia = 999999999; var elemento_menor_distancia = null; var antes = true; var t_bot; var t_top; // Descobrindo o elemento mais próximo: for (var i = 0; i < all_sub.length; i++) { t_top = all_sub[i].getBoundingClientRect().top; t_bot = all_sub[i].getBoundingClientRect().top + all_sub[i].getBoundingClientRect().height; if (t_top - event.clientY < menor_distancia) { menor_distancia = event.clientY - t_top; elemento_menor_distancia = all_sub[i]; } } var borda_inferior = elemento_menor_distancia.parentNode.getBoundingClientRect().top + elemento_menor_distancia.parentNode.getBoundingClientRect().height; // Está mais próximo da borda de baixo, ou seja.. inserir por último: if (borda_inferior - event.clientY < menor_distancia) { var recentComand = genericCreateCommand(command_type); which_case.commands_block.push(recentComand); renderCommand(recentComand, $(case_div.find('.case_commands_block')[0]), 3, function_obj); } else { var recentComand = genericCreateCommand(command_type); var index = which_case.commands_block.indexOf($(elemento_menor_distancia).data('command')); if (index > -1) { which_case.commands_block.splice(index, 0, recentComand); renderCommand(recentComand, elemento_menor_distancia, 1, function_obj); } } } function findInBlockCorrectPlace(el, event, function_obj, command_type) { var is_in_else = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false; var el_jq = $(el); var all_sub = el_jq.find('div.command_container'); var menor_distancia = 999999999; var elemento_menor_distancia = null; var antes = true; var t_bot; var t_top; // Descobrindo o elemento mais próximo: for (var i = 0; i < all_sub.length; i++) { t_top = all_sub[i].getBoundingClientRect().top; t_bot = all_sub[i].getBoundingClientRect().top + all_sub[i].getBoundingClientRect().height; if (t_top - event.clientY < menor_distancia) { menor_distancia = event.clientY - t_top; elemento_menor_distancia = all_sub[i]; } } var borda_inferior = elemento_menor_distancia.parentNode.getBoundingClientRect().top + elemento_menor_distancia.parentNode.getBoundingClientRect().height; // Está mais próximo da borda de baixo, ou seja.. inserir por último: if (borda_inferior - event.clientY < menor_distancia) { var recentComand = genericCreateCommand(command_type); var command_parent = el_jq.data('command'); if (is_in_else) { command_parent.commands_else.push(recentComand); renderCommand(recentComand, el_jq, 3, function_obj); } else { command_parent.commands_block.push(recentComand); renderCommand(recentComand, $(el_jq.find('.block_commands')[0]), 3, function_obj); } } else { var recentComand = genericCreateCommand(command_type); var command_parent = el_jq.data('command'); if (is_in_else) { var index = command_parent.commands_else.indexOf($(elemento_menor_distancia).data('command')); if (index > -1) { command_parent.commands_else.splice(index, 0, recentComand); renderCommand(recentComand, elemento_menor_distancia, 1, function_obj); } } else { var index = command_parent.commands_block.indexOf($(elemento_menor_distancia).data('command')); if (index > -1) { command_parent.commands_block.splice(index, 0, recentComand); renderCommand(recentComand, elemento_menor_distancia, 1, function_obj); } } } } function findBeforeOrAfterCommandToAdd(el, event, function_obj, command_type) { switch ($(el).data('command').type) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.iftrue: case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["switch"]: case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes: case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue: case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue: insertCommandInBlock(el, event, function_obj, command_type); return; } var menor_distancia = 999999999; var antes = true; var t_bot; var t_top; t_top = el.getBoundingClientRect().top; t_bot = el.getBoundingClientRect().top + el.getBoundingClientRect().height; var d_top = event.clientY - t_top; // distancia topo var d_bot = t_bot - event.clientY; // distancia baixo // Está mais próximo da borda de baixo, ou seja.. inserir por último: if (d_top < d_bot) { var recentComand = genericCreateCommand(command_type); var index = function_obj.commands.indexOf($(el).data('command')); if (index > -1) { function_obj.commands.splice(index, 0, recentComand); } renderCommand(recentComand, el, 1, function_obj); (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.INSERT_COMMAND, command_type, '/', index); } else { var recentComand = genericCreateCommand(command_type); var index = function_obj.commands.indexOf($(el).data('command')); if (index > -1) { function_obj.commands.splice(index + 1, 0, recentComand); } renderCommand(recentComand, el, 2, function_obj); (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.INSERT_COMMAND, command_type, '/', index); } } function findNearbyCommandToAddInFunctionScope(el, event, node_list_commands, function_obj, command_type) { var all_sub = $(node_list_commands).find('div.command_container'); var menor_distancia = 999999999; var elemento_menor_distancia = null; var antes = true; var t_bot; var t_top; // Descobrindo o elemento mais próximo: for (var i = 0; i < all_sub.length; i++) { t_top = all_sub[i].getBoundingClientRect().top; t_bot = all_sub[i].getBoundingClientRect().top + all_sub[i].getBoundingClientRect().height; if (t_top - event.clientY < menor_distancia) { menor_distancia = event.clientY - t_top; elemento_menor_distancia = all_sub[i]; } } var borda_inferior = elemento_menor_distancia.parentNode.getBoundingClientRect().top + elemento_menor_distancia.parentNode.getBoundingClientRect().height; // Está mais próximo da borda de baixo, ou seja.. inserir por último: if (borda_inferior - event.clientY < menor_distancia) { var recentComand = genericCreateCommand(command_type); function_obj.commands.push(recentComand); // renderCommand(recentComand, node_list_commands, 3, function_obj); (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.INSERT_COMMAND, command_type, '/', function_obj.commands.length - 1); } else { var recentComand = genericCreateCommand(command_type); var index = function_obj.commands.indexOf($(elemento_menor_distancia).data('command')); if (index > -1) { function_obj.commands.splice(index, 0, recentComand); } renderCommand(recentComand, elemento_menor_distancia, 1, function_obj); (0,_services_userLog__WEBPACK_IMPORTED_MODULE_15__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_15__.ActionTypes.INSERT_COMMAND, command_type, '/', index); } } /***/ }), /***/ "./js/visualUI/commands/attribution.js": /*!*********************************************!*\ !*** ./js/visualUI/commands/attribution.js ***! \*********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand), /* harmony export */ "manageExpressionElements": () => (/* binding */ manageExpressionElements), /* harmony export */ "renderMenuOperations": () => (/* binding */ renderMenuOperations) /* harmony export */ }); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); /* harmony import */ var _generic_expression__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./generic_expression */ "./js/visualUI/commands/generic_expression.js"); /* harmony import */ var _code_generator__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../code_generator */ "./js/visualUI/code_generator.js"); /* harmony import */ var _algorithm__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../algorithm */ "./js/visualUI/algorithm.js"); function createFloatingCommand() { return $('
x <— 1 + 1
'); } function renderCommand(command, function_obj) { var el = $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI('text_receives') + ' ' + '
'); el.data('command', command); _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, command.variable, el.find('.var_attributed'), function_obj); if (!command.expression || command.expression.length < 1) { var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true); command.expression.push(exp); } addHandlers(command, function_obj, el); _generic_expression__WEBPACK_IMPORTED_MODULE_4__.renderExpression(command, function_obj, el.find('.expression_elements'), command.expression); if (command.lockexpression) { if (command.expression) { try { var text = _code_generator__WEBPACK_IMPORTED_MODULE_5__.elementExpressionCode(command.expression); if (text) { $(el.find('.expression_elements')[0]).toggle(); $(el.find('.textual_expression')[0]).text(text); $(el.find('.textual_expression')[0]).toggle(); $(el.find('.button_alternate_expression')[0]).toggleClass('unlock').toggleClass('lock'); } } catch (e) { command.lockexpression = false; } } } el.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); el.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); el.find('.button_write_expression').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_edit_expression"), delay: { show: 750, hide: 0 } }); return el; } function manageExpressionElements(command, ref_object, dom_object, menu_var_or_value, function_obj, selectedItem, expression_element) { var index_to_move = expression_element.itens.indexOf(ref_object); switch (selectedItem.data('exp')) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp: var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp, [expression_element.itens[index_to_move], _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); expression_element.itens[index_to_move] = exp; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.op_exp: var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.op_exp, [_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, expression_element.itens[index_to_move]]); expression_element.itens[index_to_move] = exp; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.par_exp_par: var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.par_exp_par, [expression_element.itens[index_to_move]]); expression_element.itens[index_to_move] = exp; break; } renderExpressionElements(command, function_obj, dom_object); } function renderExpressionElements(command, function_obj, el) { var expression_div = el.find('.expression_elements'); var command_container; if (el.hasClass("command_container") == false) { var hier = el.parentsUntil(".command_container"); for (var i = 0; i < hier.length; i++) { if ($(hier[i]).hasClass("command_container")) { command_container = $(hier[i]); break; } if ($(hier[i]).hasClass("expression_elements")) { expression_div = $(hier[i]); break; } } } if (command_container) { expression_div = command_container.find('.expression_elements'); } expression_div.text(''); for (var i = 0; i < command.expression.length; i++) { var temp = $('
'); temp.data('ref_element', command.expression[i]); temp.data('ref_index', i); expression_div.append(temp); renderElement(command, function_obj, temp, command.expression[i]); } } function renderOperator(command, function_obj, temp_op, expression_element, index_op) { var context_menu = ''; context_menu = $(context_menu); temp_op.append(context_menu); context_menu.dropdown({ onChange: function onChange(value, text, $selectedItem) { expression_element.itens[index_op] = value; } }); } function renderMenuAddExpression(command, function_obj, el, dom_append_menu, expression_append_new_expression) { if (el.hasClass("command_container") == false) { var hier = el.parentsUntil(".commands_list_div"); for (var i = 0; i < hier.length; i++) { if ($(hier[i]).hasClass("command_container")) { el = $(hier[i]); break; } } } if (dom_append_menu.hasClass("expression_elements") == false) { var hier = el.parentsUntil(".commands_list_div"); for (var i = 0; i < hier.length; i++) { if ($(hier[i]).hasClass("expression_elements")) { dom_append_menu = $(hier[i]); break; } } } var context_menu = ''; context_menu = $(context_menu); dom_append_menu.append(context_menu); context_menu.dropdown({ onChange: function onChange(value, text, $selectedItem) { switch (value) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp: var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp, [new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true), _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); expression_append_new_expression.push(exp); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.op_exp: var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.op_exp, [_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); expression_append_new_expression.push(exp); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.par_exp_par: var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.par_exp_par, [new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); expression_append_new_expression.push(exp); break; } renderExpressionElements(command, function_obj, el); } }); } function renderElement(command, function_obj, el, expression_element) { switch (expression_element.type_exp) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp: var temp_op = $('
'); var temp_exp_1 = $('
'); var temp_exp_2 = $('
'); el.append(temp_exp_1); el.append(temp_op); el.append(temp_exp_2); if (expression_element.itens[0].type) { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_element.itens[0], temp_exp_1, function_obj, 2, expression_element); } else { renderElement(command, function_obj, temp_exp_1, expression_element.itens[0]); } renderOperator(command, function_obj, temp_op, expression_element, 1); if (expression_element.itens[2].type) { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_element.itens[2], temp_exp_2, function_obj, 2, expression_element); } else { renderElement(command, function_obj, temp_exp_2, expression_element.itens[2]); } break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.op_exp: var temp_op = $('
'); var temp_exp = $('
'); el.append(temp_op); el.append(temp_exp); renderOperator(command, function_obj, temp_op, expression_element, 0); if (expression_element.itens[1].type) { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_element.itens[1], temp_exp, function_obj, 2, expression_element); } else { renderElement(command, function_obj, temp_exp, expression_element.itens[1]); } break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.par_exp_par: var temp_par_1 = $('
(
'); var temp_exp = $('
'); var temp_par_2 = $('
)
'); el.append(temp_par_1); el.append(temp_exp); for (var j = 0; j < expression_element.itens.length; j++) { if (expression_element.itens[j].type) { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_element.itens[j], temp_exp, function_obj, 2, expression_element); } else { renderElement(command, function_obj, temp_exp, expression_element.itens[j]); } } //renderMenuAddExpression(command, function_obj, el, el, expression_element.itens); el.append(temp_par_2); break; } } function renderExpression(command, function_obj, el) { var expression_div = el.find('.expression_elements'); expression_div.text(''); var menu_add_item = $(''); menu_add_item.data('index_add', 0); expression_div.append(menu_add_item); for (var i = 0; i < command.expression.length; i++) { if (command.expression[i].type) { var temp = $('
'); temp.data('ref_element', command.expression[i]); temp.data('ref_index', i); expression_div.append(temp); _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, command.expression[i], temp, function_obj); } else if (command.expression[i] == "(" || command.expression[i] == ")") { var temp = $('
' + command.expression[i] + '
'); temp.data('ref_element', command.expression[i]); temp.data('ref_index', i); expression_div.append(temp); } else { var temp = '
'; switch (command.expression[i]) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus: temp += '+'; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.minus: temp += '-'; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.multiplication: temp += '*'; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.division: temp += '/'; break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.module: temp += '%'; break; } temp += '
'; temp = $(temp); temp.data('ref_element', command.expression[i]); temp.data('ref_index', i); expression_div.append(temp); } var menu_add_item_seq = $(''); var index_temp = i + 1; menu_add_item_seq.data('index_add', index_temp); expression_div.append(menu_add_item_seq); } addMenuItens(command, function_obj, el); } function addMenuItens(command, function_obj, expression_div) { var divs_expression = expression_div.find('.menu_add_item'); for (var i = 0; i < divs_expression.length; i++) { var temp = $(divs_expression[i]).data('index_add'); var context_menu = ''; context_menu = $(context_menu); $(divs_expression[i]).append(context_menu); context_menu.dropdown({ on: 'hover', onChange: function onChange(value, text, $selectedItem) { switch ($selectedItem.data('option')) { case "value": command.expression.splice($selectedItem.data('index'), 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); renderExpression(command, function_obj, expression_div); break; case "operator": command.expression.splice($selectedItem.data('index'), 0, _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus); renderExpression(command, function_obj, expression_div); break; case "parentheses": command.expression.splice($selectedItem.data('index'), 0, "("); command.expression.splice($selectedItem.data('index') + 1, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); command.expression.splice($selectedItem.data('index') + 2, 0, ")"); renderExpression(command, function_obj, expression_div); break; } } }); } } function addHandlers(command, function_obj, attribution_dom) { attribution_dom.find('.button_write_expression').on('click', function () { window.expressionEdition = true; window.inputExpression = null; var afterWhichElement; var lockButton = $(attribution_dom.find('.button_alternate_expression')[0]); var editButton = $(this); afterWhichElement = attribution_dom.find('.expression_elements'); if (command.lockexpression) { afterWhichElement = attribution_dom.find('.textual_expression'); } var text = ""; if (command.expression) { if (command.expression.length == 1 && command.expression[0].content == null && !command.expression[0].function_called) { text = ""; } else { try { text = _code_generator__WEBPACK_IMPORTED_MODULE_5__.elementExpressionCode(command.expression); } catch (ex) { text = ""; } } } var ok_button = $(''); var cancel_button = $(''); var input = $(''); input.val(text); input.focusout(function (evt) { console.log('focosout event!'); ok_button.click(); evt.preventDefault(); return true; }); input.keyup(function (evt) { if (evt.keyCode == 27) { // esc cancel_button.click(); } if (evt.keyCode == 13) { // enter ok_button.click(); } }); ok_button.click(function () { var parsed = null; parsed = _generic_expression__WEBPACK_IMPORTED_MODULE_4__.expressionParserToVisual(input.val(), function_obj, input); if (parsed) { window.expressionEdition = false; command.expression = parsed; (0,_algorithm__WEBPACK_IMPORTED_MODULE_6__.renderAlgorithm)(); } }); cancel_button.mousedown(function (evt) { var parsed = _generic_expression__WEBPACK_IMPORTED_MODULE_4__.expressionParserToVisual(text, function_obj, input); if (parsed) { window.expressionEdition = false; command.expression = parsed; (0,_algorithm__WEBPACK_IMPORTED_MODULE_6__.renderAlgorithm)(); } }); input.insertAfter(afterWhichElement); input.focus(); cancel_button.insertAfter(input); ok_button.insertAfter(input); var len = text.length; input[0].setSelectionRange(len, len); afterWhichElement.css('display', 'none'); lockButton.css('display', 'none'); editButton.css('display', 'none'); ok_button.popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_edit_expression_confirm"), delay: { show: 750, hide: 0 } }); cancel_button.popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_edit_expression_cancel"), delay: { show: 750, hide: 0 } }); }); $(attribution_dom.find('.textual_expression')[0]).toggle(); attribution_dom.find('.button_alternate_expression').on('click', function () { if (command.expression) { var text = _code_generator__WEBPACK_IMPORTED_MODULE_5__.elementExpressionCode(command.expression); if (text) { $(attribution_dom.find('.expression_elements')[0]).toggle(); $(attribution_dom.find('.textual_expression')[0]).text(text); $(attribution_dom.find('.textual_expression')[0]).toggle(); $(this).toggleClass('unlock').toggleClass('lock'); command.lockexpression = !command.lockexpression; } if (command.lockexpression) { attribution_dom.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); } else { attribution_dom.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); } } }); attribution_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_3__.removeCommand(command, function_obj, attribution_dom)) { attribution_dom.fadeOut(400, function () { attribution_dom.remove(); }); } }); attribution_dom.find('.button_refresh_attribution').on('click', function () { renderExpressionElements(command, function_obj, attribution_dom); }); } function renderMenuOperations(command, ref_object, dom_object, menu_var_or_value, function_obj, variable_selected) { /*console.log("recebido o seguinte DOM: "); console.log(dom_object); if (dom_object.hasClass('var_attributed')) { return; } else { var hier = dom_object.parentsUntil(".command_container"); for (var i = 0; i < hier.length; i++) { if ($(hier[i]).hasClass('var_attributed') || $(hier[i]).hasClass('parameters_function_called')) { return; } } } dom_object.find('.context_menu_clear').remove(); var menu_operations = ''; menu_operations = $(menu_operations); dom_object.append(menu_operations); menu_operations.dropdown({ onChange: function(value, text, $selectedItem) { switch ($($selectedItem).data('option')) { case "clear": $(dom_object).text(''); VariableValueMenu.renderMenu(command, ref_object, dom_object, function_obj); break; default: createExpressionAround(command, ref_object, dom_object, function_obj); menu_operations.find('.text').text(''); } } });*/ } function createExpressionAround(command, ref_object, dom_object, function_obj) { $(' ( ').insertBefore(dom_object); $(' ) ').insertAfter(dom_object); _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true), dom_object, function_obj); } /***/ }), /***/ "./js/visualUI/commands/break.js": /*!***************************************!*\ !*** ./js/visualUI/commands/break.js ***! \***************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand) /* harmony export */ }); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); function createFloatingCommand() { return $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_break') + '
'); } function renderCommand(command, function_obj) { var el = $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_break') + '
'); el.data('command', command); addHandlers(command, function_obj, el); return el; } function addHandlers(command, function_obj, break_dom) { break_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_1__.removeCommand(command, function_obj, break_dom)) { break_dom.fadeOut(400, function () { break_dom.remove(); }); } }); } /***/ }), /***/ "./js/visualUI/commands/comment.js": /*!*****************************************!*\ !*** ./js/visualUI/commands/comment.js ***! \*****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand) /* harmony export */ }); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); function createFloatingCommand() { return $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_comment') + '
'); } function renderCommand(command, function_obj) { var el = $('
' + '
'); el.data('command', command); addHandlers(command, function_obj, el); renderTextComment(command, function_obj, el); return el; } function renderTextComment(command, function_obj, el) { _variable_value_menu__WEBPACK_IMPORTED_MODULE_1__.renderMenu(command, command.comment_text, el.find('.var_value_menu_div'), function_obj, 20); } function addHandlers(command, function_obj, comment_dom) { comment_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_2__.removeCommand(command, function_obj, comment_dom)) { comment_dom.fadeOut(400, function () { comment_dom.remove(); }); } }); } /***/ }), /***/ "./js/visualUI/commands/conditional_expression.js": /*!********************************************************!*\ !*** ./js/visualUI/commands/conditional_expression.js ***! \********************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "renderExpression": () => (/* binding */ renderExpression) /* harmony export */ }); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); function renderExpression(command, expression, function_obj, initial_el_to_render) { expression.dom_object = initial_el_to_render; if (expression.expression == null || expression.expression.length < 1) { renderStartMenu(command, expression, function_obj, initial_el_to_render); } else { var main_div = $('
'); switch (expression.expression.type) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_logic: renderLogicExpression(command, expression, expression.expression, function_obj, main_div, initial_el_to_render); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_arithmetic: renderArithmeticExpression(command, expression, expression.expression, function_obj, main_div); break; } initial_el_to_render.append(main_div); var restartMenu = $('
'); initial_el_to_render.append(restartMenu); restartMenu.on('click', function (e) { expression.expression = null; initial_el_to_render.empty(); renderExpression(command, expression, function_obj, initial_el_to_render); }); } } function renderArithmeticOperator(command, all_expression, expression_arithmetic, arithmetic_operator, function_obj, element_to_append) { var menu_operator = $(''); menu_operator.dropdown({ values: [{ name: '>', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.greater_than, selected: arithmetic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.greater_than }, { name: '<', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.less_than, selected: arithmetic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.less_than }, { name: '==', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.equals_to, selected: arithmetic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.equals_to }, { name: '!=', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.not_equals_to, selected: arithmetic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.not_equals_to }, { name: '>=', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.greater_than_or_equals_to, selected: arithmetic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.greater_than_or_equals_to }, { name: '<=', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.less_than_or_equals_to, selected: arithmetic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.less_than_or_equals_to }], onChange: function onChange(value, text, $selectedItem) { expression_arithmetic.operator = value; } }); element_to_append.append(menu_operator); } function renderLogicOperator(command, all_expression, expression_logic, logic_operator, function_obj, element_to_append, initial_el_to_render) { var menu_operator = $(''); menu_operator.dropdown({ values: [{ name: '==', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.equals_to, selected: logic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.equals_to }, { name: '!=', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.not_equals_to, selected: logic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.not_equals_to }, { name: '&&', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.and, selected: logic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.and }, { name: '||', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.or, selected: logic_operator == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LOGIC_COMPARISON.or }], onChange: function onChange(value, text, $selectedItem) { if ($selectedItem) { expression_logic.operator = value; if (expression_logic.second_operand == null) { expression_logic.second_operand = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true); initial_el_to_render.empty(); renderExpression(command, all_expression, function_obj, initial_el_to_render); } } } }); element_to_append.append(menu_operator); } function renderLogicExpression(command, all_expression, expression_logic, function_obj, element_to_append, initial_el_to_render) { var exp_el_par_1 = $(' '); var exp_el_expr_el_1 = $('
'); var exp_el_expr_operand = $('
'); var exp_el_expr_el_2 = $('
'); var exp_el_par_2 = $(' '); if (expression_logic.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_logic) { renderLogicExpression(command, all_expression, expression_logic.first_operand, function_obj, exp_el_expr_el_1); } else if (expression_logic.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_arithmetic) { renderArithmeticExpression(command, all_expression, expression_logic.first_operand, function_obj, exp_el_expr_el_1); } else { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_logic.first_operand, exp_el_expr_el_1, function_obj); } element_to_append.append(exp_el_par_1); element_to_append.append(exp_el_expr_el_1); renderLogicOperator(command, all_expression, expression_logic, expression_logic.operator, function_obj, exp_el_expr_operand, initial_el_to_render); element_to_append.append(exp_el_expr_operand); if (expression_logic.second_operand) { if (expression_logic.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_logic) { renderLogicExpression(command, all_expression, expression_logic.second_operand, function_obj, exp_el_expr_el_2); } else if (expression_logic.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_arithmetic) { renderArithmeticExpression(command, all_expression, expression_logic.second_operand, function_obj, exp_el_expr_el_2); } else { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_logic.second_operand, exp_el_expr_el_2, function_obj); } element_to_append.append(exp_el_expr_el_2); } element_to_append.append(exp_el_par_2); } function renderArithmeticExpression(command, all_expression, expression_arithmetic, function_obj, element_to_append) { var exp_el_par_1 = $(' '); var exp_el_expr_el_1 = $('
'); var exp_el_expr_operand = $('
'); var exp_el_expr_el_2 = $('
'); var exp_el_par_2 = $(' '); if (expression_arithmetic.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_logic) { renderLogicExpression(command, all_expression, expression_arithmetic.first_operand, function_obj, exp_el_expr_el_1); } else if (expression_arithmetic.first_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_arithmetic) { renderArithmeticExpression(command, all_expression, expression_arithmetic.first_operand, function_obj, exp_el_expr_el_1); } else { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_arithmetic.first_operand, exp_el_expr_el_1, function_obj); } if (expression_arithmetic.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_logic) { renderLogicExpression(command, all_expression, expression_arithmetic.second_operand, function_obj, exp_el_expr_el_2); } else if (expression_arithmetic.second_operand.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_arithmetic) { renderArithmeticExpression(command, all_expression, expression_arithmetic.second_operand, function_obj, exp_el_expr_el_2); } else { _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, expression_arithmetic.second_operand, exp_el_expr_el_2, function_obj); } renderArithmeticOperator(command, all_expression, expression_arithmetic, expression_arithmetic.operator, function_obj, exp_el_expr_operand); element_to_append.append(exp_el_par_1); element_to_append.append(exp_el_expr_el_1); element_to_append.append(exp_el_expr_operand); element_to_append.append(exp_el_expr_el_2); element_to_append.append(exp_el_par_2); } function renderStartMenu(command, expression, function_obj, initial_el_to_render) { var start_menu = ''; start_menu += ''; start_menu = $(start_menu); start_menu.dropdown({ onChange: function onChange(value, text, $selectedItem) { switch ($selectedItem.data('exp')) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_logic: expression.expression = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.LogicExpression(false, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_TYPES.exp_arithmetic: expression.expression = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ArithmeticExpression(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true), new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true), _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.less_than); break; } initial_el_to_render.html(''); renderExpression(command, expression, function_obj, initial_el_to_render); }, selectOnKeydown: false }); initial_el_to_render.append(' '); initial_el_to_render.append(start_menu); initial_el_to_render.append(' '); } /***/ }), /***/ "./js/visualUI/commands/contextualized_menu.js": /*!*****************************************************!*\ !*** ./js/visualUI/commands/contextualized_menu.js ***! \*****************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "renderMenu": () => (/* binding */ renderMenu) /* harmony export */ }); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _switch__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./switch */ "./js/visualUI/commands/switch.js"); function renderMenu(command, dom_where_render, function_obj, dom_command) { var menu_div = '
'; menu_div = $(menu_div); dom_where_render.append(menu_div); addHandlers(command, dom_where_render, function_obj, dom_command); if (command.collapsed) { dom_command.children('.ui.block_commands').toggle(); } } function addHandlers(command, dom_where_render, function_obj, dom_command) { dom_where_render.find('.menu_commands').dropdown({ on: 'hover' }); dom_where_render.find('.menu_commands a').on('click', function (evt) { if (command.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.repeatNtimes || command.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.whiletrue || command.type == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.dowhiletrue) { if (command.commands_block == null || command.commands_block.length == 0) { command.commands_block = []; var new_cmd = _commands__WEBPACK_IMPORTED_MODULE_2__.genericCreateCommand($(this).data('command')); command.commands_block.push(new_cmd); _commands__WEBPACK_IMPORTED_MODULE_2__.renderCommand(new_cmd, dom_command.find('.block_commands'), 3, function_obj); } else { _commands__WEBPACK_IMPORTED_MODULE_2__.createFloatingCommand(function_obj, dom_command.find('.block_commands'), $(this).data('command'), evt); } } else { switch ($(this).data('command')) { case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES["break"]: _commands__WEBPACK_IMPORTED_MODULE_2__.createFloatingCommand(function_obj, dom_command.find('.block_commands'), $(this).data('command'), evt); break; case _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.COMMAND_TYPES.switchcase: addCaseToSwitch(command, dom_where_render, function_obj, dom_command); break; } } }); } function addCaseToSwitch(command, dom_where_render, function_obj, dom_command) { if (command.cases == null) { command.cases = []; } var sc = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.SwitchCase(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_3__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); command.cases.push(sc); _switch__WEBPACK_IMPORTED_MODULE_4__.renderCase(sc, command, function_obj, dom_command.find('.all_cases_div')); } /***/ }), /***/ "./js/visualUI/commands/dowhiletrue.js": /*!*********************************************!*\ !*** ./js/visualUI/commands/dowhiletrue.js ***! \*********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand) /* harmony export */ }); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); /* harmony import */ var _conditional_expression__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./conditional_expression */ "./js/visualUI/commands/conditional_expression.js"); /* harmony import */ var _contextualized_menu__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./contextualized_menu */ "./js/visualUI/commands/contextualized_menu.js"); /* harmony import */ var _generic_expression__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./generic_expression */ "./js/visualUI/commands/generic_expression.js"); /* harmony import */ var _code_generator__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../code_generator */ "./js/visualUI/code_generator.js"); function createFloatingCommand() { return $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_command_do') + '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_command_do_until') + '(x < 10)
'); } function renderCommand(command, function_obj) { var ret = ''; ret += '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_command_do') + ' '; ret += '
'; ret += '
'; ret += ' ' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_command_do_until') + ' (
) '; ret += '
'; ret += '
'; var el = $(ret); el.data('command', command); el.find('.block_commands').data('command', command); addHandlers(command, function_obj, el); _contextualized_menu__WEBPACK_IMPORTED_MODULE_3__.renderMenu(command, el.find('.context_menu'), function_obj, el); //ConditionalExpressionManagement.renderExpression(command, command.expression, function_obj, el.find('.conditional_expression')); if (command.expression) { _generic_expression__WEBPACK_IMPORTED_MODULE_4__.renderExpression(command, function_obj, el.find('.conditional_expression'), command.expression); } if (command.commands_block) { for (var j = 0; j < command.commands_block.length; j++) { _commands__WEBPACK_IMPORTED_MODULE_1__.renderCommand(command.commands_block[j], $(el.find('.block_commands')[0]), 3, function_obj); } } if (command.lockexpression) { if (command.expression) { try { var text = _code_generator__WEBPACK_IMPORTED_MODULE_5__.elementExpressionCode(command.expression); if (text) { $(el.find('.conditional_expression')[el.find('.conditional_expression').length - 1]).toggle(); $(el.find('.textual_expression')[el.find('.textual_expression').length - 1]).text(text); $(el.find('.textual_expression')[el.find('.textual_expression').length - 1]).toggle(); $(el.find('.button_alternate_expression')[el.find('.button_alternate_expression').length - 1]).toggleClass('unlock').toggleClass('lock'); } } catch (e) { command.lockexpression = false; } } } el.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); el.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); el.find('.button_write_expression').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_edit_expression"), delay: { show: 750, hide: 0 } }); return el; } function addHandlers(command, function_obj, dowhiletrue_dom) { dowhiletrue_dom.find('.button_write_expression').on('click', function () { window.expressionEdition = true; window.inputExpression = null; var afterWhichElement; var lockButton = $(dowhiletrue_dom.find('.button_write_expression')[dowhiletrue_dom.find('.button_write_expression').length - 1]); var editButton = $(this); afterWhichElement = $(dowhiletrue_dom.find('.conditional_expression')[dowhiletrue_dom.find('.conditional_expression').length - 1]); if (command.lockexpression) { afterWhichElement = $(dowhiletrue_dom.find('.textual_expression')[dowhiletrue_dom.find('.textual_expression').length - 1]); } var text = ""; if (command.expression) { if (command.expression.length == 1 && command.expression[0].content == null && !command.expression[0].function_called) { text = ""; } else { try { text = _code_generator__WEBPACK_IMPORTED_MODULE_5__.elementExpressionCode(command.expression); } catch (ex) { text = ""; } } } var ok_button = $(''); var cancel_button = $(''); var input = $(''); input.val(text); input.focusout(function (evt) { ok_button.click(); evt.preventDefault(); return true; }); input.keyup(function (evt) { if (evt.keyCode == 27) { // esc cancel_button.click(); } if (evt.keyCode == 13) { // enter ok_button.click(); } }); ok_button.click(function () { var parsed = null; parsed = _generic_expression__WEBPACK_IMPORTED_MODULE_4__.expressionParserToVisual(input.val(), function_obj, input); if (parsed) { window.expressionEdition = false; command.expression = parsed; renderAlgorithm(); } }); cancel_button.mousedown(function (evt) { var parsed = _generic_expression__WEBPACK_IMPORTED_MODULE_4__.expressionParserToVisual(text, function_obj, input); if (parsed) { window.expressionEdition = false; command.expression = parsed; renderAlgorithm(); } }); input.insertAfter(afterWhichElement); input.focus(); cancel_button.insertAfter(input); ok_button.insertAfter(input); var len = text.length; input[0].setSelectionRange(len, len); afterWhichElement.css('display', 'none'); lockButton.css('display', 'none'); editButton.css('display', 'none'); ok_button.popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_edit_expression_confirm"), delay: { show: 750, hide: 0 } }); cancel_button.popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_edit_expression_cancel"), delay: { show: 750, hide: 0 } }); }); dowhiletrue_dom.find('.minimize_block_button').on('click', function (evt) { dowhiletrue_dom.children('.ui.block_commands').toggle(); command.collapsed = !command.collapsed; }); $(dowhiletrue_dom.find('.textual_expression')[0]).toggle(); dowhiletrue_dom.find('.button_alternate_expression').on('click', function () { if (command.expression) { var text = _code_generator__WEBPACK_IMPORTED_MODULE_5__.elementExpressionCode(command.expression); if (text) { $(dowhiletrue_dom.find('.conditional_expression')[dowhiletrue_dom.find('.conditional_expression').length - 1]).toggle(); $(dowhiletrue_dom.find('.textual_expression')[dowhiletrue_dom.find('.textual_expression').length - 1]).text(text); $(dowhiletrue_dom.find('.textual_expression')[dowhiletrue_dom.find('.textual_expression').length - 1]).toggle(); $(this).toggleClass('unlock').toggleClass('lock'); command.lockexpression = !command.lockexpression; } } if (command.lockexpression) { dowhiletrue_dom.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); } else { dowhiletrue_dom.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); } }); dowhiletrue_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_1__.removeCommand(command, function_obj, dowhiletrue_dom)) { dowhiletrue_dom.fadeOut(400, function () { dowhiletrue_dom.remove(); }); } }); } /***/ }), /***/ "./js/visualUI/commands/functioncall.js": /*!**********************************************!*\ !*** ./js/visualUI/commands/functioncall.js ***! \**********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand) /* harmony export */ }); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); function createFloatingCommand() { return $('
funcao()
'); } function renderCommand(command, function_obj) { var el = $('
'); el.data('command', command); _variable_value_menu__WEBPACK_IMPORTED_MODULE_0__.renderMenu(command, command.function_called, el.find('.var_value_menu_div'), function_obj); addHandlers(command, function_obj, el); return el; } function addHandlers(command, function_obj, functioncall_dom) { functioncall_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_1__.removeCommand(command, function_obj, functioncall_dom)) { functioncall_dom.fadeOut(400, function () { functioncall_dom.remove(); }); } }); } /***/ }), /***/ "./js/visualUI/commands/generic_expression.js": /*!****************************************************!*\ !*** ./js/visualUI/commands/generic_expression.js ***! \****************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "renderExpression": () => (/* binding */ renderExpression), /* harmony export */ "expressionParserToVisual": () => (/* binding */ expressionParserToVisual), /* harmony export */ "searchFunction": () => (/* binding */ searchFunction), /* harmony export */ "expressionParserCodeVisual": () => (/* binding */ expressionParserCodeVisual) /* harmony export */ }); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "./node_modules/@babel/runtime/helpers/toConsumableArray.js"); /* harmony import */ var _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../types */ "./js/visualUI/types.js"); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _services_userLog__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../services/userLog */ "./js/services/userLog.js"); /* harmony import */ var melanke_watchjs__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! melanke-watchjs */ "./node_modules/melanke-watchjs/src/watch.js"); /* harmony import */ var melanke_watchjs__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(melanke_watchjs__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils */ "./js/visualUI/utils.js"); window.timer = false; function renderExpression(command, function_obj, div_to_render, expression_array) { div_to_render.empty(); melanke_watchjs__WEBPACK_IMPORTED_MODULE_6___default().unwatch(command, "expression"); melanke_watchjs__WEBPACK_IMPORTED_MODULE_6___default().watch(command, "expression", function () { if (window.timer) return; var m = div_to_render.find(".single_element_expression").not(".mouse_distance").not(".add_parentheses"); var s = ""; m.each(function (e) { if ($(this).hasClass("parentheses_in_expression")) { s += $(this).text() + " "; } else { s += $(this).find(".text").text(); s += $(this).find(".var_name").text(); s += $(this).find(".parameters_function_called").text(); s += $(this).find(".value_rendered").text(); s += " "; } }); if (s) { window.timer = true; } else { return; } (0,_services_userLog__WEBPACK_IMPORTED_MODULE_5__.registerUserEvent)(function_obj.name, _services_userLog__WEBPACK_IMPORTED_MODULE_5__.ActionTypes.CHANGE_COMMAND_EXP, command.type, "/", s); setTimeout(function () { window.timer = false; }, 200); }, 20, true); if (command.type === _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.COMMAND_TYPES.attribution) { melanke_watchjs__WEBPACK_IMPORTED_MODULE_6___default().unwatch(command.variable); melanke_watchjs__WEBPACK_IMPORTED_MODULE_6___default().watch(command.variable, function () { renderExpression(command, function_obj, div_to_render, expression_array); }, 0); if (command.variable.content) { var types_included = []; if (command.variable.content.type == _types__WEBPACK_IMPORTED_MODULE_1__.Types.INTEGER || command.variable.content.type == _types__WEBPACK_IMPORTED_MODULE_1__.Types.REAL) { types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic); } else if (command.variable.content.type == _types__WEBPACK_IMPORTED_MODULE_1__.Types.BOOLEAN) { types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional); types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic); types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic); } else if (command.variable.content.type == _types__WEBPACK_IMPORTED_MODULE_1__.Types.TEXT) { types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional); types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic); types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic); } else {//console.log("NÃO RECONHECI! VEJA: ", command.variable.content.type); } renderElements(command, function_obj, div_to_render, expression_array, types_included); } else { div_to_render.text(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI("var_menu_select_var").toLowerCase()); } } else { var _types_included = []; _types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional); _types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic); if (command.type === _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.COMMAND_TYPES.writer) _types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.write_sep); _types_included.push(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic); renderElements(command, function_obj, div_to_render, expression_array, _types_included); } div_to_render.children(".mouse_distance").addClass("mouse_distance_hidden"); div_to_render.children(".higher_element").on("mousemove", function (evt) { if (!window.open_or_close) { $(this).css("position", "relative", "!important"); $(this).children(".mouse_distance").css("opacity", "1"); } }); div_to_render.children(".higher_element").on("mouseout", function (evt) { if (!window.open_or_close) { $(this).css("position", "absolute", "!important"); $(this).children(".mouse_distance").css("opacity", "0"); } }); var lixeira = $('
'); div_to_render.find(".single_element_expression").on("mousedown", function (evt) { window.posX = evt.clientX; window.posY = evt.clientY; }); Sortable.create(div_to_render[0], { animation: 100, ghostClass: "ghost", group: { name: "shared", put: false // Do not allow items to be put into this list }, draggable: ".single_element_expression", sort: false, filter: ".not_allowed", onStart: function onStart() { $("body").append(lixeira); lixeira.css("display", "block"); lixeira.css("top", window.posY + 70, "!important"); lixeira.css("left", window.posX - 20, "!important"); }, onMove: function onMove() { lixeira.addClass("color_test"); }, onEnd: function onEnd() { lixeira.remove(); div_to_render.find(".ghost").removeClass("ghost"); } }); new Sortable(lixeira[0], { group: "shared", animation: 150, onAdd: function onAdd(evt) { lixeira.css("display", "none"); lixeira.find(".single_element_expression").remove(); lixeira.css("background-color", ""); lixeira.remove(); removeElement(evt, expression_array); renderExpression(command, function_obj, div_to_render, expression_array); } }); } function removeElement(event, expression_array) { var indice = $(event.item).data("index"); var first = expression_array[0]; if (expression_array[indice].type) { // if is alone in expression: if (expression_array.length == 1) { //function_obj.commands.splice(function_obj.commands.indexOf(command), 1); expression_array.splice(0, 1); } else if (expression_array.length > 1) { if (indice > 0 && expression_array[indice - 1].type_op) { if (indice < expression_array.length && expression_array[indice - 2] == "(" && expression_array[indice + 1].type_op) { expression_array.splice(indice + 1, 1); } expression_array.splice(indice, 1); expression_array.splice(indice - 1, 1); if (indice - 2 < expression_array.length && expression_array[indice - 2] == "(" && expression_array[indice - 1] == ")") { expression_array.splice(indice - 1, 1); expression_array.splice(indice - 2, 1); if (indice - 3 >= 0 && indice - 3 < expression_array.length && expression_array[indice - 3].type_op) { expression_array.splice(indice - 3, 1); } } } else if (indice < expression_array.length - 1 && expression_array[indice + 1].type_op) { expression_array.splice(indice + 1, 1); expression_array.splice(indice, 1); } else if (indice < expression_array.length - 1 && indice > 0 && expression_array[indice - 1] == "(" && expression_array[indice + 1] == ")") { if (indice > 1 && expression_array[indice - 2].type_op) { expression_array.splice(indice + 1, 1); expression_array.splice(indice, 1); expression_array.splice(indice - 1, 1); expression_array.splice(indice - 2, 1); } else if (indice < expression_array.length - 2 && expression_array[indice + 2].type_op) { expression_array.splice(indice + 1, 1); expression_array.splice(indice, 1); expression_array.splice(indice - 1, 1); } else { expression_array.splice(indice + 1, 1); expression_array.splice(indice, 1); expression_array.splice(indice - 1, 1); } } } } else if (expression_array[indice].type_op) {// iVProg doesn't support operator remove } else { var opening = -1; var closing = -1; if (expression_array[indice] == "(") { opening = indice; for (var i = indice + 1; i < expression_array.length; i++) { if (expression_array[i] == ")") { closing = i; break; } } } else { closing = indice; for (var i = indice - 1; i >= 0; i--) { if (expression_array[i] == "(") { opening = i; break; } } } if (expression_array[opening + 1].type_op) { expression_array.splice(closing, 1); expression_array.splice(opening + 1, 1); expression_array.splice(opening, 1); } else { expression_array.splice(closing, 1); expression_array.splice(opening, 1); } } // if expression is empty, add a new var value: if (expression_array.length == 0) { expression_array.push(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); } if (first != expression_array[0] && expression_array[0].type_op) { expression_array.splice(0, 1); } } function renderElements(command, function_obj, div_to_render, expression_array, types_included) { /*if (expression_array.length > 0) { if (!expression_array[0].type_op) { renderStartAddOperator(div_to_render, types_included, expression_array, command, function_obj, 0); } }*/ var i = 0; for (i = 0; i < expression_array.length; i++) { if (expression_array[i].type == "var_value") { var div_temp = $('
'); if (i == 0) { if (expression_array.length > 0 && !expression_array[0].type_op) {//renderStartAddOperator(div_to_render, types_included, expression_array, command, function_obj, 0); } } _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, expression_array[i], div_temp, function_obj); div_to_render.append(div_temp); } else if (expression_array[i] == "(" || expression_array[i] == ")") { if (expression_array[i] == ")") { renderFinalAddElements(div_to_render, types_included, expression_array, command, function_obj, i); renderParenthesis(div_to_render, expression_array[i], command, function_obj, i, expression_array); } else if (expression_array[i] == "(" && !expression_array[i + 1].type_op) { renderParenthesis(div_to_render, expression_array[i], command, function_obj, i, expression_array); renderStartAddOperator(div_to_render, types_included, expression_array, command, function_obj, i + 1); } else { renderParenthesis(div_to_render, expression_array[i], command, function_obj, i, expression_array); } } else { if (i == 0) {} else if (expression_array[i - 1] == "(") {} renderOperatorMenu(command, function_obj, div_to_render, expression_array[i], types_included, i, expression_array); } } renderFinalAddElements(div_to_render, types_included, expression_array, command, function_obj, i, true); renderAddParenthesis(command, function_obj, div_to_render, expression_array, types_included); } window.parentheses_activate = false; window.open_or_close = null; function renderAddParenthesis(command, function_obj, div_to_render, expression_array, types_included) { var addParentheses = $('
'); div_to_render.append(addParentheses); addParentheses.popup({ content: "Adicionar parênteses", delay: { show: 750, hide: 0 } }); addParentheses.on("click", function (mouse_event) { // verificar se já está ativado if (window.parentheses_activate) { return; } div_to_render.find(".usepointer").off("click"); window.parentheses_activate = true; window.open_or_close = "open"; div_to_render.find(".dropdown").addClass("disabled"); div_to_render.find(".ghost_element").addClass("temp_class"); div_to_render.find(".ghost_element").removeClass("ghost_element"); var floatingObject = $('
(
'); floatingObject.draggable().appendTo("body"); floatingObject.css("position", "absolute"); mouse_event.type = "mousedown.draggable"; mouse_event.target = floatingObject[0]; floatingObject.css("left", mouse_event.pageX + 10); floatingObject.css("top", mouse_event.pageY + 10); floatingObject.trigger(mouse_event); div_to_render.on("mousemove", function (evt) { var actual_target = null; if ($(evt.target).hasClass("single_element_expression")) { actual_target = $(evt.target); } else { actual_target = $(evt.target).closest(".single_element_expression"); } if ($(evt.target).hasClass("temp_class") || actual_target.length < 1 || actual_target.hasClass("add_parentheses") || actual_target.hasClass("rendered_parentheses") || $(evt.target).hasClass("expression_elements")) { return; } renderGhostParentheses(actual_target, command, function_obj, div_to_render, expression_array); }); div_to_render.on("mouseleave", function () { /*window.open_parentheses.remove(); window.close_parentheses.remove();*/ }); var floating; $("body").on("mouseup", function (evt) { if (window.open_or_close == "open") { window.open_or_close = "close"; floatingObject.remove(); var comando_que_esta = $(evt.target).closest(".command_container"); var comando_certo = div_to_render.closest(".command_container"); if (!comando_que_esta.is(comando_certo)) { window.parentheses_activate = false; div_to_render.find(".temp_class").addClass("ghost_element"); div_to_render.find(".temp_class").removeClass("temp_class"); div_to_render.off("mousemove"); div_to_render.off("mouseleave"); $("body").off("mouseup"); window.open_parentheses.remove(); window.close_parentheses.remove(); window.inserir_open = -1; window.inserir_close = -1; window.open_or_close = null; renderExpression(command, function_obj, div_to_render, expression_array); return; } window.open_parentheses.addClass("parentheses_fixed"); floating = $('
)
'); floating.draggable().appendTo("body"); floating.css("position", "absolute"); floating.css("left", evt.pageX + 10); floating.css("top", evt.pageY + 10); $("body").on("mousemove", function (evts) { floating.css("left", evts.pageX + 10); floating.css("top", evts.pageY + 10); }); } else { floating.remove(); window.open_parentheses.removeClass("parentheses_fixed"); div_to_render.off("mousemove"); div_to_render.off("mouseleave"); $("body").off("mouseup"); setTimeout(function () { window.parentheses_activate = false; }, 50); var comando_que_esta = $(evt.target).closest(".command_container"); var comando_certo = div_to_render.closest(".command_container"); var is_correct = false; if (comando_que_esta.is(comando_certo)) { is_correct = true; } if (is_correct) { expression_array.splice(window.inserir_open, 0, "("); expression_array.splice(window.inserir_close, 0, ")"); } window.inserir_open = -1; window.inserir_close = -1; window.open_or_close = null; renderExpression(command, function_obj, div_to_render, expression_array); } }); }); } window.open_parentheses = $('
(
'); window.close_parentheses = $('
)
'); window.inserir_open = -1; window.inserir_close = -1; function renderGhostParentheses(actual_target, command, function_obj, div_to_render, expression_array) { /*window.open_parentheses.remove(); window.close_parentheses.remove();*/ var index_in_array = actual_target.data("index"); if (expression_array[index_in_array] == "(" || expression_array[index_in_array] == ")") { return; } if (window.open_or_close == "close") { if (index_in_array < window.inserir_open) { return; } } // Tratando a situação quando é na primeira posição: if (index_in_array == 0) { if (expression_array[index_in_array].type == "var_value") { if (window.open_or_close == "open") { window.open_parentheses.insertBefore(actual_target); window.inserir_open = index_in_array; } /*if (expression_array.length == 1) { if (window.open_or_close == "close") { window.close_parentheses.insertAfter(actual_target); window.inserir_close = index_in_array + 2; }*/ //} else { var count_opened = 0; var count_closed = 0; for (var i = 0; i < expression_array.length; i++) { if (expression_array[i] == "(") { count_opened++; } if (expression_array[i] == ")") { count_closed++; } if (count_opened != count_closed) {} else { if (count_opened > 0) { if (window.open_or_close == "close") { window.close_parentheses.insertAfter(div_to_render.find('.single_element_expression[data-index="' + i + '"]')); window.inserir_close = i + 2; } break; } else { if (expression_array[i].type == "var_value") { if (window.open_or_close == "close") { window.close_parentheses.insertAfter(div_to_render.find('.single_element_expression[data-index="' + i + '"]')); window.inserir_close = i + 2; } break; } } } } //} } else if (expression_array[index_in_array].type_op) { if (window.open_or_close == "open") { window.open_parentheses.insertBefore(actual_target); window.inserir_open = index_in_array; } var count_opened = 0; var count_closed = 0; for (var i = 1; i < expression_array.length; i++) { // $('.slide-link[data-slide="0"]') if (expression_array[i] == "(") { count_opened++; } if (expression_array[i] == ")") { count_closed++; } if (count_opened != count_closed) {} else { if (count_opened > 0) { if (expression_array[i].type == "var_value") { window.close_parentheses.insertAfter(div_to_render.find('.single_element_expression[data-index="' + i + '"]')); window.inserir_close = i + 2; } break; } else { if (expression_array[i].type == "var_value") { if (expression_array[i].type == "var_value") { window.close_parentheses.insertAfter(div_to_render.find('.single_element_expression[data-index="' + i + '"]')); window.inserir_close = i + 2; } break; } } } } } return; } // Tratando quando não é no índice 0: if (expression_array[index_in_array].type == "var_value") { if (window.open_or_close == "open") { window.open_parentheses.insertBefore(actual_target); window.inserir_open = index_in_array; } if (window.open_or_close == "close") { window.close_parentheses.insertAfter(actual_target); window.inserir_close = index_in_array + 2; } return; } if (expression_array[index_in_array].type_op) { // buscar para a esquerda primeiro: if (expression_array[index_in_array - 1] == "(") { if (window.open_or_close == "open") { window.open_parentheses.insertBefore(actual_target); window.inserir_open = index_in_array; } } else if (expression_array[index_in_array - 1] == ")") { // buscar a abertura var count_opened = 0; var count_closed = 0; for (var j = index_in_array - 1; j >= 0; j--) { if (expression_array[j] == "(") { count_opened++; } if (expression_array[j] == ")") { count_closed++; } if (count_opened != count_closed) {} else { if (count_closed > 0) { if (window.open_or_close == "open") { window.open_parentheses.insertBefore(div_to_render.find('.single_element_expression[data-index="' + j + '"]')); window.inserir_open = j; } break; } } } } else if (expression_array[index_in_array - 1].type == "var_value") { if (window.open_or_close == "open") { window.open_parentheses.insertBefore(div_to_render.find('.single_element_expression[data-index="' + (index_in_array - 1) + '"]')); window.inserir_open = index_in_array - 1; } } // buscar para a direita agora: if (expression_array[index_in_array + 1] == "(") { // buscar o fechamento: var count_opened = 0; var count_closed = 0; for (var j = index_in_array + 1; j < expression_array.length; j++) { if (expression_array[j] == "(") { count_opened++; } if (expression_array[j] == ")") { count_closed++; } if (count_opened != count_closed) {} else { if (count_opened > 0) { if (window.open_or_close == "close") { window.close_parentheses.insertAfter(div_to_render.find('.single_element_expression[data-index="' + j + '"]')); window.inserir_close = j + 2; } break; } } } } else if (expression_array[index_in_array + 1].type == "var_value") { if (window.open_or_close == "close") { window.close_parentheses.insertAfter(div_to_render.find('.single_element_expression[data-index="' + (index_in_array + 1) + '"]')); window.inserir_close = index_in_array + 3; } } } } function renderParenthesis(div_to_render, expression_content, command, function_obj, position, expression_array) { var ghost_parenthesis = $('
' + expression_content + "
"); div_to_render.append(ghost_parenthesis); } function renderStartAddOperator(div_to_render, types_included, expression_array, command, function_obj, position) { var menu_final = '"; menu_final = $(menu_final); var div_temp = $('
'); div_temp.append(menu_final); var div_higher = $('
'); div_higher.append(div_temp); div_to_render.append(div_higher); menu_final.dropdown("set selected", _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.minus); div_temp.on("click", function () { if (!window.open_or_close) { var sera = position; if (types_included.indexOf(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic) >= 0) { expression_array.splice(sera, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.minus)); } else if (types_included.indexOf(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic) >= 0) { expression_array.splice(sera, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.LOGIC_COMPARISON.equals_to)); } else if (types_included.indexOf(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional) >= 0) { expression_array.splice(sera, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.greater_than)); } renderExpression(command, function_obj, div_to_render, expression_array); } }); } function renderFinalAddElements(div_to_render, types_included, expression_array, command, function_obj, position) { var is_last = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : false; var menu_final = '"; menu_final = $(menu_final); var div_temp = $('
'); var div_higher = $('
'); var button = $(''); div_temp.append(button); if (!is_last) { div_higher.append(div_temp); div_to_render.append(div_higher); //div_temp.append(menu_final); div_temp.css("opacity", "0", "!important"); } else { div_temp.removeClass("mouse_distance"); div_temp.css("opacity", "1", "!important"); //div_temp.append(menu_final); div_to_render.append(div_temp); } menu_final.dropdown("set selected", _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.plus); div_temp.on("click", function () { var sera = position; if (expression_array[sera] == ")" && expression_array[sera - 1] == "(") { expression_array.splice(sera, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); renderExpression(command, function_obj, div_to_render, expression_array); return; } if (types_included.indexOf(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic) >= 0) { expression_array.splice(sera, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.plus)); expression_array.splice(sera + 1, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); } else if (types_included.indexOf(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic) >= 0) { expression_array.splice(sera, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.LOGIC_COMPARISON.equals_to)); expression_array.splice(sera + 1, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); } else if (types_included.indexOf(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional) >= 0) { expression_array.splice(sera, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.greater_than)); expression_array.splice(sera + 1, 0, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true)); } renderExpression(command, function_obj, div_to_render, expression_array); }); } function renderOperatorMenu(command, function_obj, div_to_render, expression_element, types_included, position, expression_array) { var menu_final = '"; menu_final = $(menu_final); menu_final.find(".ivprog-write-sep").popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI("write_seprator_menu_tooltip"), delay: { show: 500, hide: 0 } }); var div_temp = $('
'); div_temp.append(menu_final); div_to_render.append(div_temp); menu_final.dropdown({ onChange: function onChange(_value, _text, $selectedItem) { expression_element.item = $selectedItem.data("value"); expression_element.type_op = $selectedItem.data("type"); } }); menu_final.dropdown("set selected", expression_element.item); } function getArithmeticOperators() { var arithmetic_operators; arithmetic_operators = '
+
'; arithmetic_operators += '
-
'; arithmetic_operators += '
*
'; arithmetic_operators += '
/
'; arithmetic_operators += '
%
'; return arithmetic_operators; } function getLogicOperators() { var logic_operators; logic_operators = '
==
'; logic_operators += '
!=
'; logic_operators += '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI("logic_operator_and") + "
"; logic_operators += '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI("logic_operator_or") + "
"; logic_operators += '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI("logic_operator_not") + "
"; return logic_operators; } function getRelationalOperators() { var relational_operators; relational_operators = '
>
'; relational_operators += '
<
'; relational_operators += '
==
'; relational_operators += '
!=
'; relational_operators += '
>=
'; relational_operators += '
<=
'; return relational_operators; } function getSeparator() { return "
").concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI("write_seprator_menu_text"), "
"); } function getVariable(function_obj, search) { if (search == ")" || search == "(") { return search; } if (search.instance == "operator") { var obj; switch (search.value) { case '+': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.plus); break; case '-': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.minus); break; case '*': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.multiplication); break; case '/': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.division); break; case '%': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_arithmetic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_TYPES.module); break; case '>': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.greater_than); break; case '<': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.less_than); break; case '>=': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.greater_than_or_equals_to); break; case '<=': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.less_than_or_equals_to); break; case '==': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.equals_to); break; case '!=': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_conditional, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ARITHMETIC_COMPARISON.not_equals_to); break; case 'and': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.LOGIC_COMPARISON.and); break; case 'or': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.LOGIC_COMPARISON.or); break; case 'not': obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.ExpressionOperator(_ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.EXPRESSION_TYPES.exp_logic, _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.LOGIC_COMPARISON.not); break; } return obj; } if (search.instance == "expression" && search.type == "const") { if (search.value === true) { var obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('logic_value_true'), null, null, true); return obj; } if (search.value === false) { var obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('logic_value_false'), null, null, true); return obj; } var obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, search.value, null, null, true); return obj; } var variavel = null; if (search.instance == "expression" && search.type == "var") { // 1. Procurar a variável na função: for (var j = 0; j < function_obj.variables_list.length; j++) { if (function_obj.variables_list[j].name == search.value) { variavel = function_obj.variables_list[j]; break; } } // 2. Procurar a variável nas gloais: if (!variavel) for (var j = 0; j < program_obj.globals.length; j++) { if (program_obj.globals[j].name == search.value) { variavel = program_obj.globals[j]; break; } } // 3. Procurar na lista de parâmetros: if (!variavel) for (var j = 0; j < function_obj.parameters_list.length; j++) { if (function_obj.parameters_list[j].name == search.value) { variavel = function_obj.parameters_list[j]; break; } } } if (search.instance == "expression" && search.type == "var" && !search.line) { var obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, variavel, null, null, true); return obj; } if (search.instance == "expression" && search.type == "var" && search["class"] == "vector") { var obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, variavel, null, getVariable(function_obj, search.line[0]), true); return obj; } if (search.instance == "expression" && search.type == "var" && search["class"] == "matrix") { var obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, variavel, getVariable(function_obj, search.line[0]), getVariable(function_obj, search.column[0]), true); return obj; } if (search.instance == "expression" && search.type == "function") { var obj = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, variavel, null, null, true); // Procurar a função para referência: for (var i = 0; i < program_obj.functions.length; i++) { if (program_obj.functions[i].name == search.value) { obj.function_called = program_obj.functions[i]; } } // Se ainda não foi encontrada, procurar na biblioteca do iVProg: if (!obj.function_called) { for (var i = 0; i < window.system_functions.length; i++) { if (search.value.split(".")[1] && search.value.split(".")[1] == window.system_functions[i].identifier) { obj.function_called = window.system_functions[i]; } else if (search.value == window.system_functions[i].identifier) { obj.function_called = window.system_functions[i]; } } } obj.parameters_list = []; for (var i = 0; i < search.params.length; i++) { obj.parameters_list.push(getVariable(function_obj, search.params[i][0])); } return obj; } } function expressionParserToVisual(text, function_obj, input_field) { if (text.trim().length == 0) { return [new _ivprog_elements__WEBPACK_IMPORTED_MODULE_2__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]; } var var_not_found = []; var fun_not_found = []; var parsed; try { parsed = ivprogCore.parseExpression(text); } catch (ex) { _utils__WEBPACK_IMPORTED_MODULE_7__.renderErrorMessage(input_field, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('expression_invalid')); } if (!parsed) return null; for (var i = 0; i < parsed.length; i++) { var variavel = null; if (parsed[i].instance == "expression" && parsed[i].type == "var") { // 1. Procurar a variável na função: for (var j = 0; j < function_obj.variables_list.length; j++) { if (function_obj.variables_list[j].name == parsed[i].value) { variavel = function_obj.variables_list[j]; break; } } // 2. Procurar a variável nas globais: if (!variavel) for (var j = 0; j < program_obj.globals.length; j++) { if (program_obj.globals[j].name == parsed[i].value) { variavel = program_obj.globals[j]; break; } } // 3. Procurar a variável nos parâmetros: if (!variavel) for (var j = 0; j < function_obj.parameters_list.length; j++) { if (function_obj.parameters_list[j].name == parsed[i].value) { variavel = function_obj.parameters_list[j]; break; } } if (!variavel) var_not_found.push(parsed[i].value); } var funcao; if (parsed[i].instance == "expression" && parsed[i].type == "function") { // Procurar a função para referência: for (var j = 0; j < program_obj.functions.length; j++) { if (program_obj.functions[j].name == parsed[i].value) { funcao = program_obj.functions[j]; } } // Se ainda não encontrou, procurar na biblioteca do iVProg: if (!funcao) { for (var j = 0; j < window.system_functions.length; j++) { if (parsed[i].value.split(".")[1] && parsed[i].value.split(".")[1] == window.system_functions[j].identifier) { funcao = window.system_functions[j]; } else if (parsed[i].value == window.system_functions[j].identifier) { funcao = window.system_functions[j]; } } } if (!funcao) { fun_not_found.push(parsed[i].value); } } } if (fun_not_found.length > 0) { var uniqueWords = _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(new Set(fun_not_found)); _utils__WEBPACK_IMPORTED_MODULE_7__.renderErrorMessage(input_field, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('expression_undeclared_function') + " " + uniqueWords.join(", ")); return null; } if (var_not_found.length > 0) { var _uniqueWords = _babel_runtime_helpers_toConsumableArray__WEBPACK_IMPORTED_MODULE_0___default()(new Set(var_not_found)); _utils__WEBPACK_IMPORTED_MODULE_7__.renderErrorMessage(input_field, _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_3__.LocalizedStrings.getUI('expression_undelcared_variable') + " " + _uniqueWords.join(", ")); return null; } var exp_obj = []; for (var i = 0; i < parsed.length; i++) { exp_obj.push(getVariable(function_obj, parsed[i])); } return exp_obj; } function searchFunction(function_name) { for (var j = 0; j < program_obj.functions.length; j++) { if (program_obj.functions[j].name == function_name) { return program_obj.functions[j]; } } // Se ainda não encontrou, procurar na biblioteca do iVProg: for (var j = 0; j < window.system_functions.length; j++) { if (function_name.split(".")[1] && function_name.split(".")[1] == window.system_functions[j].identifier) { return window.system_functions[j]; } else if (function_name == window.system_functions[j].identifier) { return window.system_functions[j]; } } } function expressionParserCodeVisual(parsed, function_obj) { if (!parsed) return null; var var_not_found = []; var fun_not_found = []; for (var i = 0; i < parsed.length; i++) { var variavel = null; if (parsed[i].instance == "expression" && parsed[i].type == "var") { // 1. Procurar a variável na função: for (var j = 0; j < function_obj.variables_list.length; j++) { if (function_obj.variables_list[j].name == parsed[i].value) { variavel = function_obj.variables_list[j]; break; } } // 2. Procurar a variável nas globais: if (!variavel) for (var j = 0; j < program_obj.globals.length; j++) { if (program_obj.globals[j].name == parsed[i].value) { variavel = program_obj.globals[j]; break; } } // 3. Procurar a variável nos parâmetros: if (!variavel) for (var j = 0; j < function_obj.parameters_list.length; j++) { if (function_obj.parameters_list[j].name == parsed[i].value) { variavel = function_obj.parameters_list[j]; break; } } if (!variavel) var_not_found.push(parsed[i].value); } var funcao; if (parsed[i].instance == "expression" && parsed[i].type == "function") { // Procurar a função para referência: for (var j = 0; j < program_obj.functions.length; j++) { if (program_obj.functions[j].name == parsed[i].value) { funcao = program_obj.functions[j]; } } // Se ainda não encontrou, procurar na biblioteca do iVProg: if (!funcao) { for (var j = 0; j < window.system_functions.length; j++) { if (parsed[i].value.split(".")[1] && parsed[i].value.split(".")[1] == window.system_functions[j].identifier) { funcao = window.system_functions[j]; } else if (parsed[i].value == window.system_functions[j].identifier) { funcao = window.system_functions[j]; } } } if (!funcao) { fun_not_found.push(parsed[i].value); } } } var exp_obj = []; for (var i = 0; i < parsed.length; i++) { exp_obj.push(getVariable(function_obj, parsed[i])); } return exp_obj; } /***/ }), /***/ "./js/visualUI/commands/iftrue.js": /*!****************************************!*\ !*** ./js/visualUI/commands/iftrue.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand) /* harmony export */ }); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); /* harmony import */ var _generic_expression__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./generic_expression */ "./js/visualUI/commands/generic_expression.js"); /* harmony import */ var _code_generator__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../code_generator */ "./js/visualUI/code_generator.js"); function createFloatingCommand() { return $('
if (x < 1) { }
'); } function renderCommand(command, function_obj) { var ret = ''; ret += '
'; ret += ' ' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_if') + ''; ret += ' (
) '; ret += ' '; ret += ''; ret += ' '; ret += '
'; ret += '
'; ret += '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_else') + ' '; ret += '
'; ret += '
'; ret += '
'; ret += '
'; var el = $(ret); el.data('command', command); el.find('.block_commands').data('command', command); el.find('.data_block_if').data('command', command); el.find('.data_block_else').data('command', command); el.find('.commands_if').data('command', command); addHandlers(command, function_obj, el); //ConditionalExpressionManagement.renderExpression(command, command.expression, function_obj, el.find('.conditional_expression')); _generic_expression__WEBPACK_IMPORTED_MODULE_2__.renderExpression(command, function_obj, el.find('.conditional_expression'), command.expression); if (command.commands_block) { for (var j = 0; j < command.commands_block.length; j++) { _commands__WEBPACK_IMPORTED_MODULE_1__.renderCommand(command.commands_block[j], $(el.find('.commands_if')[0]), 3, function_obj); } } if (command.commands_else) { for (var j = 0; j < command.commands_else.length; j++) { _commands__WEBPACK_IMPORTED_MODULE_1__.renderCommand(command.commands_else[j], $(el.find('.commands_else')[0]), 3, function_obj); } } if (command.collapsed) { el.children('.data_block_else').toggle(); $(el.find('.block_commands')[0]).toggle(); } if (command.lockexpression) { if (command.expression) { try { var text = _code_generator__WEBPACK_IMPORTED_MODULE_3__.elementExpressionCode(command.expression); if (text) { $(el.find('.conditional_expression')[0]).toggle(); $(el.find('.textual_expression')[0]).text(text); $(el.find('.textual_expression')[0]).toggle(); $(el.find('.button_alternate_expression')[0]).toggleClass('unlock').toggleClass('lock'); } } catch (e) { command.lockexpression = false; } } } el.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); el.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); el.find('.button_write_expression').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_edit_expression"), delay: { show: 750, hide: 0 } }); return el; } function addHandlers(command, function_obj, iftrue_dom) { iftrue_dom.find('.button_write_expression').on('click', function () { window.expressionEdition = true; window.inputExpression = null; var afterWhichElement; var lockButton = $(iftrue_dom.find('.button_alternate_expression')[0]); var editButton = $(this); afterWhichElement = $(iftrue_dom.find('.conditional_expression')[0]); if (command.lockexpression) { afterWhichElement = $(iftrue_dom.find('.textual_expression')[0]); } var text = ""; if (command.expression) { if (command.expression.length == 1 && command.expression[0].content == null && !command.expression[0].function_called) { text = ""; } else { try { text = _code_generator__WEBPACK_IMPORTED_MODULE_3__.elementExpressionCode(command.expression); } catch (ex) { text = ""; } } } var ok_button = $(''); var cancel_button = $(''); var input = $(''); input.val(text); input.focusout(function (evt) { ok_button.click(); evt.preventDefault(); return true; }); input.keyup(function (evt) { if (evt.keyCode == 27) { // esc cancel_button.click(); } if (evt.keyCode == 13) { // enter ok_button.click(); } }); ok_button.click(function () { var parsed = null; parsed = _generic_expression__WEBPACK_IMPORTED_MODULE_2__.expressionParserToVisual(input.val(), function_obj, input); if (parsed) { window.expressionEdition = false; command.expression = parsed; renderAlgorithm(); } }); cancel_button.mousedown(function (evt) { var parsed = _generic_expression__WEBPACK_IMPORTED_MODULE_2__.expressionParserToVisual(text, function_obj, input); if (parsed) { window.expressionEdition = false; command.expression = parsed; renderAlgorithm(); } }); input.insertAfter(afterWhichElement); input.focus(); cancel_button.insertAfter(input); ok_button.insertAfter(input); var len = text.length; input[0].setSelectionRange(len, len); afterWhichElement.css('display', 'none'); lockButton.css('display', 'none'); editButton.css('display', 'none'); ok_button.popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_edit_expression_confirm"), delay: { show: 750, hide: 0 } }); cancel_button.popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_edit_expression_cancel"), delay: { show: 750, hide: 0 } }); }); $(iftrue_dom.find('.textual_expression')[0]).toggle(); iftrue_dom.find('.button_alternate_expression').on('click', function () { if (command.expression) { var text = _code_generator__WEBPACK_IMPORTED_MODULE_3__.elementExpressionCode(command.expression); if (text) { $(iftrue_dom.find('.conditional_expression')[0]).toggle(); $(iftrue_dom.find('.textual_expression')[0]).text(text); $(iftrue_dom.find('.textual_expression')[0]).toggle(); $(this).toggleClass('unlock').toggleClass('lock'); command.lockexpression = !command.lockexpression; } } if (command.lockexpression) { iftrue_dom.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); } else { iftrue_dom.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); } }); iftrue_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_1__.removeCommand(command, function_obj, iftrue_dom)) { iftrue_dom.fadeOut(400, function () { iftrue_dom.remove(); }); } }); iftrue_dom.find('.minimize_block_button').on('click', function () { iftrue_dom.children('.data_block_else').toggle(); $(iftrue_dom.find('.block_commands')[0]).toggle(); command.collapsed = !command.collapsed; }); } /***/ }), /***/ "./js/visualUI/commands/reader.js": /*!****************************************!*\ !*** ./js/visualUI/commands/reader.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand) /* harmony export */ }); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); function createFloatingCommand() { return $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_command_read') + ' var
'); } function renderCommand(command, function_obj) { var el = '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_command_read') + ' (
)
'; el = $(el); el.data('command', command); _variable_value_menu__WEBPACK_IMPORTED_MODULE_1__.renderMenu(command, command.variable_value_menu, el.find('.var_value_menu_div'), function_obj); addHandlers(command, function_obj, el); return el; } function addHandlers(command, function_obj, reader_dom) { reader_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_2__.removeCommand(command, function_obj, reader_dom)) { reader_dom.fadeOut(400, function () { reader_dom.remove(); }); } }); } /***/ }), /***/ "./js/visualUI/commands/repeatNtimes.js": /*!**********************************************!*\ !*** ./js/visualUI/commands/repeatNtimes.js ***! \**********************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand), /* harmony export */ "manageExpressionElements": () => (/* binding */ manageExpressionElements), /* harmony export */ "manageClearExpressionElements": () => (/* binding */ manageClearExpressionElements) /* harmony export */ }); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); /* harmony import */ var _conditional_expression__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./conditional_expression */ "./js/visualUI/commands/conditional_expression.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _contextualized_menu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./contextualized_menu */ "./js/visualUI/commands/contextualized_menu.js"); /* harmony import */ var _generic_expression__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./generic_expression */ "./js/visualUI/commands/generic_expression.js"); /* harmony import */ var _code_generator__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../code_generator */ "./js/visualUI/code_generator.js"); function createFloatingCommand() { return $('
repita_para i de 0 ate 10 passo 1
'); } function renderCommand(command, function_obj) { var ret = "
\n\t\t\n\t\t\n\t\t\n\t\t ".concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI('text_for'), "\n\t\t
\n\t\t
\n\t\t\n\t\t
\n\t\t
\n\t\t\n\t\t").concat(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_for_to"), " \n\t\t
\n\t\t
\n\t\t
\n\t\t
\n\t\t \n\t\t
"); ret += '
'; ret += '
'; ret += ' '; ret += '
'; var el = $(ret); el.data('command', command); el.find('.block_commands').data('command', command); addHandlers(command, function_obj, el); _contextualized_menu__WEBPACK_IMPORTED_MODULE_5__.renderMenu(command, el.find('.context_menu'), function_obj, el); _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, command.var_attribution, el.find('.variable_attribution'), function_obj); //ConditionalExpressionManagement.renderExpression(command, command.expression2, function_obj, el.find('.conditional_expression')); _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, command.expression2, el.find('.conditional_expression'), function_obj); //GenericExpressionManagement.renderExpression(command, function_obj, el.find('.conditional_expression'), command.expression2); //VariableValueMenu.renderMenu(command, command.var_incrementation, el.find('.incrementation_variable'), function_obj); //angle double right if (!command.expression1) { command.expression1 = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, "0", null, null, true); } el.find('.text_receives').text(_services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_for_from")); _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, command.expression1, el.find('.var_value_expression'), function_obj); if (!command.expression3) { el.find('.pass_button').html(''); el.find('.pass_button').find('button').on('click', function () { togglePasso(command); }); /*var exp = new Models.ExpressionElement(Models.EXPRESSION_ELEMENTS.exp_op_exp, [command.var_attribution, Models.ARITHMETIC_TYPES.plus, new Models.VariableValueMenu(VariableValueMenu.VAR_OR_VALUE_TYPES.all, "1", null, null, true)]); command.expression3 = exp; command.var_incrementation = command.var_attribution;*/ } else { el.find('.pass_button').html(''); el.find('.pass_button').find('button').on('click', function () { togglePasso(command); }); renderOperator(command, function_obj, el.find('.operator'), command.expression3, 1); _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, command.expression3.itens[2], el.find('.second_operand'), function_obj); } if (command.commands_block) { for (var j = 0; j < command.commands_block.length; j++) { _commands__WEBPACK_IMPORTED_MODULE_2__.renderCommand(command.commands_block[j], $(el.find('.block_commands')[0]), 3, function_obj); } } if (command.lockexpression) { try { var text = _code_generator__WEBPACK_IMPORTED_MODULE_7__.repeatNtimesHeader(command); if (text) { $(el.find('.textual_expression')[0]).html(text); $(el.find('.textual_expression')[0]).toggle(); $(el.find('.attribution_expression')[0]).toggle(); $(el.find('.span_command_spec.separator_character')[0]).toggle(); $(el.find('.conditional_expression')[0]).toggle(); $(el.find('.pass_button')[0]).toggle(); $(el.find('.incrementation_field')[0]).toggle(); $(el.find('.button_alternate_expression')[0]).toggleClass('unlock').toggleClass('lock'); } } catch (e) { command.lockexpression = false; } } el.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); el.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); return el; } function togglePasso(command) { if (!command.expression3) { var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp, [command.var_attribution, _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, "1", null, null, true)]); command.expression3 = exp; command.var_incrementation = command.var_attribution; } else { command.expression3 = null; } renderAlgorithm(); } function manageExpressionElements(command, ref_object, dom_object, menu_var_or_value, function_obj, $selectedItem, expression_element) { if (dom_object.hasClass('variable_attribution')) { if (!command.expression3) { var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp, [command.var_attribution, _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, "1", null, null, true)]); command.expression3 = exp; command.var_incrementation = command.var_attribution; var cond_exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ArithmeticExpression(command.var_attribution, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true), _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_COMPARISON.less_than); command.expression2.expression = cond_exp; } dom_object.parent().find('.text_receives').text('de'); command.expression1 = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, "0", null, null, true); dom_object.parent().find('.var_value_expression').empty(); _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, command.expression1, dom_object.parent().find('.var_value_expression'), function_obj); renderAlgorithm(); } if (dom_object.hasClass('incrementation_variable')) { dom_object.parent().find('.text_inc_receives').text('de'); var exp = new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ExpressionElement(_ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.EXPRESSION_ELEMENTS.exp_op_exp, [new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true), _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]); command.expression3 = exp; _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, command.expression3.itens[0], dom_object.parent().find('.first_operand'), function_obj); renderOperator(command, function_obj, dom_object.parent().find('.operator'), command.expression3, 1); _variable_value_menu__WEBPACK_IMPORTED_MODULE_4__.renderMenu(command, command.expression3.itens[2], dom_object.parent().find('.second_operand'), function_obj); } } function manageClearExpressionElements(command, ref_object, dom_object, menu_var_or_value, function_obj, $selectedItem, expression_element) { if (dom_object.hasClass('variable_attribution')) { $(dom_object).parent().find('.text_receives').text(''); command.expression1 = null; $(dom_object).parent().find('.var_value_expression').empty(); } if (dom_object.hasClass('incrementation_variable')) { $(dom_object).parent().find('.text_inc_receives').text(''); command.expression3 = null; $(dom_object).parent().find('.first_operand').empty(); $(dom_object).parent().find('.operator').empty(); $(dom_object).parent().find('.second_operand').empty(); } } function addHandlers(command, function_obj, repeatNtimes_dom) { repeatNtimes_dom.find('.minimize_block_button').on('click', function (evt) { repeatNtimes_dom.children('.ui.block_commands').toggle(); command.collapsed = !command.collapsed; }); $(repeatNtimes_dom.find('.textual_expression')[0]).toggle(); repeatNtimes_dom.find('.button_alternate_expression').on('click', function () { var text = _code_generator__WEBPACK_IMPORTED_MODULE_7__.repeatNtimesHeader(command); if (text) { $(repeatNtimes_dom.find('.textual_expression')[0]).html(text); $(repeatNtimes_dom.find('.textual_expression')[0]).toggle(); $(repeatNtimes_dom.find('.attribution_expression')[0]).toggle(); $(repeatNtimes_dom.find('.span_command_spec.separator_character')[0]).toggle(); $(repeatNtimes_dom.find('.conditional_expression')[0]).toggle(); $(repeatNtimes_dom.find('.pass_button')[0]).toggle(); $(repeatNtimes_dom.find('.incrementation_field')[0]).toggle(); $(repeatNtimes_dom.find('.button_alternate_expression')[0]).toggleClass('unlock').toggleClass('lock'); command.lockexpression = !command.lockexpression; } if (command.lockexpression) { repeatNtimes_dom.find('.lock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_unlock_expression"), delay: { show: 750, hide: 0 } }); } else { repeatNtimes_dom.find('.unlock').popup({ content: _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI("text_lock_expression"), delay: { show: 750, hide: 0 } }); } }); repeatNtimes_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_2__.removeCommand(command, function_obj, repeatNtimes_dom)) { repeatNtimes_dom.fadeOut(400, function () { repeatNtimes_dom.remove(); }); } }); } function renderOperator(command, function_obj, temp_op, expression_element, index_op) { var menu_operator = $(''); menu_operator.dropdown({ values: [{ name: '+', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus, selected: expression_element.itens[index_op] == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.plus }, { name: '-', value: _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.minus, selected: expression_element.itens[index_op] == _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.ARITHMETIC_TYPES.minus }], onChange: function onChange(value, text, $selectedItem) { expression_element.itens[index_op] = value; } }); temp_op.append(menu_operator); } /***/ }), /***/ "./js/visualUI/commands/return.js": /*!****************************************!*\ !*** ./js/visualUI/commands/return.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand) /* harmony export */ }); /* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../types */ "./js/visualUI/types.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); /* harmony import */ var _generic_expression__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./generic_expression */ "./js/visualUI/commands/generic_expression.js"); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _code_generator__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../code_generator */ "./js/visualUI/code_generator.js"); function createFloatingCommand() { return $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI('text_return') + '
'); } function renderCommand(command, function_obj) { var el = $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__.LocalizedStrings.getUI('text_return') + '
'); el.data('command', command); if (function_obj.return_type != _types__WEBPACK_IMPORTED_MODULE_0__.Types.VOID) { if (!command.variable_value_menu) { command.variable_value_menu = [new _ivprog_elements__WEBPACK_IMPORTED_MODULE_5__.VariableValueMenu(_variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.VAR_OR_VALUE_TYPES.all, null, null, null, true)]; } _generic_expression__WEBPACK_IMPORTED_MODULE_4__.renderExpression(command, function_obj, el.find('.expression_elements'), command.variable_value_menu); el.append($('')); if (command.lockexpression) { if (command.variable_value_menu) { try { var text = _code_generator__WEBPACK_IMPORTED_MODULE_6__.elementExpressionCode(command.variable_value_menu); if (text) { $(el.find('.expression_elements')[0]).toggle(); $(el.find('.textual_expression')[0]).text(text); $(el.find('.textual_expression')[0]).toggle(); $(el.find('.button_alternate_expression')[0]).toggleClass('unlock').toggleClass('lock'); } } catch (e) { command.lockexpression = false; } } } } else { el.find('.expression_elements').remove(); command.variable_value_menu = null; } addHandlers(command, function_obj, el); return el; } function addHandlers(command, function_obj, return_dom) { return_dom.find('.button_alternate_expression').on('click', function () { if (command.variable_value_menu) { var text = _code_generator__WEBPACK_IMPORTED_MODULE_6__.elementExpressionCode(command.variable_value_menu); if (text) { $(return_dom.find('.expression_elements')[0]).toggle(); $(return_dom.find('.textual_expression')[0]).text(text); $(return_dom.find('.textual_expression')[0]).toggle(); $(this).toggleClass('unlock').toggleClass('lock'); command.lockexpression = !command.lockexpression; } } }); return_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_3__.removeCommand(command, function_obj, return_dom)) { return_dom.fadeOut(400, function () { return_dom.remove(); }); } }); } /***/ }), /***/ "./js/visualUI/commands/switch.js": /*!****************************************!*\ !*** ./js/visualUI/commands/switch.js ***! \****************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "createFloatingCommand": () => (/* binding */ createFloatingCommand), /* harmony export */ "renderCommand": () => (/* binding */ renderCommand), /* harmony export */ "renderCase": () => (/* binding */ renderCase) /* harmony export */ }); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _commands__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../commands */ "./js/visualUI/commands.js"); /* harmony import */ var _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./variable_value_menu */ "./js/visualUI/commands/variable_value_menu.js"); /* harmony import */ var _contextualized_menu__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./contextualized_menu */ "./js/visualUI/commands/contextualized_menu.js"); function createFloatingCommand() { return $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_code_switch') + ' ( x ) {
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_code_case') + ' 1:
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_code_case') + ' 2:
}
'); } function renderCommand(command, function_obj) { var ret = ''; ret += '
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_code_switch') + ' (
)
'; ret += '
'; var el = $(ret); el.data('command', command); addHandlers(command, function_obj, el); _contextualized_menu__WEBPACK_IMPORTED_MODULE_3__.renderMenu(command, el.find('.context_menu'), function_obj, el); _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, command.variable, el.find('.variable_to_switch'), function_obj); if (command.cases) { for (var i = 0; i < command.cases.length; i++) { renderCase(command.cases[i], command, function_obj, el.find('.all_cases_div')); } } return el; } function renderCase(switchcase, command, function_obj, el) { var casediv = $('
' + _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_0__.LocalizedStrings.getUI('text_code_case') + '
:
'); _variable_value_menu__WEBPACK_IMPORTED_MODULE_2__.renderMenu(command, switchcase.variable_value_menu, casediv.find('.variable_case'), function_obj); casediv.data('switchcase', switchcase); casediv.find('.case_commands_block').data('switchcase', switchcase); el.append(casediv); if (switchcase.commands_block) { for (var j = 0; j < switchcase.commands_block.length; j++) { _commands__WEBPACK_IMPORTED_MODULE_1__.renderCommand(switchcase.commands_block[j], $(casediv.find('.case_commands_block')[0]), 3, function_obj); } } casediv.find('.button_remove_command').on('click', function () { for (var i = 0; i < command.cases.length; i++) { if (switchcase == command.cases[i]) { delete command.cases[i]; command.cases.splice(i, 1); casediv.remove(); break; } } }); } function addHandlers(command, function_obj, switch_dom) { switch_dom.find('.button_remove_command').on('click', function () { if (_commands__WEBPACK_IMPORTED_MODULE_1__.removeCommand(command, function_obj, switch_dom)) { switch_dom.fadeOut(400, function () { switch_dom.remove(); }); } }); } /***/ }), /***/ "./js/visualUI/commands/variable_value_menu.js": /*!*****************************************************!*\ !*** ./js/visualUI/commands/variable_value_menu.js ***! \*****************************************************/ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ "VAR_OR_VALUE_TYPES": () => (/* binding */ VAR_OR_VALUE_TYPES), /* harmony export */ "renderMenu": () => (/* binding */ renderMenu) /* harmony export */ }); /* harmony import */ var _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../ivprog_elements */ "./js/visualUI/ivprog_elements.js"); /* harmony import */ var _services_localizedStringsService__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../services/localizedStringsService */ "./js/services/localizedStringsService.js"); /* harmony import */ var _attribution__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./attribution */ "./js/visualUI/commands/attribution.js"); /* harmony import */ var _repeatNtimes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./repeatNtimes */ "./js/visualUI/commands/repeatNtimes.js"); var VAR_OR_VALUE_TYPES = Object.freeze({ only_variable: 1, only_value: 2, only_function: 3, variable_and_function: 4, variable_and_value_opt: 5, value_and_function: 6, all: 7 }); function renderMenu(command, ref_object, dom_object, function_obj) { var size_field = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 2; var expression_element = arguments.length > 5 ? arguments[5] : undefined; // Verificar se o objeto atual trata-se de uma chamada de função e conferir se possui a quantidade correta de parâmetros // Caso não possua, tem que adicionar as variáveis que servirão de parâmetros: if (ref_object.function_called) { if (ref_object.function_called.parameters_list) { while (ref_object.function_called.parameters_list.length != ref_object.parameters_list.length) { if (ref_object.parameters_list.length > ref_object.function_called.parameters_list.length) { ref_object.parameters_list.pop(); } else { ref_object.parameters_list.push(new _ivprog_elements__WEBPACK_IMPORTED_MODULE_0__.VariableValueMenu(VAR_OR_VALUE_TYPES.all, null, null, null, true)); } } } } // Verificar agora, quando trata-se de chamada de função, se a passagem de parâmetro é // por referência ou por cópia: var index_references = []; if (ref_object.function_called) { if (ref_object.function_called.parameters_list) { for (var i = 0; i < ref_object.function_called.parameters_list.length; i++) { if (ref_object.function_called.parameters_list[i].reference) { index_references.push(i); ref_object.parameters_list[i].reference = true; ref_object.parameters_list[i].variable_and_value = VAR_OR_VALUE_TYPES.only_variable; if (ref_object.parameters_list[i].column) ref_object.parameters_list[i].column.reference_parent = true; if (ref_object.parameters_list[i].row) ref_object.parameters_list[i].row.reference_parent = true; } else { ref_object.parameters_list[i].reference = false; ref_object.parameters_list[i].variable_and_value = VAR_OR_VALUE_TYPES.all; if (ref_object.parameters_list[i].column) ref_object.parameters_list[i].column.reference_parent = false; if (ref_object.parameters_list[i].row) ref_object.parameters_list[i].row.reference_parent = false; } ref_object.parameters_list[i].reference_dimensions = ref_object.function_called.parameters_list[i].dimensions; } } } var menu_var_or_value = '