By the end of this course, the students can
- recognise and describe languages using various kinds of automata, grammars, regular expressions and set-theoretic descriptions
- carry out basic constructions on automata and expressions, including constructions to convert between different descriptions of regular and context-free languages
- classify languages in the Chomsky hierarchy
- define and reason about languages and words using structural induction
|
|
In this course, you learn to accurately and formally describe (computer) languages, and mechanisms to check whether a given word/text is a member of such a language. You learn about different classes of languages, and ways to describe these with mathematical models. Aspects of this course occur throughout computer science, for example in the design of programming languages, in (network) protocols, text processing, program verification, and in compiler construction.
|
|