package atd

  1. Overview
  2. Docs
Parser for the ATD data format description language

Install

Dune Dependency

Authors

Maintainers

Sources

v1.2.1.tar.gz
sha256=515663f1c48c3592e360079f92eea6db82d3d989f1df19b45e8179aec0d48e34
md5=b9bb48680f32c351bae6118537d094ea

doc/atd/Atd_lexer/index.html

Module Atd_lexerSource

Sourceval lexing_error : Lexing.lexbuf -> string -> 'a
Sourcetype accu = {
  1. mutable depth : int;
  2. buf : Buffer.t;
}
Sourceval newline : Lexing.lexbuf -> unit
Sourceval int_of_dec : char -> int
Sourceval int_of_hex : char -> int
Sourceval byte_of_hex : char -> char -> char
Sourceval byte_of_dec : char -> char -> char -> char
Sourceval utf8_of_hex4 : Buffer.t -> char -> char -> char -> char -> unit
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Atd_parser.token
Sourceval string : Buffer.t -> Lexing.lexbuf -> string
Sourceval __ocaml_lex_string_rec : Buffer.t -> Lexing.lexbuf -> int -> string
Sourceval comment : int -> Lexing.lexbuf -> unit
Sourceval __ocaml_lex_comment_rec : int -> Lexing.lexbuf -> int -> unit
Sourceval init_fname : Lexing.lexbuf -> string -> int -> unit
OCaml

Innovation. Community. Security.