Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 829 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 829 Bytes

Tutorial for the Interaction Trees library

This tutorial consists of:

  • ITree.Simple: simplified tutorial interface, available as a part of the library itself.

  • Introduction.v: a detailed exposition of the core features.

  • A case study with a small commented compiler from Imp to Asm:

    • Imp.v: The Imp language definition (a minimal imperative language from Software Foundations)
    • Asm.v: The Asm language definition (a control-flow-graph language)