B
brandon.e.taylor
I am looking for a tool capable of producing HTML pages from source
files written in different languages, where the source written in one
language is a port of the source written in another language.
Primarily,
I need to be able to create hyperlinks - e.g. through the use of
tagged
comments in the source - linking corresponding code, all the way down
to
the statement level, between the original source codebase and the
ported
codebase. Ideally, I would like the tool to support the typical
complement of interesting source-to-html features (e.g. syntax
highlighting, line numbering, symbol cross-referencing, etc.) as
well.
My current need is to map from C to ASM (and vice-versa), but I would
like to find a tool that supports and/or is extensible to other
languages.
I would appreciate any pointers to open source tools that already
meet
my described need or open source tools that could be relatively easily
modified to meet my described need.
Thanks.
files written in different languages, where the source written in one
language is a port of the source written in another language.
Primarily,
I need to be able to create hyperlinks - e.g. through the use of
tagged
comments in the source - linking corresponding code, all the way down
to
the statement level, between the original source codebase and the
ported
codebase. Ideally, I would like the tool to support the typical
complement of interesting source-to-html features (e.g. syntax
highlighting, line numbering, symbol cross-referencing, etc.) as
well.
My current need is to map from C to ASM (and vice-versa), but I would
like to find a tool that supports and/or is extensible to other
languages.
I would appreciate any pointers to open source tools that already
meet
my described need or open source tools that could be relatively easily
modified to meet my described need.
Thanks.