Structure of the produced code
The Lambda-Flow compiler is especially designed to produce time / resources deterministic code to program a parallel achitecture.
|
FEATURES
|
The code produced by the Lambda-Flow compiler is based on a deterministic loop
It could produces several target from this loop. A target is defined in a Target Code Definition File (TCDF).
A TCDF contains about 20 definitions. A definition could be a simple texte template, or a true interpreted program which is dynamically executed by Lambda-Flow.
Currently, the C, asm-386, Scheme and SPA TCDFs are defined. The used could write its own TCDF very quickly.