Developing EDSL's for Boost.Spirit
Offered By: CppNow via YouTube
Course Description
Overview
Explore the development of Embedded Domain Specific Languages (EDSLs) using Boost.Spirit in this 38-minute CppNow conference talk. Learn how to convert grammars into both parsers and generators, using the General Inter-Orb Protocol from CORBA as an example. Discover techniques for handling structured heterogeneous sequences, addressing alignment issues, and managing endianness through the use of Boost.Spirit's grammar locals and parameters. Gain valuable insights into creating efficient and versatile EDSLs for parsing and generating complex data structures.
Syllabus
Felipe Almeida: Developing EDSL's for Boost.Spirit
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