Stog library reference documentation : Stog_io

Module Stog_io

module Stog_io: sig .. end
Building a stog structure from a project tree.

val bool_of_string : string -> bool
bool_of_string "0" = false and bool_of_string "false" = false. bool_of_string returns true for any other value.
val read_stog : string -> Stog_types.stog
Build a Stog_types.stog structure from the given directory.