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 committed Jun 24, 2024
1 parent 8a011d1 commit bb9ce9b
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 bb9ce9b

Please sign in to comment.