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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera