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

scanner: blex.l hush-3.0b4/api/grammar/examples/yaccs


[.] - [up] [top] - index C++ text make include source grammar scripts
  

blex


  %class blex
  
  include <iostream.h>
  include "byacc.tab.h"
  include <blex.h>
  
  [a-z]+ { return token(B,yytext); }
  [A-Z]+ { return token(A,yytext); }
  

slide: blex

  

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