hello; On Sunday, Nov 30, 2003, at 00:19 Europe/Berlin, Wendall Marvel wrote:
> > ... i can't give you specific advice about the current packages, but, in general - try apropos. when i last had this kind of task, the appropriate functions were evident. - define utility functions for yourself which delegate to the implementation specific mop operators - mop use-cases are easier to follow if one is more strict in how they use the terms. to wit: > > I have a metaclass called parser-class that is the > metaclass of all the classes that get instantiated. > This metaclass [declares] a slot called parseinfo, [to] hold[] > the patterns to match against. the respective abstract and concrete classes are the ones which "have" the slot. > > So the parser basically starts with the [most general abstract class] > object that is the root superclass of all classes that > can be parsed to, and the line to parse. ... ...
