DoctorWkt / acwj

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

prerequisite knowledge #22

Closed samwu97 closed 2 years ago

samwu97 commented 4 years ago

Thank you for sharing your course. I am sophomore student,what prerequisite knowledge should i have?

DoctorWkt commented 4 years ago

You should have a working knowledge of a programming language like C, Java, Python. You should have at least an introductory knowledge of how C works, especially with structures and pointers. That's about it. Maybe something like this introduction to C would be good to read.