▲ | comonoid 4 days ago | |||||||
C was designed to be compiled with a single-pass compiler. | ||||||||
▲ | Joker_vD 4 days ago | parent | next [-] | |||||||
It wasn't; the original C compiler had two passes, and built expression trees in the first pass which the second pass would turn into assembly (and the original as on UNIX also had two passes). | ||||||||
▲ | whobre 4 days ago | parent | prev [-] | |||||||
C was not designed at all. It evolved from B, by adding types to it. | ||||||||
|