mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Disable pretty-printer in the compiler
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
b07cdebe7f
commit
bc52979e39
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
(*
|
||||||
open Language
|
open Language
|
||||||
|
|
||||||
class pp_pattern fself = object
|
class pp_pattern fself = object
|
||||||
|
|
@ -192,3 +193,6 @@ let pp ppf ast =
|
||||||
Format.set_margin margin;
|
Format.set_margin margin;
|
||||||
Format.set_max_indent 15;
|
Format.set_max_indent 15;
|
||||||
Format.printf "%a\n%!" pp ast
|
Format.printf "%a\n%!" pp ast
|
||||||
|
*)
|
||||||
|
|
||||||
|
let pp: Format.formatter -> _ -> unit = fun _ _ -> failwith "Pretty printer is not implemented"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue