ligo/parser/pascaligo/ParserLog.mli

11 lines
239 B
OCaml
Raw Normal View History

2019-05-13 00:56:22 +04:00
(* Printing the AST *)
val offsets : bool ref
val mode : [`Byte | `Point] ref
val print_tokens : AST.t -> unit
val print_path : AST.path -> unit
val print_pattern : AST.pattern -> unit
val print_instruction : AST.instruction -> unit