Expressive Compile Time Parsers in Modern C++
Offered By: Meeting Cpp via YouTube
Course Description
Overview
Explore the world of compile-time parsers in C++ through this comprehensive conference talk from Meeting C++ 2023. Dive into the use of modern C++ language features for designing expressive APIs and domain-specific languages, and learn how compile-time parsers can overcome syntax limitations. 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 constraints. Discover practical applications of these libraries in reducing boilerplate, writing compile-time regular expressions, parsers, parser generators, Rust's macro rules, and reflection features. Enhance your understanding of the power and versatility of compile-time parsers in C++ development.
Syllabus
Expressive Compile Time Parsers - Alon Wolf - Meeting C++ 2023
Taught by
Meeting Cpp
Related Courses
How C++23 Changes the Way We Write CodeNDC Conferences via YouTube A Preview of C++ 23
NDC Conferences via YouTube Let's Talk About C++ Abstraction Layers
CppNow via YouTube Top 5 Library Additions in C++23
CppNow via YouTube mp-units - Lessons Learned and a New C++ Library Design
ACCU Conference via YouTube