v6 Capstone: Full Pipeline

Lesson, slides, and applied problem sets.

View Slides

Lesson

v6 Capstone

You now have a typed, multi-module compiler:

  • parses modules + type annotations
  • checks types and module boundaries
  • compiles and links
  • runs on the VM

The runtime stays dynamic, but the compiler is now responsible for safety.


Module Items

  • Compile and Run v6 (Capstone)

    Connect v6 lexing, parsing, analysis, module compilation, linking, IO, and VM execution.

    hard Upgrade to Pro to access hard problems
Join Discord