On Thursday, 26 July 2012 at 23:51:34 UTC, José Armando García
Sancio wrote:
On Thu, Jul 26, 2012 at 3:34 PM, dnewbie <r...@myopera.com>
wrote:
There is --ctags output in Dscanner
https://github.com/Hackerpilot/Dscanner
Very interesting. Is this Dscanner pluggable? I would be
interesting
to use Dscanner for localization. For example it would be nice
if it
could generate a list of all the strings that are passed to a
specific
function.
This is how people generate localizable string to use for
gettext.
Thoughts?
-Jose
Dscanner has a tokenizer for D code, so it would not be hard to
make a program that uses the tokenizer to swap out string
literals.