lviana15 / compiler

Writing a compiler following the Modern Compiler Implementation in ML book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Writing a compiler following the Modern Compiler Implementation in ML book


Languages

Language:OCaml 100.0%