Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lfa:introduction [2018/09/25 18:05]
pdmatei
lfa:introduction [2020/10/19 15:29] (current)
pdmatei
Line 29: Line 29:
 **Formal Languages** are especially helpful for the **parsing phase**. ​ **Formal Languages** are especially helpful for the **parsing phase**. ​
  
 +
 +/*
 Parsing itself has several stages, which we shall illustrate via the following example. Parsing itself has several stages, which we shall illustrate via the following example.
  
Line 212: Line 214:
  
 The lexical and syntactic phase (i.e. //​parsing//​) follows the very same general ideas already presented. Instead of implementing another parser from scratch, it only feels natural to build tools which automate, to some extent, the process of parser development. Much of the Formal Languages and Automata lecture relies on this insight. The lexical and syntactic phase (i.e. //​parsing//​) follows the very same general ideas already presented. Instead of implementing another parser from scratch, it only feels natural to build tools which automate, to some extent, the process of parser development. Much of the Formal Languages and Automata lecture relies on this insight.
 +*/
  
 ===== Lecture outline ===== ===== Lecture outline =====