Read Sipser § 2.1
- True or False: Any regular language can be generated using a context-free grammar
- True or False: Any context-free language can be generated using a finite automaton.
- Give a context-free grammar G that recognizes language A = {w | w in {0,1}* and w starts and ends with the same symbol}.
- Is the grammar you constructed in the previous problem ambiguous? Explain why or why not.