Dictionary of Computer and Internet Terms: incremental compiler
incremental compiler
a compiler that compiles the lines of a program as they are typed into the computer, rather than compiling the whole program at once. The purpose is to keep the programmer from having to wait a long time for the complete program to be compiled when it is finished.

