Expressive Compile-time Parsers in C++ - CppCon 2023
Offered By: CppCon via YouTube
Course Description
Overview
Explore the power of compile-time parsers in C++ through this comprehensive conference talk from CppCon 2023. Delve into the design of expressive APIs and domain-specific languages using modern C++ features, and learn how to overcome syntax limitations through compile-time parsing techniques. Analyze open-source compile-time parsing libraries from C++11 to C++23, comparing their APIs for flexibility and expressiveness. Gain insights into implementation techniques for handling compile-time parsing under compile-time execution constraints. Discover practical applications for reducing boilerplate, writing compile-time regular expressions, parsers, parser generators, and implementing Rust-like macro rules and reflection features. Enhance your understanding of compile-time parsers' versatility and power in C++ development.
Syllabus
Expressive Compile-time Parsers in C++ - Alon Wolf - CppCon 2023
Taught by
CppCon
Related Courses
Introducing Functional Programming in C++LinkedIn Learning The C++ Type System is Your Friend
NDC Conferences via YouTube Joyful Polyglot - Beautiful Insights from Many Languages
Ruby Central via YouTube Circle Metaprogramming - Better Features Make Better Libraries
CppNow via YouTube Taking Template Classes Further with Opaque Types & Generic NTTPs
CppNow via YouTube