Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Canonical LR parser
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Determining lookahead terminals === Within item set 0 the follow sets can be found to be: : FOLLOW(0,S) = { $ } : FOLLOW(0,E) = { $, ')'} : FOLLOW(0,T) = { $, '+', ')' } From this the full item set 0 for an LR(1) parser can be created, by creating for each item in the LR(0) item set one copy for each terminal in the follow set of the LHS nonterminal. Each element of the follow set may be a valid lookahead terminal: : [S β β’ E, $] : [E β β’ T, $] : [E β β’ T, )] : [E β β’ ( E ), $] : [E β β’ ( E ), )] : [T β β’ n, $] : [T β β’ n, +] : [T β β’ n, )] : [T β β’ + T, $] : [T β β’ + T, +] : [T β β’ + T, )] : [T β β’ T + n, $] : [T β β’ T + n, +] : [T β β’ T + n, )]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)