Content deleted Content added
m sp |
|||
Line 100:
result := X
When such a function is called, the compiler recursively instantiates
// Examples of use of the Min just declared
Line 126:
Historically, the XL compiler was written in C++. It had achieved a point where most of the features described above worked correctly, but writing plug-ins was a nightmare, because C++ itself is not extensible, so implementing <code>translate</code>-like statements was impossible. The parse tree was more complicated, with dozens of node types, because it was designed for cross-language support. Moka was a Java-to-Java extensible compiler using the same infrastructure.
=== Ancestry ===
|