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

In computer science, a simple precedence parser is a type of bottom-up parser for context-free grammars that can be used only by simple precedence grammars. The implementation of the parser is quite similar to the generic bottom-up parser. A stack is used to store a of a sentential form from a rightmost derivation. The symbols ⋖, ≐ and ⋗ are used to identify the pivot, and to know when to Shift or when to Reduce.

Property Value
dbo:abstract
  • En el área de los lenguajes formales, un analizador de sintaxis por precedencia simple es un tipo de analizador sintáctico para gramáticas libres de contexto que pueden ser utilizados para reconocer gramáticas de precedencia simple. La implementación del parser es bastante similar al genérico. Una pila es utilizada para almacenar el de una de una . Los símbolos , y son utilizados para identificar el pivote, por lo tanto sabremos cuando Desplazar o cuando Reducir. (es)
  • In computer science, a simple precedence parser is a type of bottom-up parser for context-free grammars that can be used only by simple precedence grammars. The implementation of the parser is quite similar to the generic bottom-up parser. A stack is used to store a of a sentential form from a rightmost derivation. The symbols ⋖, ≐ and ⋗ are used to identify the pivot, and to know when to Shift or when to Reduce. (en)
dbo:wikiPageID
  • 2012125 (xsd:integer)
dbo:wikiPageLength
  • 4208 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1117385832 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • En el área de los lenguajes formales, un analizador de sintaxis por precedencia simple es un tipo de analizador sintáctico para gramáticas libres de contexto que pueden ser utilizados para reconocer gramáticas de precedencia simple. La implementación del parser es bastante similar al genérico. Una pila es utilizada para almacenar el de una de una . Los símbolos , y son utilizados para identificar el pivote, por lo tanto sabremos cuando Desplazar o cuando Reducir. (es)
  • In computer science, a simple precedence parser is a type of bottom-up parser for context-free grammars that can be used only by simple precedence grammars. The implementation of the parser is quite similar to the generic bottom-up parser. A stack is used to store a of a sentential form from a rightmost derivation. The symbols ⋖, ≐ and ⋗ are used to identify the pivot, and to know when to Shift or when to Reduce. (en)
rdfs:label
  • Analizador sintáctico de precedencia simple (es)
  • Simple precedence parser (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates 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