package smtml

  1. Overview
  2. Docs
On This Page
  1. SCFG Parsing
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Parse.ScfgSource

SCFG Parsing

Sourceval from_string : string -> (t, [> `Msg of string ]) Smtml_prelude.Result.t

from_string s parses a symbol table from an SCFG string.

Sourceval from_channel : Smtml_prelude.in_channel -> (t, [> `Msg of string ]) Smtml_prelude.Result.t

from_channel ic parses a symbol table from an SCFG input channel.

Sourceval from_file : Fpath.t -> (t, [> `Msg of string ]) Smtml_prelude.Result.t

from_file path parses a symbol table from an SCFG file.

OCaml

Innovation. Community. Security.