Blame view

3rdparty/boost_1_81_0/libs/spirit/doc/outline.txt 1.87 KB
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
  # Copyright (C) 2001-2008 Joel de Guzman
  # Copyright (C) 2001-2008 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)
  
  
  Preface
  What's New
  Introduction
  Qi and Karma
      Tutorials
      Abstracts
          Parsing Expression Grammar
          Parsing and Generating
          Primitives
          Operators
          Attributes
          Semantic Actions
          Directives
          Rules
          Grammars
          Debugging
          Error Handling
          Parse Trees and ASTs
      Quick Reference
      Reference
          Concepts
              Parser
              Generator
              Parser Director
              Generator Director
          Char
          String
          Numeric
          Binary
          Directive
          Action
          Nonterminal
          Operator
          Stream
          Auxiliary
          Debug
  Lex
      Introduction
      Tutorials
      Abstracts
          Parsing using a Lexer
          Lexer Primitives
          Lexer States
          Lexer Attributes
          Lexer Semantic Actions
      Quick Reference
      Reference
          Concepts
              Lexer
              Token 
              TokenDef
              TokenSet
          Lexer Class
          Token Class
          TokenDef Class
          TokenSet Class
  FAQ
  Notes
      Portability
      Porting from Spirit 1.8.x
      Style Guide
      Techniques
  Rationale
  Acknowledgments
  References
  
  -----------------------------------------------------------------
  
  Concepts Outline:
      Description
      Notation
      Valid Expressions
          Expression | Semantics | Return type | Complexity
      Type Requirements
          Expression | Requirements
      Invariants
      Models
  
  Reference Page Outline:
      Description
      Header
      Synopsis
      Template parameters
      Model of
      Objects
      Expression Semantics
          Expression | Semantics | Return type | Complexity
      Example