outline.txt 1.9 KB

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