Next: , Previous: Typedefs, Up: Top


13 Linkage

This is completely unimplemented...

One of the strengths of the HAC language is modularity. The old implementation of the CAST language was a single-pass interpreter. The current implementation of an HAC compiler allows one to compile modules independently and later link modules together into a coherent object file. Modular compilation leads to efficient recompilation, library development...