Chomping down on input: Using nom to build parsers
Parsing input is something that programmers have to do every day. Using parser combinator libraries makes this task much easier. In this talk, I will present how to use nom, a Rust library, to write a parser for an imaginary configuration language.
The whole talk will be centered around the Rust language and should serve as a guide for those interested in these topics.