[TUTORIAL] PetitParser First Name: Jan Last Name: Kurs Type: Tutorial Abstract: PetitParser is PEG-based parser combinator framework utilizing scannerless parsing and packrat parsing. PetitParser makes it easy to define parsers with Smalltalk code and to dynamically reuse, compose, transform and extend grammars. Recently, PetitParser was extended in two areas: 1) parsing context sensitive and indentation sensitive grammars; and 2) parsing imprecisely or incompletely specified grammars (island parsing). In this tutorial we will show how to quickly develop an island parser of an indentation sensitive language using the PetitParser framework. Bio: I am a PhD candidate at the Software Composition Group, University of Bern since 2012. My research interest is in model extraction and parsing technologies. http://www.slideshare.net/esug/tutorial-petitparser Video1: https://www.youtube.com/watch?v=HQswKmwkuhk Video2: https://www.youtube.com/watch?v=vzcJfWU832w