An Entity of Type: Rule105846932, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computer science, scannerless parsing (also called lexerless parsing) performs tokenization (breaking a stream of characters into words) and parsing (arranging the words into phrases) in a single step, rather than breaking it up into a pipeline of a lexer followed by a parser, executing concurrently. A language grammar is scannerless if it uses a single formalism to express both the lexical (word level) and phrase level structure of the language.

Property Value
dbo:abstract
  • In computer science, scannerless parsing (also called lexerless parsing) performs tokenization (breaking a stream of characters into words) and parsing (arranging the words into phrases) in a single step, rather than breaking it up into a pipeline of a lexer followed by a parser, executing concurrently. A language grammar is scannerless if it uses a single formalism to express both the lexical (word level) and phrase level structure of the language. Dividing processing into a lexer followed by a parser is more modular; scannerless parsing is primarily used when a clear lexer–parser distinction is unneeded or unwanted. Examples of when this is appropriate include TeX, most wiki grammars, makefiles, simple application-specific scripting languages, and Raku. (en)
  • Análise sintática sem varredura é uma técnica de análise sintática que não utiliza um componente de varredura (Scanner) para traduzir uma cadeia de caracteres em marcas. O termo análise sintática sem varredura foi inicialmente utilizado por Salomon e Cormack. Como conseqüência do uso desta técnica é que a linguagem definida será descrita por uma única gramática unificada(definida por exemplo através do formalismo Syntax Definition Formalism) ao invés de ser descrita por uma gramática livre de contexto e uma gramática regular. (pt)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 3235935 (xsd:integer)
dbo:wikiPageLength
  • 4657 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1077378130 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • Análise sintática sem varredura é uma técnica de análise sintática que não utiliza um componente de varredura (Scanner) para traduzir uma cadeia de caracteres em marcas. O termo análise sintática sem varredura foi inicialmente utilizado por Salomon e Cormack. Como conseqüência do uso desta técnica é que a linguagem definida será descrita por uma única gramática unificada(definida por exemplo através do formalismo Syntax Definition Formalism) ao invés de ser descrita por uma gramática livre de contexto e uma gramática regular. (pt)
  • In computer science, scannerless parsing (also called lexerless parsing) performs tokenization (breaking a stream of characters into words) and parsing (arranging the words into phrases) in a single step, rather than breaking it up into a pipeline of a lexer followed by a parser, executing concurrently. A language grammar is scannerless if it uses a single formalism to express both the lexical (word level) and phrase level structure of the language. (en)
rdfs:label
  • Scannerless parsing (en)
  • Análise sintática sem varredura (pt)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License