Skip to content

Commit

Permalink
fix(engine/generate_visitors): use Ppxlib_asts Parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Franceschino authored and W95Psp committed Jun 24, 2024
1 parent d7293da commit 99d4614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/utils/generate_visitors/generate_visitors.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ open Types

let _main =
let ocaml_file =
Stdio.In_channel.stdin |> Lexing.from_channel |> Parse.implementation
Stdio.In_channel.stdin |> Lexing.from_channel
|> Ppxlib_ast.Parse.implementation
in
let datatypes =
type_declaration_of_structure ocaml_file
Expand Down

0 comments on commit 99d4614

Please sign in to comment.