
vec/

vec: An example for Rie and C++ combination.  

Readme        this file
Makefile      makefile for making vec
vec.l         description of lexical analyzer of vec
vec.rie       description of syntax and semantic analyzer of vec
vec           executable to be created
vec.dat       sample input for vec.  do 'vec < vec.dat'.
vec.res       the expected output by above command.
