New distribution of mrl parser.

Kurt Stirewalt ([email protected])
Thu, 25 May 1995 15:29:40 -0400

Per Pedro's request and Noi's agreement, we have changed the syntax of mrl
*slightly*. What was once:

Description Guide "A description of object Guide" {

attribute dir "The direction";
attribute position "The position";
attribute margin1 "The first margin";
attribute margin2 "The second margin";
};

is now:

Description Guide {
"A description of object Guide"

attribute dir "The direction";
attribute position "The position";
attribute margin1 "The first margin";
attribute margin2 "The second margin";
};

Note the movement of the object description into the area surrounded by
curly braces. This should make long object descriptions more readable.

-- kurt.