0zat / webidl

Web IDL parser of OCaml
MIT License
10 stars 4 forks source link
ocaml ocaml-library parser parsing webidl

Webidl

a parser of Web IDL
latest version v1.4 surrpots Web IDL Editor’s Draft, 6 August 2018

Installation

opam install webidl

Usage example

  1. Webidl.Parse.show_data
    print parsed webidl data.

  2. Webidl.Parse.Syntax_error e
    if there is an syntax error, exception Syntax_error is raised. e is a record which is defined in src/lib/parse.ml

  3. Webidl.Parse.show_syntax_error
    print infomation of parse error