YSC4230: Programming Language Design and Implementation
  • 1. Course Syllabus
  • 2. Software Prerequisites
  • 3. OCaml Style Guide
  • 1. HW1: Hellocaml
  • 2. HW2: X86lite
  • 3. HW3: LLVMlite compilation
    • 3.1. LLVMlite Specification
    • 3.2. Project Task
  • 4. HW4: Compiling Oat v.1
  • 5. HW5: Compiling Full Oat
  • 6. HW6: Data Flow Analysis and Optimizations
  • 7. Reading Project
YSC4230: Programming Language Design and Implementation
  • Docs »
  • 3. HW3: LLVMlite compilation

3. HW3: LLVMlite compilation¶

To complete this project’s task, please read carefully the LVMlite specification. After that, follow the instructions in the backend.ml file of the project.

  • 3.1. LLVMlite Specification
    • 3.1.1. Overview
    • 3.1.2. LLVMlite Syntax
    • 3.1.3. LLVMlite Semantics
  • 3.2. Project Task
    • 3.2.1. Overview
    • 3.2.2. Getting Started
    • 3.2.3. Preliminary Steps
    • 3.2.4. LLVM Lite Specification
    • 3.2.5. Implementing the Compiler
    • 3.2.6. Testing and Debugging Strategies
    • 3.2.7. Graded Test Cases
    • 3.2.8. Grading
Next Previous

© Copyright 2021, Steve Zdancewic, Ilya Sergey

Built with Sphinx using a theme provided by Read the Docs.