[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
VTP browser
I would like to write a function that allows browsing of VTP
structures.
What I need to do that is an explicit description of the different
VTP object classes (such as {formalism}, {operator}, {tree} etc.),
namely a description of their record slots.
If the VTP object were just structures, this would be quite easy, the
plist of the class containes all information I need:
? (defstruct test a b c)
= test
? (plist 'test)
= (defstruct ((() () ()) a b c))
?
But what about VTP objects???
Guido
--
Guido BOSCH, INRIA-Lorraine/CRIN
Institut National de Recherche en Informatique et en Automatique (INRIA)
Centre de Recherche en Informatique de Nancy (CRIN)
Campus scientifique, B.P. 239
54506 Vandoeuvre-les-Nancy CEDEX
Tel.: (+33) 83.91.24.24
Fax.: (+33) 83.41.30.79
email: bosch@loria.fr