Skip to content
Snippets Groups Projects
Commit 175a0406 authored by Viktor Kuncak's avatar Viktor Kuncak
Browse files

exercises

parent 392a1b11
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ For the final Lab 6, each group will need to present the project in a slot in on ...@@ -52,7 +52,7 @@ For the final Lab 6, each group will need to present the project in a slot in on
| 1 | Wed | 21.09.2021 | 08:15 | INM202 | Lecture 1 | [Intro to CLP](https://tube.switch.ch/videos/3351ec99), [Formal languages](https://tube.switch.ch/videos/6df3a6ba) | | 1 | Wed | 21.09.2021 | 08:15 | INM202 | Lecture 1 | [Intro to CLP](https://tube.switch.ch/videos/3351ec99), [Formal languages](https://tube.switch.ch/videos/6df3a6ba) |
| | Thu | 22.09.2021 | 08:15 | INM202 | Lecture 2 | [Operations on Languages](https://tube.switch.ch/videos/1846c6f2), [Regular Expressions and Lexer Idea](https://tube.switch.ch/videos/c903b9d5) | | | Thu | 22.09.2021 | 08:15 | INM202 | Lecture 2 | [Operations on Languages](https://tube.switch.ch/videos/1846c6f2), [Regular Expressions and Lexer Idea](https://tube.switch.ch/videos/c903b9d5) |
| 2 | Mon | 26.09.2021 | 13:15 | INM200 | Lecture 3 | [First Symbols. Constructing a Lexer](https://tube.switch.ch/videos/fc864ce0), [From Regular Expressions to Automata](https://tube.switch.ch/videos/a15b1c5f) | | 2 | Mon | 26.09.2021 | 13:15 | INM200 | Lecture 3 | [First Symbols. Constructing a Lexer](https://tube.switch.ch/videos/fc864ce0), [From Regular Expressions to Automata](https://tube.switch.ch/videos/a15b1c5f) |
| | Wed | 28.09.2021 | 08:15 | INM202 | Labs 1 | | | Wed | 28.09.2021 | 08:15 | INM202 | Labs 1 | [Interpreter Lab](labs/lab01/) |
| | Thu | 29.09.2021 | 08:15 | INM202 | Exercises 1 | | | Thu | 29.09.2021 | 08:15 | INM202 | Exercises 1 | [Exercises on regular expressions and automata](exercises/ex1/ex1.md) |
**Midterm:** Monday 2022-11-14, 13:00-15:00 split between [INM 200](https://plan.epfl.ch/?room==INM%20200) and [SG0211](https://plan.epfl.ch/?room==SG%200211) **Midterm:** Monday 2022-11-14, 13:00-15:00 split between [INM 200](https://plan.epfl.ch/?room==INM%20200) and [SG0211](https://plan.epfl.ch/?room==SG%200211)
# Exercise sheet 1
For exercise session on 28 September
we propose to solve selected exercise from the textbook:
http://hjemmesider.diku.dk/~torbenm/Basics/
In particular, we propose the following ones:
* Exercise 2.1
* Exercise 2.2
* Exercise 2.7
* Exercise 2.11
* Exercise 2.16
Most of them already have solutions provided; we will
provide solution to 2.16. Please also check the discussion forum.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment