D Compiler as a Library
Jacob Carlborg
doob at me.com
Thu Apr 19 02:24:34 PDT 2012
On 2012-04-19 10:48, Roman D. Boiko wrote:
> Convenience interface on top of low-level core functionality can be
> provided and would suffice for many typical situations.
In that case I think something like this might work:
Foo.renameSymbol("file.d:16:4", "bar");
Where "file.d" is the file in which the symbol is located. ":16:4" would
be the row and column number. "bar" would be the new name of the symbol.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list