dexed/dastworx
Basile Burg 58f8503b00
#104, also view binary expr {L|R}HS as operands even if already operators
+ refact expr with op template to accept any other binary expression
2016-11-21 23:42:38 +01:00
..
src #104, also view binary expr {L|R}HS as operands even if already operators 2016-11-21 23:42:38 +01:00
build.bat more changes for win 2016-08-22 12:14:40 +02:00
build.sh update submodules 2016-08-05 15:36:21 +02:00
dastworx.ce #104, start Halstead metrics 2016-11-14 15:05:34 +01:00
dastworx.cegrp use dastworx to detect main(), fixup #79 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