package baguette_sharp

  1. Overview
  2. Docs

Module Baguette_sharp.UtilsSource

Sourceval list_of_funct : string list
Sourceval read_file : string -> string list
Sourceval parse_file_verbosely : ?lexer:bool -> string -> unit

Parsing a file and outputting all of the different steps

Sourceval parse_file : ?verbose:bool -> ?lexer:bool -> string -> unit

Parse a file and execute the runtime

Sourceval parse_line : ?verbose:bool -> ?lexer:bool -> string -> bool -> (string, Parser.parameters) Hashtbl.t

Parse a line and execute it through the runtime

Sourceval fuse_hash_tbl : ('a, 'b) Hashtbl.t -> ('a, 'b) Hashtbl.t -> unit

Takes two Hahstbl and fuse them together

Sourceval display_help : unit -> unit

Display the REPL Help

Sourceval possible_completion_file : string -> string list

List all of possible file in directory for autocompletion

Sourceval load_file_name : ?verbose:bool -> ?lexer:bool -> string -> unit
Sourceval load_file : ?verbose:bool -> ?lexer:bool -> string list -> unit

Load a file

OCaml

Innovation. Community. Security.