incremental compiler

views updated

incremental compiler A compiler that can compile partial programs, and can compile additional statements for a program without recompiling the whole program. Incremental compilers were at one time in vogue for interactive programming, but interactive language systems nowadays are almost always implemented in an interpretive manner.