The DejaVU Framework -- hush 3.0
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?

include: scanner.h hush-3.1/grammar/ml/html


[.] - [up] [top] - index make include source grammar scripts html slides talks
  ifndef _HTML_H
  define _HTML_H
  
  include <grammar/scanner.h>
  include <iostream.h>
  
  

html_scanner:


  class html_scanner: public lex_scanner {
  public:
          html_scanner(istream* in = &cin, ostream* out = &cout )
                                                  : lex_scanner(in,out) {
                  in_cmt = 0;
          }
          ~html_scanner() { cout << "Ending html" << endl; }
          term* operator()();
  private:
  int in_cmt;
  };

slide: html_scanner:

  
  endif
  

[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?
Hush Online Technology
hush@cs.vu.nl
11/03/98