Dscanner - It exists

Philippe Sigaud philippe.sigaud at gmail.com
Wed Aug 1 13:39:41 PDT 2012


On Wed, Aug 1, 2012 at 7:30 PM, Brian Schott <briancschott at gmail.com> wrote:
> First: This is not a release announcement.
>
> I want to let people know that Dscanner *exists*.
>
> https://github.com/Hackerpilot/Dscanner/

> What it does:
> * Has a D lexer
(...)
> * Can generate a JSON summary of D code.

I just tested the JSON output and it works nicely. Finally, a way to
get imports!

I have have two remarks (not critics!)

- there seem to be two "structs" objects in the JSON, unless I'm mistaken.
- alias declaration are not parsed, seemingly.  (as in "alias int MyInt;")

Also, do you think comments could be included in the JSON?

Nice work, keep going!


More information about the Digitalmars-d-announce mailing list