package alt-ergo-parsers

  1. Overview
  2. Docs
The Alt-Ergo SMT prover parser library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

alt-ergo-2.6.3.tbz
sha256=4ac2b5d8ae6c54a11a0cc349ec76a153aa95727bf57ef9cb3309a706a7fb1bfa
sha512=68b952ec7940c9f5d8ec9750420a6fd9ccaf6ca149ce96f5c32bbd8ff3b07481940b8c2938815b8540df1369e06da02f1edcbaeda809e8386be186011b7dd962

doc/alt-ergo-parsers/AltErgoParsers/Native_lexer/index.html

Module AltErgoParsers.Native_lexerSource

Sourceval assoc_keyword : string -> Native_parser.token
Sourceval mk_new_line : Lexing.lexbuf -> unit
Sourceval escaped_char : char -> char
Sourceval decimal_number : string -> AltErgoLib.Numbers.Q.t
Sourceval hexa_number : string -> AltErgoLib.Numbers.Q.t
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval __ocaml_lex_parse_token_rec : Lexing.lexbuf -> int -> Native_parser.token
Sourceval parse_comment : Lexing.lexbuf -> unit
Sourceval __ocaml_lex_parse_comment_rec : Lexing.lexbuf -> int -> unit
Sourceval __ocaml_lex_parse_string_rec : Buffer.t -> Lexing.lexbuf -> int -> Native_parser.token
Sourceval register_native : unit -> unit