Slides and code from the parsing expression grammar workshop for CougarCS on 2013-03-28. Contains: peg.pdf: the slides lang/ : example code You can use make run to build and run all the language examples. Build The code depends upon: C: peg/leg Python: pyparsing Perl: Pegex