dexed/dastworx
Basile Burg 94c2b5a713 dastworx, todo list fixes
* fix special char literals for pascal strings not verified when the text doesn't contain a single quote.
* fix len limit not applied correctly
* fix single quote after special char put unconditionally
* prevent loading when deserialization fail
2019-03-27 17:17:52 +01:00
..
src dastworx, todo list fixes 2019-03-27 17:17:52 +01:00
build.bat fix missing dastworx extension 2019-01-18 07:40:15 +01:00
build.sh dastwork sh script supports the env variables "dc" and "mflags" 2018-10-09 16:16:46 +02:00
dastworx.dprj Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00
readme.md fix more old names 2018-10-21 15:31:16 +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 dexed.

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

Build

If dexed is build manually you certainly have to build dastworx too. Two options exist.

Using dexed & the submodules

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

Using the scripts

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