Tagged Questions
1
vote
2answers
177 views
How do C self-hosts itself?
Anyone knows the complete chain of operations from .c source code to finally an executable .exe?
I've downloaded the source of gcc,and found its c-parser.y is also written in c:
extdef:
fndef
...