dexed/dastworx
Basile Burg e9613a81a3 update dparse and add submodule stdx-allocator 2018-02-11 16:57:41 +01:00
..
src reduce need for patching single quotes in symlist data 2017-12-21 11:27:27 +01:00
build.bat update dparse and add submodule stdx-allocator 2018-02-11 16:57:41 +01:00
build.sh update dparse and add submodule stdx-allocator 2018-02-11 16:57:41 +01:00
dastworx.ce add an editor command to insert ddoc templates, close 2017-04-27 11:43:16 +02:00
dastworx.cegrp use dastworx to detect main(), fixup 2016-07-02 07:07:03 +02:00
readme.md dastworx, add linux script + update md 2016-07-02 20:06:59 +02:00

readme.md

Dastworx

D AST works is a tool that processes the AST of a D module to extract several information used by Coedit.

It's notably used by the symbol list and the todo list widgets.

Build

If Coedit is build manually you'll certainly have to build dastworx too. Two options exist.

Using Coedit & the submodules

  • If you've cloned this repository, make sure that the submodule are also here with git submodule update --init.
  • In Coedit open the project dastworx.ce.
  • Select the release configuration.
  • Click Compile project

Using the scripts

  • Windows: build.bat
  • Linux: sh ./build.sh