ligo/gitlab-pages/website/versioned_docs/version-next/contributors/big-picture/overview.md

776 B
Raw Blame History

id title original_id
version-next-overview Overview overview

After going through the design principles and a few considerations linked to them, getting the Big Picture needs diving in technical matters.

LIGO Overview

As shown in the Schema, LIGOs compiler is separated in roughly 3 separate parts:

  • The Middle End. This is the core of LIGO. It defines its core data-structure (the Common AST), and its type-checking algorithm.

  • The Front End. This is the bridge between a given syntax and the Common AST.

  • The Back End. This is the bridge between the Common AST and a given compilation target. Currently, our only target is Michelson, but well also target Marigold, and if Tezos moves to Web Assembly, Web Assembly.