Skip to content

Commit

Permalink
undo previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescheney committed Mar 18, 2024
1 parent b07cacb commit 068cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/driver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module Phases = struct
= fun initial_context filename ->
(* Process source file (and its dependencies. *)
let result =
(Debug.debug_time "Parsing" (fun () -> Parse.run initial_context filename))
Parse.run initial_context filename
|> Desugar.run
|> (fun result -> if Settings.get typecheck_only then exit 0 else result)
|> Compile.IR.run
Expand Down

0 comments on commit 068cd6f

Please sign in to comment.