Cascader
From Wikipedia, the free encyclopedia
| This article is orphaned as few or no other articles link to it. Please help introduce links in articles on related topics. (October 2006) |
In computing a cascader is a type of compiler in which the target language is not directly machine executable, but needs further processing, normally by a second compiler.
An example is a decision table processor, where the programmer specifies, in table form, what action is to be done under a set of possibilities - often a set of business rules. The generator processes this table and outputs COBOL source code, which must then be input to the normal COBOL compiler.

