Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-06-19 17:27:36 -0700 (Tue, 19 Jun 2001)
Revision: 3278
Log message:
- Changed the syntax of resource implementation. Now you no longer need to
re-declare resource types in the implementation. Instead of the declaration
and a Mp_resource.create call, use the following syntax in the implementation:
let resource <name> = <expr>
where <expr> is an expression that of the type Mp_resource.info
- Additionally, it is no longer necessary to use _resource in resource names
and resource annotations.