package webidl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type syntax_error = {
  1. src : string;
  2. start_pos : int * int;
  3. end_pos : int * int;
  4. string : string;
}
val show_syntax_error : syntax_error -> Ppx_deriving_runtime.string
exception Syntax_error of syntax_error
val pos_to_error : string -> Lexing.lexbuf -> syntax_error
val main : ?trace:bool -> string -> Lexing.lexbuf -> Ast.ast
val from_string : string -> string -> Ast.ast
val from_channel : string -> Pervasives.in_channel -> Ast.ast
val from_file : string -> Ast.ast
OCaml

Innovation. Community. Security.