updated tool readme

This commit is contained in:
Basile Burg 2015-03-08 00:39:23 +01:00
parent 2f7ebb60c6
commit 667e8648c9
1 changed files with 2 additions and 5 deletions

View File

@ -6,8 +6,5 @@ It's written in D using Coedit. To build it, [libdparse](https://github.com/Hack
must be setup in the [libman](https://github.com/BBasile/Coedit/wiki#library-manager-widget) must be setup in the [libman](https://github.com/BBasile/Coedit/wiki#library-manager-widget)
as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library). as described in this [tutorial](https://github.com/BBasile/Coedit/wiki#lets-build-a-static-library).
This tool is mandatory to enable the new _Symbol list widget_. This tool is mandatory to enable the new _symbol list widget_ (formerly called _static explorer_)
If missing, the old _static explorer widget_ still does the same but it's from far less It replaces DMD JSON output to list the declarations within a module.
efficient since it actually compiles while only the AST is needed.
The new tool does not take the module correctness in account.