DoctorWkt / acwj

A Compiler Writing Journey
GNU General Public License v3.0
10.61k stars 1.03k forks source link

Fixed chapter 59 and 60 to work like 62. No more need for .n files. #59

Closed the-grue closed 11 months ago

the-grue commented 1 year ago

Removed some stray debug code from cgn.c in chapter 62.

the-grue commented 1 year ago

I've got a follow-on commit in a different branch to swap out gcc for ld for both gas and nasm. Unfortunately, I did something wrong and it is dependent on this branch's updates. I'll PR that one if/when this one is accepted.

DoctorWkt commented 11 months ago

Thanks for this!