]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/tools/tools.factor
e5e7e869c87bcca3c5c063f623db4673799365cb
[factor.git] / basis / bootstrap / tools / tools.factor
1 USING: vocabs.loader sequences ;
2 IN: bootstrap.tools
3
4 {
5     "inspector"
6     "bootstrap.image"
7     "tools.annotations"
8     "tools.crossref"
9     "tools.errors"
10     "tools.deploy"
11     "tools.disassembler"
12     "tools.memory"
13     "tools.profiler"
14     "tools.test"
15     "tools.time"
16     "tools.threads"
17     "tools.deprecation"
18     "vocabs.hierarchy"
19     "vocabs.refresh"
20     "vocabs.refresh.monitor"
21     "editors"
22 } [ require ] each