Wiki**3
Menu
apresentação
« Back
Página Principal
Apresentação
Contactos
aulas
« Back
Compiladores
Programação com Objectos
Todas as Disciplinas...
investigação
« Back
Orientações
Publicações
misc
« Back
Downloads
Community portal
Search
« Back
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Recent changes
Help
Log in
Bottom-Up Parsing/Example 2: SLR(1)
From Wiki**3
<
Bottom-Up Parsing
Revision as of 17:13, 16 May 2011 by
Root
(
talk
|
contribs
)
(Created page with "{{TOCright}} = Problem = S -> 1 S 1 | 1 X 0 | 2 X -> 2 | S 1 | X 2 Initial symbol: S Terminals: { 0, 1, 2 } == Solution ==
category:Teaching
category:Compilers
")
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Contents
[
hide
]
1
Problem
1.1
Solution
Problem
S -> 1 S 1 | 1 X 0 | 2 X -> 2 | S 1 | X 2
Initial symbol: S Terminals: { 0, 1, 2 }
Solution
Categories
:
Teaching
Compilers