- Thread starter
- #1
- Apr 13, 2013
- 3,844
If I am given a grammar,how can I find which language it generates?For example,if I am given the following grammar:
{w [tex]\epsilon[/tex] {(,) [,]}[tex]^{*}[/tex]:[tex] I\rightarrow(I)I | I | \varnothing \}[/tex] ,where I is the start symbol, how can I find the language?
{w [tex]\epsilon[/tex] {(,) [,]}[tex]^{*}[/tex]:[tex] I\rightarrow(I)I | I | \varnothing \}[/tex] ,where I is the start symbol, how can I find the language?
Last edited by a moderator: