[CrackMonkey] [mailman-owner@zork.net: CrackMonkey Subscribe Notification]

Paul J Collins sneakums at eircom.net
Mon Jul 31 18:04:58 PDT 2000


>>>>> "Bad" == Bad  <mr.bad at pigdog.org> writes:

>>>>> "PJC" == Paul J Collins <sneakums at eircom.net> writes:
    PJC> That would be funny, except CORBA is absolutely no use for
    PJC> parsing configuration files.

    Bad> interface Scanner {
    Bad>         // set the Parser to send tokens to 
    Bad>         void setParser(in Parser p);

    Bad>         // submit next character
    Bad>         void setC(in string nextChar);
    Bad> };
        
    Bad> interface Parser {
    Bad>         // set the parse handler to handle parse events
    Bad>         void setParseHandler(in ParseHandler ph);
    Bad>         // when the scanner finds a new token, tells us here
    Bad>         void nextToken(string token);
    Bad> };

    Bad> interface ParseHandler {
    Bad>         void parseEvent(in string eventName, in sequence<string> params); 
    Bad> };


    Bad> And OF COURSE I didn't actually check that.

Certainly, since you lack an implementation.  And my comment stands;
CORBA doesn't do the work, the implementation called up into by the
skeleton does.

-- 
Paul Collins <sneakums at eircom.net> - - - - - [ A&P,a&f ]
 GPG: 0A49 49A9 2932 0EE5 89B2  9EE0 3B65 7154 8131 1BCD
 PGP: 88BA 2393 8E3C CECF E43A  44B4 0766 DD71 04E5 962C
"We're busted in the blinding lights of closing time."






More information about the Crackmonkey mailing list