Metaparse - Compile-Time Parsing with Template Metaprogramming
Offered By: CppNow via YouTube
Course Description
Overview
Explore compile-time parsing with template metaprogramming in this conference talk from C++Now 2012. Dive into Metaparse, a C++ template metaprogramming library for generating parsers that operate at compile-time. Learn how Metaparse differs from Boost.Spirit and Boost.Proto, with its ability to process free-formed strings as input during compilation. Discover the power of creating parsers as template metaprograms and understand the advantages of compile-time parsing in C++ development. Gain insights from speakers Zoltan Porkolab and Abel Sinkovics as they explore the capabilities and applications of this innovative approach to parsing in C++.
Syllabus
Zoltan Porkolab, Abel Sinkovics: Metaparse -- Compile-time parsing with template metaprogramming
Taught by
CppNow
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