mirror of https://gitlab.com/basile.b/dexed.git
* 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 |
||
---|---|---|
.. | ||
src | ||
build.bat | ||
build.sh | ||
dastworx.dprj | ||
readme.md |
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