top | item 45124504

(no title)

comonoid | 5 months ago

C was designed to be compiled with a single-pass compiler.

discuss

order

Joker_vD|5 months ago

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).