Chapter 0 Preface¶
Chapter 1 Introduction¶
Chapter 2 Mathematical Background¶
Chapter 3 Finite Acceptors¶
Chapter 4 Regular Languages¶
- 4.1. Regular Expressions
- 4.1.1. Definition and Examples of Regular Expressions
- 4.1.2. Converting a Regular Expression to a NFA
- 4.1.3. Regular Expression to NFA Conversion Example
- 4.1.4. Regular Expression to Minimized DFA Example
- 4.1.5. Converting Regular Languages to Regular Expressions
- 4.1.6. Converting Regular Languages to Regular Expressions Example
- 4.1.7. Summary
- 4.2. Regular Expressions Exercises
- 4.3. Regular Grammars
- 4.4. Regular Grammars Exercises
- 4.5. Closure Properties of Regular Languages