Boost.Parser - A Parser Combinator Library for C++ - Part 1
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive presentation on Boost.Parser, a recently-submitted Boost candidate library for C++17 and later, delivered by Zach Laine at C++Now 2024. Dive into this parser combinator library, which builds upon the best features of Boost.Spirit 2 and Spirit X3 while introducing new capabilities and simplifications. Learn how Boost.Parser leverages modern C++ idioms to enhance parsing functionality. Gain insights from Zach Laine, a Boost author and C++ Standard Committee member with over 20 years of professional experience in C++ programming. Discover the library's design principles, features, and potential applications in graphics, scientific computing, games, metaprogramming, and generic programming. Access accompanying slides for a deeper understanding of the content presented in this first part of a two-part series.
Syllabus
Boost.Parser (Part 1 of 2) - A Parser Combinator Library for C++ - Zach Laine - C++Now 2024
Taught by
CppNow
Related Courses
Learn OCamlIndependent Writing Parsers Like It Is 2017
IEEE via YouTube Nom - A Byte-oriented, Streaming, Zero-copy Parser Combinators Library in Rust
IEEE via YouTube Build Your Own Excel 365 in an Hour with F#
NDC Conferences via YouTube How to Parse a File
NDC Conferences via YouTube