Subject | Re: [IBO] Macro Symbol Defaults |
---|---|
Author | Helen Borrie |
Post date | 2001-07-09T03:33:38Z |
At 11:33 AM 08-07-01 -0600, you wrote:
Personally I would prefer "[" and "]" because they are unshifted; but I just wonder whether the parser might get bamboozled when encountering double square brackets that belong to the Delphi code, rather than the macro syntax...I guess that's the cost of operating with multiple parsers...
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Is it possible to default to [[ ]], but have something likeThat is the way it works currently - the macrobegin and macroend characters default to "<" and ">" respectively but you can set your own character. (The parser looks out for doubled macrobegin and macroend characters to recognise a macro token).
>connection.macrodefault := '// \\' or '/* */' or ..., which
>would put the honor on the user ?
>
>----------------------------------------------------------
Personally I would prefer "[" and "]" because they are unshifted; but I just wonder whether the parser might get bamboozled when encountering double square brackets that belong to the Delphi code, rather than the macro syntax...I guess that's the cost of operating with multiple parsers...
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________