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
Programming LanguagesUniversity of Virginia via Udacity Compilers
Stanford University via Coursera Compilers
Stanford University via edX Introduction to Natural Language Processing
University of Michigan via Coursera Advanced Software Construction in Java
Massachusetts Institute of Technology via edX