<<< Void regions     Table Of Contents     Parser design >>>

Common Text Transformation Library http://cttl.sourceforge.net/

Stream parsers


  1. Stream parser grammar
  2. policy_stream.cpp
  3. Predictive grammar in stream parsers
  4. Space policy and stream data extraction
  5. Case study: XML stream parser


Stream parser grammar


Keywords: policy_stream.cpp, policy_strict_stream, policy_default, strict_policy_T, policy_relaxed_stream, std::cin, cin.get(), flag_follow_space, ungreedy policy, isalpha, isdigit, isxdigit, CTTL_STATIC_RULE


Predictive grammar in stream parsers



Space policy and stream data extraction



Case study: XML stream parser



Copyright © 1997-2009 Igor Kholodov mailto:cttl@users.sourceforge.net.

Permission to copy and distribute this document is granted provided this copyright notice appears in all copies. This document is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.


 

 

<<< Void regions     Table Of Contents     Parser design >>>