lexer_primitives.qbk 660 B

12345678910111213141516
  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_primitives Lexer Primitives]
  8. [/ Describe the primitive lexer constructs, such as token_def, lexer ]
  9. [/ Describe the primitive lexer constructs usable in parsers, such as
  10. in_state[], set_state(), token(), tokenid(), etc. ]
  11. [endsect]