53:06
Understanding parser combinators: a deep dive - Scott Wlaschin
Traditionally, writing parsers has been hard, involving arcane tools like Lex and Yacc.An alternative approach is to write a parser ...
11:19
Using parser combinators to extend the Arith parser to handle variables and let expressions.
3:42:52
Fast Parser Combinator Library from Scratch in OCaml (no dependencies)
Broadcasted live on Twitch at 2020-11-20 -- Watch live at https://www.twitch.tv/tsoding Source Code: ...
1:50:07
JSON Parser 100% From Scratch in Haskell (only 111 lines)
Twitch: https://www.twitch.tv/tsoding GitHub Repo: https://github.com/tsoding/haskell-json My Haskell Setup: ...
22:46
Functional Parsing - Computerphile
Functional or Combinator Parsing explained by Professor Graham Hutton. Professor Hutton's Functional Parsing Library: ...
21:05
How Parser Combinators Work [Parser Combinators From Scratch] Episode 1
In this episode we dive into what a parser combinator library is, and how it is used in practice. During this series we will develop ...
43:06
"Safe and fast parsers with Nom and Rust" by Geoffroy Couprie
It got easier with techniques like parser combinators, but developers did not adopt them right away, especially in binary formats for ...
21:43
Classes, mapping, and generic parsers [Parser Combinators From Scratch] Episode 3
In this episode we'll create a Parser class and implement map, a method that will allow us to apply arbitrary structure as we parse.
45:47
GopherCon 2022: Parsing w/o Code Generators: Parser Combinators in Go with Generics - Jeremy Brown
For reasons too tedious to print here, I needed to write an extensible Markdown parser. (OK, since you asked, I needed it to ...
41:02
"Parser Parser Combinators for Program Transformation" by Rijnard van Tonder
Multi-language tool support for syntax transformation is hard due to heterogeneous representations in syntax and abstract syntax ...
26:33
λ Introduction to Parser Combinators λ
In this video I do small short introduction to parser combinators and How I used them to make my life easier. Don't forget to ...
1:07:35
Parser combinators: parsing search query in 200 lines of code
Math.random: javascript community
Parser combinators are a powerful abstraction that allows describing the parsing of complex grammars in a small amount of code.
47:29
Building a Mapping Language in Go with Parser Combinators
In this video I'll be walking you through how to build a mapping language in Go using parser combinators, starting from the basics ...
36:19
This time, we rewrite our JSON parser, but in a way that promotes reuse. In doing so, we effectively build a mini parser combinator ...
1:38:14
Parser Combinators with Max Bo
Ever looked at a Regex and thought to yourself “gee, I wish there was something similar to Regexes that could parse swanky ...
55:09
PEGs, Packrats and Parser Combinators — Part 2: Building Composable Parsers with PetitParser
This is a guest lecture to be held on Thursday April 6 for the Masters course on Compiler Construction offered by Timo Kehrer at ...
43:07
Stefanie Schirmer - Parsers All The Way Down? Exploring Combinator Parsing - DomCode 2015
Talk by https://twitter.com/linse at http://conference.domcode.org More video's: http://domcode.org/videos.
19:41
Haskell 2021 - Design Patterns for Parser Combinators
Rehearsal of a talk delivered at the Haskell Symposium 2021, about the design patterns of parser combinators. A link to the repo ...
20:41
Lightweight Multi-Language Syntax Transformation with Parser Parser Combinators
https://pldi19.sigplan.org/details/pldi-2019-papers/5/Lightweight-Multi-Language-Syntax-Transformation-with-Parser-Parser- ...