mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-13 17:12:10 +00:00
feat: Support Unary Operation #1
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user