Add short explanation to transpiler.ml
This commit is contained in:
parent
0c7bfbdecd
commit
b02c241a01
@ -1,3 +1,7 @@
|
|||||||
|
(* The Transpiler is a function that takes as input the Typed AST, and outputs expressions in a language that is basically a Michelson based on with named variables and first-class-environments.
|
||||||
|
|
||||||
|
For more info, see back-end.md: https://gitlab.com/ligolang/ligo/blob/dev/gitlab-pages/docs/contributors/big-picture/back-end.md *)
|
||||||
|
|
||||||
open! Trace
|
open! Trace
|
||||||
open Helpers
|
open Helpers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user