AST Construction with the Universal Tree
Offered By: CppNow via YouTube
Course Description
Overview
Explore the power of utree, a generic data structure for abstract syntax trees in Boost.Spirit, in this CppNow conference talk. Dive into utree's integration with Spirit and learn how to build and manipulate ASTs for XML, symbolic expressions, JSON, and C-like source code. Discover design patterns for compiling utree ASTs to other internal representations, including DOM trees, function trees, associative arrays, and simple VM bytecode. Gain insights into writing utree-centric Spirit parsers and generators to enhance your parser and generator development skills.
Syllabus
Bryce Lelbach: AST Construction with the Universal Tree
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