feat: Support Unary Operation #1

This commit is contained in:
Lucàs
2024-07-02 18:17:20 +02:00
parent 14f6ec447a
commit b983c8a662
4 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
(* bin/main.ml *)
open Printf
open Ast
open Ast.Print
let () =
let lexbuf = Lexing.from_channel stdin in
@@ -16,4 +16,4 @@ let () =
exit 1
in
let _ = res in
Printf.printf "%s\n" (string_of_source_file res)
Printf.printf "%s\n" (string_of_source_file res)