/compilers-lecture

Workshops and labs for compilers' design lecture.

Primary LanguagePythonMIT LicenseMIT

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:

  • Introduction to compilers
    • Language Processors
    • The Structure of a Compiler
      • Lexical Analysis
      • Syntax Analysis
      • Semantic Analysis
      • Intermediate Code Generation
      • Code Optimization
      • Code Generation
      • Symbol-Table Management
      • The Grouping of Phases into Passes
      • Compiler-Construction Tools
  • Compilers- Evolution, Basics and Optimizations
    • Evolution of Compilers
    • Architecture specific optimizations
    • Programming Language Basics
  • Syntax directed Translation
    • Syntax definition
    • Definition of gramars
    • Parse Trees
    • Ambiguity

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 : Compilers: Principles, Techniques, and Tools Textbook by Alfred Aho, Jeffrey Ullman, Monica S. Lam, and Ravi Sethi

Other good books : Principles of Compiler Design Textbook by Alfred Aho and Jeffrey Ullman