mirror of https://gitlab.com/basile.b/dexed.git
(lib or submodule) |
||
---|---|---|
.. | ||
cesyms.d | ||
cesyms_libman.coedit | ||
cesyms_submodule.coedit | ||
readme.md |
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, either libdparse
must be setup in the libman
as described in this tutorial,
or libdparse submodule must be cloned with Coedit repository (git submodule init
or update
).
cesyms_submodule.coedit
: coedit project based on libdparse as a submodule.cesyms_libman.coedit
: coedit project based on libdparse as a libman entry.
This tool is mandatory to enable the new symbol list widget (formerly called static explorer) It replaces DMD JSON output to list the declarations within a module.