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
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube