Source file frontend.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
(* generated by dune *)

(** @canonical Frontend.Error *)
module Error = Frontend__Error

(** @canonical Frontend.Lexer *)
module Lexer = Frontend__Lexer

(** @canonical Frontend.Parse *)
module Parse = Frontend__Parse

(** @canonical Frontend.Parser *)
module Parser = Frontend__Parser