资 源 简 介
IMPORTANT: this project has moved to GitHub and been superseded by Cook2.
Cook
Cook is a tool for building projects in D programming language.
In contrast to other build automation programs, Cook by default requires no configuration file - it automatically collects information about source code from D source files in project directory.
How it works?
To determine which module needs recompiling, Cook traces dependencies between all of them. To do this properly, it performs lexical analyzis, which is a relatively expensive procedure. But, actually, it"s not neccessary to always do full scanning, except the very first time. Cook writes all metadata into cache file, and then uses it, invoking lexer only for modules that has changed, and those which depend on them. A process is a kind of chain reaction - if a module needs recompiling, everything that rely on it a