Overview
Explore parser combinators in Swift through this 26-minute conference talk from try! Swift Tokyo 2016. Dive into functional techniques for parsing strings into trees, such as constructing JSON. Learn how to combine small parsers to create more complex and practical ones. Discover the power of parser combinators as Yasuhiro Inami, an iOS developer at LINE Corporation, guides you through concepts like operators, passers, symbol natural process, and triphasic parsing. Gain insights into Swift language best practices and application development techniques while expanding your knowledge of this powerful parsing approach.
Syllabus
Introduction
Parser Combinator
Operators
Passers
Symbol Natural Process
Triphasic
Taught by
try! Swift Conference