What is the translation of " PARSER " in English?

Examples of using Parser in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
La primera es una función parser.
The first one is a parser function.
Mi parser está descifrando la clave.
My parser is eating away at their key.
C seguido de tres copias de parser.
C followed by three copies of parser.
Parser recursivo para la funcionalidad anidada.
Recursive parser for nested functionality.
Próximo mensaje: Una ultima duda con el parser.
Next message:[Email-SIG] My plans for the parser.
(Difícil) La mónada Parser se puede definir también como sigue.
(Difficult) The Parser monad might also be defined as follows.
Mensaje anterior: Una ultima duda con el parser.
Previous message:[Email-SIG] My plans for the parser.
TRichViewXML tiene su propio parser de XML y no utiliza bibliotecas externas.
TRichViewXML has its own XML parser and does not use external libraries.
Su idea era crear una librería deAuto-completado basándose en ctags, SQLite(de ahí, CodeLite) y Yacc un parser que puede ser usado por otros IDEs.
The idea was to create a code completion library based on ctags, SQLite(hence, CodeLite),and a Yacc based parser that could be used by other IDEs.
Si quieres descargar MITRE CNR Init Data Parser de una fuente segura, utiliza la página web del desarrollador.
If you want to download MITRE CNR Init Data Parser from a safe source, be sure to use the manufacturer's site.
En cambio, considere la posibilidad de utilizar en su lugar una herramienta basada en navegador, como YAML Lint uOnline YAML Parser para ayudarle a comprobar la sintaxis YAML.
Instead, consider using a browser-based tool such as YAML Lint orOnline YAML Parser to help you check your YAML syntax.
También implementa un parser de Ejecutables Portables(en inglés, Portable Executable, PE) que permite a un ejecutable ser mapeado o liberado en un paso único y atómico.
It also implements a parser of PE executables that lets an executable be mapped or unmapped in a single, atomic step.
Identifica la sintaxis adecuada para la función parser que deseas utilizar.
Identify the proper syntax for the parser function you wish to use.
UK o Legco Hansard Parser(Hong Kong), permiten a los ciudadanos crear peticiones para obtener acceso a información o promueven prácticas en favor de la transparencia.
UK and Legco Hansard Parser(Hong Kong), allow people to create petitions to obtain access to information or promote practices that favour transparency.
Más abajo encontrarás una lista completa de asociaciones de MITRE CNR Init Data Parser con archivos en nuestra base de datos.
Below you will find a full list of links of the MITRE CNR Init Data Parser with files in our database.
C++11 mejorará la especificación del parser de modo que múltiples paréntesis de ángulo derechos sean interpretados, donde sea razonable, como cierre de la lista de argumentos de la plantilla.
C++11 improves the specification of the parser so that multiple right angle brackets will be interpreted as closing the template argument list where it is reasonable.
En el artículo anterior de esta serie hice un repaso de las principales cuestiones acerca del diseño de la gramática para construir un analizador o parser para expresiones aritméticas.
In the previous article in this series I reviewed the main issues about the design of the grammar to build an analyzer, or parser, for arithmetic expressions.
En este enlace puedes descargar el descargar el código fuente del proyecto con el parser que utilizaré como ejemplo en este artículo, escrito en CSharp con Visual Studio 2013.
In this link you can download the source code of the project with the parser I will use as an expample in this article, written in CSharp with Visual Studio 2013.
Para guardar información, me ha llamado la atención que haya que" abrir" el fichero(con open(fichero,"w")) en lugar de hacerlo dentro de la variable" parser",tal que así: parser.
The issue that calls my attention was that for saving data, first I have to" open" the file( open(fichero,"w"))instead of doing it inside the module, something like: parser.
La página web de la S-expresiones de Rivest proporciona el código fuente de C para un parser y generador disponible bajo la licencia MIT, que podía ser adaptado y empotrado en otros programas.
Rivest's S-expressions web page provides C source code for a parser and generator(available under the MIT license), which could be adapted and embedded into other programs.
La etiqueta(en inglés tag) HTML que contiene el mensaje puede darse a través del parámetro|tag=, pero solo acepta span, div, p, y strong,debido a que son las únicas etiquetas reconocidas por la función parser iferror.
The tag to contain the error message can be given through the tag parameter, but it will only accept span, div, p, and strong,since those are the only tags recognized by the{{ iferror}} parser function.
En el anterior artículo de la serie comencé a mostrar cómo implementar un analizador de expresiones aritméticas o parser a partir de las reglas de la gramática en notación BNF, con las clases encargadas de extraer los números, variables y constantes.
In the previous article in this series I began to show how to implement an arithmetic expression analyzer, or parser, from the grammar rules in BNF notation, with classes which extract numbers, variables and constants.
El parser que voy a implementar funcionará como un compilador que generará como resultado un objeto ejecutable y parametrizable que nos permitirá evaluar la expresión modificando el valor de sus parámetros, las constantes y las variables.
The parser that I will implement functions as a compiler that can generate the results as an executable and configurable object that will allow us to evaluate the expression and modify the value of its parameters, constants and variables.
Las clases utilizadas para compilar y gestionar las fórmulas se encuentran en la carpeta Formulas del proyecto Tableaux, yestán basadas en el parser del artículo diseño de la gramática para un analizador de expresiones.
The classes used to compile and manage the formulas are in the Formulas folder of the Tableaux project, andare based on the design of the parser of the article design of the grammar for an expressions analyser.
Las clases que componen el parser utilizarán dos excepciones, definidas en el módulo Exceptions, para indicar un error de sintaxis( BadSyntaxException) y para rechazar una cadena de entrada si no cumple con las reglas de la clase para que se pueda intentar otra alternativa NotRecognizedException.
The classes that make up the parser will use two exceptions defined in the Exceptions module to indicate a syntax error( BadSyntaxException) and to reject an input string if it does not comply with the class rules so that it can be tried another alternative NotRecognizedException.
Esto hace a los árboles de sintaxis abstracta diferentes de los árboles de sintaxis concreta, llamados tradicionalmente árboles de parser,que son a menudo construidos por la parte parser de la traducción del código fuente y el proceso de compilación a pesar quizás de un nombramiento no intuitivo.
This distinguishes abstract syntax trees from concrete syntax trees, traditionally designated parse trees,which are typically built by a parser during the source code translation and compiling process.
A menudo llamado"el libro del dragón" porque su cubierta representa a un caballero y un dragón en batalla; el dragón es verde, yestá etiquetado"Complejidad de la Construcción del Compilador", mientras que el caballero maneja una lanza etiquetada"generador parser LALR.
It is often called the"dragon book" and its cover depicts a knight and a dragon in battle; the dragon is green, and labeled"Complexity of Compiler Construction",while the knight wields a lance and a shield labeled"LALR parser generator" and"Syntax Directed Translation" respectively, and rides a horse labeled"Data Flow Analysis.
Cuando estamos trabajando con funciones matemáticas,resulta muy conveniente disponer de un parser, o analizador de expresiones, que nos permita escribir e interpretar diferentes versiones de las ecuaciones que deben ser procesadas por el programa, en lugar de tener que modificar y recompilar el código para adaptar lo a dichos cambios cada vez.
When we are working with mathematical functions,it is very convenient to have a parser that allows us to write and perform different versions of the equations that must be processed by the program, rather than having to modify and recompile the code to adapt it to these changes each time.
Incluso con la ya mencionada funcionalidad C++11 del decltype, esto no es posible: template decltype(lhs+rhs) funcion_de_suma(const Lhs&lhs, const Rhs&rhs){return lhs+ rhs;}// No es legal en C++11 Esto no es C++ legal porque lhs y rhs todavía no se han definido;no serán identificadores válidos hasta después de que el parser haya analizado el resto del prototipo de la función.
Even with the aforementioned C++11 functionality of decltype, this is not possible: template decltype(lhs+rhs) adding_func(const Lhs&lhs, const Rhs&rhs){return lhs+ rhs;}//Not valid C++11 This is not valid C++ because lhs and rhs have not yet been defined;they will not be valid identifiers until after the parser has parsed the rest of the function prototype.
Results: 29, Time: 0.0336

How to use "parser" in a Spanish sentence

Parser Error Message: Unrecognized attribute 'targetFramework'.
Xml atracción parser androide punto preceptoral.
Simple parser combinator library for Kotlin.
The parser will reject such groups.
Sony® Firmware Extension Parser Device Driver.
Parser for the .netrc file format.
Current Kea parser simply ignores comments.
I...a parser implemented for this project.
First, let's check the parser methods.
The real PostgreSQL parser for nodejs.

How to use "parser" in an English sentence

First, let's check the parser methods.
MAPIMessage parser couldn't get "Content-ID" field.
Initialize the parser object with TLVReader.
Now use sax parser and sax2rdf.py.
Our SQL parser uncovers both types.
The parser enforces strict XML rules.
Includes secure MIME (S/MIME) parser for.
The Rust parser and macro expander.
The parser will make this conversion.
When executed, the parser simply queries.
Show more

Top dictionary queries

Spanish - English