13 lines
213 B
OCaml
13 lines
213 B
OCaml
|
(* open Ligo_helpers.Trace
|
||
|
* open Ligo.Mini_c
|
||
|
* open Combinators
|
||
|
* open Test_helpers *)
|
||
|
|
||
|
(*
|
||
|
How should one test the transpiler?
|
||
|
I'm doing the dumb thing.
|
||
|
*)
|
||
|
|
||
|
let main = "Transpiler (from Ast_typed)", [
|
||
|
]
|