$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2005-07-01 08:04:12
David Abrahams wrote:
> Joel de Guzman <joel_at_[hidden]> writes:
>>I suppose so, yes. Stefan also noted that Synopsos can also
>>be trained to understand macros.
>
>
> IIUC, he noted that no training is needed because the preprocessor
> expands the macros before the rest of Synopsis sees them.
It all depends on what you want to do. Macros are already recognized
and 'un-preprocessed' for code cross-referencing, but there is a lot
more that could be done to treat macros as first-class citizens in
the abstract syntax tree.
There are a number of issues that I hope to be able to sort out when
officially switching to wave.
Regards,
Stefan