parsing_using_a_lexer.qbk 586 B

123456789101112131415
  1. [/==============================================================================
  2. Copyright (C) 2001-2011 Joel de Guzman
  3. Copyright (C) 2001-2011 Hartmut Kaiser
  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. ===============================================================================/]
  7. [section:lexer_parsing Parsing using a Lexer]
  8. [/ write about integration of lexer component with __qi__]
  9. [/ write about iterator interface exposed by a __lex__ lexer]
  10. [endsect]