reminder

Pablo Castells ([email protected])
Fri, 17 Mar 95 16:54:24 PST

The parser at ISI is in ~mm-proj/src/Model/Parser/mrl. If you need to use
bison and flex, the executables are in ~castells/software/bison/bin. They
work only for the SUN. And a last question before leaving: what should happen
when a client tries to retrieve the value of an empty slot? Should the
program stop and return an error? If we are returning longs and other
specific types, I don't see other choice. If we always deal with anys, we
could return an "empty any". (Right now, the server returns 0).

Pablo