Computer Science Fundamentals
Algorithms
Subjective
Feb 26, 2013
Write the configuration of an LR parser?
Detailed Explanation
A configuration of an LR parser is a pair whose first component is the stack contents and whose second component is the unexpended input:
(s0 X1 s1 X2 s2 …Xm sm , ai ai+1 … an $)
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts