Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.8.5 |
Importing Wikidata short description: "Bottom-up parser that interprets an operator-precedence grammar" |
||
Line 1:
{{Short description|Bottom-up parser that interprets an operator-precedence grammar}}
In [[computer science]], an '''operator precedence parser''' is a [[Bottom-up parsing|bottom-up parser]] that interprets an [[operator-precedence grammar]]. For example, most [[calculator]]s use operator precedence parsers to convert from the human-readable [[infix notation]] relying on [[order of operations]] to a format that is optimized for evaluation such as [[Reverse Polish notation]] (RPN).
|