diff --git a/events.xml b/events.xml index c61f0a7..864b643 100755 --- a/events.xml +++ b/events.xml @@ -93,7 +93,12 @@ The talk will primarily be a demo of All The Code, along with a brief discussion A talk by James deBoer

- James deBoer will be giving a talk on how to regonize regular expressions in Haskell. The core of the code fits in just four lines! + +This talk will introduce the Haskell programming language and and walk +through building a recognizer for regular languages. The talk will +include a quick overview of regular expressions, an introduction to +Haskell and finally a line by line analysis of a regular language +recognizer.