Boost C++ Libraries Home Libraries People FAQ More

Next

Spirit X3 3.0.4

Joel de Guzman

Hartmut Kaiser

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


Table of Contents

Preface
Introduction
Include
Abstracts
Syntax Diagram
Parsing Expression Grammar
Attributes of Primitive Components
Attributes of Compound Components
More About Attributes of Compound Components
Attributes of Nonterminals
Tutorials
Quick Start
Warming up
Parser Semantic Actions
Complex - Our first complex parser
Sum - adding numbers
Number List - stuffing numbers into a std::vector
Number List Redux - list syntax
Number List Attribute - one more, with style
Roman Numerals
Employee - Parsing into structs
X3 Program Structure
Annotations - Decorating the ASTs
RExpressions - Recursive ASTs!
Error Handling
Quick Reference
Common Notation
Character Parsers
Numeric Parsers
String Parsers
Auxiliary Parsers
Binary Parsers
Parser Directives
Parser Operators
Parser Semantic Actions
Compound Attribute Rules
Nonterminals
Parser Semantic Actions
Changelog
Spirit V3.0.4 (Boost V1.70.0)
Spirit V3.0.3 (Boost V1.69.0)
Spirit V3.0.2 (Boost V1.68.0)
Spirit V3.0.1 (Boost V1.67.0)

This is the documentation of the newest version of Spirit (currently, V3.0.4).

s

Last revised: April 09, 2019 at 19:38:39 GMT


Next