Lecture 13
Learning objectives
After this class, you should be able to:
- Given a language, prove that it is not regular (usually by using the pumping lemma).
Reading assignment
- Section 4.3.
- Lecture 12-13 slides on Blackboard.
- Try the lex examples under the course library tab on blackboard.
- Prepare for Midterm 1.
Exercises and review questions
- Exercises and review questions on current lecture's material
- Section 4.3, exercise #4 a-d.
- Section 4.3, exercise #5 f.
- How can you take multiple actions on matching a single pattern in lex. (The examples will help you answer this question.)
- In the example in the slides, we printed out the type of pattern when a pattern was matched. How can we print out the value of the actual string that ocurred in the text? (The examples will help you answer this question.)
- Questions on next lecture's material
- None.
Last modified: 9 Jan 2014