Sun 25 Oct 2015 11:30 - 12:00 at Reflections - Second Session Chair(s): Eric Van Wyk

Parsers have traditionally been a very complex field: you have parsers, parser-generators, formal grammars, lex, yacc, bison, and a whole zoo of other tools. Even so, many fall back to hand- written recursive descent parsers in industrial situations, a choice that demonstrates the total inadequacy of all these complex tools. Why can’t you just include a library, write some code, and have a reasonably performant parser without any code-gen or other magic? What if you got syntax highlighting for free? And error- recovery? And structured, even interactive, error messages? Fastparse is a tiny, 1500LOC library that provides all the above, and more. This talk will cover the who/why/what/where/when of Fastparse and why you should consider it the next time you’re parsing plain text

Sun 25 Oct

Displayed time zone: Eastern Time (US & Canada) change

10:30 - 12:00
Second SessionParsing@SLE at Reflections
Chair(s): Eric Van Wyk University of Minnesota
10:30
30m
Talk
Modular Syntax
Parsing@SLE
Cyrus Omar Carnegie Mellon University
11:00
30m
Talk
Improving Syntactic Completion
Parsing@SLE
Luis Eduardo de Souza Amorim TU Delft, Guido Wachsmuth Delft University of Technology, Eelco Visser Delft University of Technology
File Attached
11:30
30m
Talk
Fastparse: programmable parsers for the 21st century
Parsing@SLE