zhaorz / mci

Modern Compiler Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern Compiler Implementation

  1. Introduction
  2. Lexical Analysis
  3. Parsing
  4. Abstract Syntax
  5. Type Checking
  6. Activation Records
  7. Translation to Intermediate Representation
  8. Canonical Trees
  9. Instruction Selection
  10. Dataflow Analysis
  11. Register Allocation
  12. Putting It All Together

About

Modern Compiler Implementation


Languages

Language:Standard ML 95.6%Language:Lex 4.4%