/compiler

Writing a compiler following the Modern Compiler Implementation in ML book

Primary LanguageOCaml

Compiler Steps

The steps on the way to implement a compiler

  1. Lexical Analysis (In progress)
  2. Parsing
  3. Semantic Analysis
  4. Intermediate Code
  5. Code optimization
  6. Code generation

Concepts

List of the main concepts used in the path