ligo/src/test/transpiler_tests.ml

13 lines
213 B
OCaml
Raw Normal View History

2019-05-13 00:56:22 +04:00
(* 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)", [
]