dexed/cesyms
Basile Burg 173acc0c8e added more symbol to the list
+ class/struct ctor/dtor
+ anon enum, first member used as ident
+ mixin template decl not as template but as mixin
+ test as runnable with <CFF> using the version ident automatically set by CE
+ libdparse FR: line/col for static ctor/dtor
2015-03-06 22:27:51 +01:00
..
cesyms.coedit new widget tool designed to replace the static explorer and based on libdparse 2015-02-25 07:55:22 +01:00
cesyms.d added more symbol to the list 2015-03-06 22:27:51 +01:00
readme.md new widget tool designed to replace the static explorer and based on libdparse 2015-02-25 07:55:22 +01:00

readme.md

ceSyms

Tool designed to build a symbol tree for a particular D module. It's written in D using Coedit. To build it, libdparse must be setup in the libman as described in this tutorial.

This tool is mandatory to enable the new Symbol list widget. If missing, the old static explorer widget still does the same but it's from far less efficient since it actually compiles while only the AST is needed.

The new tool does not take the module correctness in account.