package bnfgen

  1. Overview
  2. Docs

Source file bnfgen__.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(* generated by dune *)

(** @canonical Bnfgen.Bnf_lexer *)
module Bnf_lexer = Bnfgen__Bnf_lexer

(** @canonical Bnfgen.Bnf_parser *)
module Bnf_parser = Bnfgen__Bnf_parser

(** @canonical Bnfgen.Bnf_parser_messages *)
module Bnf_parser_messages = Bnfgen__Bnf_parser_messages

(** @canonical Bnfgen.Grammar *)
module Grammar = Bnfgen__Grammar

(** @canonical Bnfgen.Parse_bnf *)
module Parse_bnf = Bnfgen__Parse_bnf

(** @canonical Bnfgen.Util *)
module Util = Bnfgen__Util