Content deleted Content added
Slightsmile (talk | contribs) |
m copyedit |
||
Line 2:
{{wikify|date=October 2010}}
In [[computer science]], a '''
The implementation of the parser is quite similar to the generic [[bottom-up parser]]. A stack is used to store a [[viable prefix]] of a [[sentential form]] from a [[rightmost derivation]]. Symbols <math>\lessdot</math>, <math>\dot =</math> and <math>\gtrdot</math> are used to identify the '''pivot''', and to know when to '''Shift''' or when to '''Reduce'''.
|