package ockt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ockt.ParseSource

Sourceexception Invalid_character
Sourceexception Unexpected_eof
Sourcetype key = string
Sourcetype value =
  1. | String of string
  2. | Table of (key, value) Hashtbl.t
Sourceval get_string : value -> string
Sourceval get_table : value -> (key, value) Hashtbl.t
Sourceval string_of_value : value -> string
Sourceval table_of_tokens : Token.token list -> value * Token.token list
Sourceval parse : string -> value
OCaml

Innovation. Community. Security.