Skip to content

VictorRodriguez/compilers-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compilers-lecture

This GIT repository contains a list of workshops and labs for compilers' design lecture. The level of complexity is for undergraduate students of computer science careers at ITESM university

This is plan to be deliverable in a period of time of 4 to 6 months. It is adjustable in time and order; however the expectations and basic topics should keep the essence of the plan.

Agenda:

Extra topic Trainings ( in case you need them )

Ponderation:

  • 35% First Term

    • 15% Weekly Quizzes
    • 5% Reading Summaries
    • 15% Labs
  • 35% Second Term

    • 15% Weekly Quizzes
    • 5% Reading Summaries
    • 15% Labs
  • 30% Final Exam ( if student decides to do final project it is = 10% and final exam 20 % )

Bibliography:

Mian Book :

  • Crafting a Compiler, by Charles N. Fischer

Other good books :

  • Introduction to computer theory Book by Daniel I. A. Cohen
  • Principles of Compiler Design Textbook by Alfred Aho and Jeffrey Ullman
  • Compilers: Principles, Techniques, and Tools; Alfred Aho, Jeffrey Ullman, Monica S. Lam, and Ravi Sethi
  • Languages and Machines: An Introduction to the Theory of Computer Science 3rd Edition
  • Assembly Language Step-by-Step: Programming with Linux 3rd Edition by Jeff Duntemann