I must have dozed off in class. I have an exam tommorow and this is on the review sheet and i have no idea what this means. If someone could explain it and/or have a link for somewhere I can learn about "it" that would be helpful. thanks
Consider the language that the following grammar defines:
< S > ::= $ | < W > | $< S >
< W > ::= abb | a < W > bb
Write all strings that are in this language and contain seven or fewer character
Edit: Heres another example:
< Str >::= X< Str > | Y< Another > < Another >::= Z | Z< Another >
Write some string in this language that contains more than three characters.