dexed/cesyms
Basile Burg c8556aacfa added option to output symlist data as json 2015-11-04 20:26:49 +01:00
..
cesyms.d added option to output symlist data as json 2015-11-04 20:26:49 +01:00
cesyms_libman.coedit cesyms, spotted libdparse bug 2015-11-01 23:16:53 +01:00
cesyms_submodule.coedit fix (temp), custom struct/class allocators problem when inline is set 2015-10-31 10:43:42 +01:00
readme.md updated tools readme 2015-05-03 07:40:34 +02:00

readme.md

ceSyms

Tool designed to build a symbol tree for a given 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).

Notice that libdparse can be easily build in Coedit using the metad project.

  • 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 symbol list widget.