package baguette_sharp

  1. Overview
  2. Docs
val list_of_funct : string list
val read_file : string -> string list
val parse_file_verbosely : ?lexer:bool -> string -> unit

Parsing a file and outputting all of the different steps

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

Parse a file and execute the runtime

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

Parse a line and execute it through the runtime

val fuse_hash_tbl : ('a, 'b) Stdlib.Hashtbl.t -> ('c, 'd) Stdlib.Hashtbl.t -> unit

Takes two Hahstbl and fuse them together

val display_help : unit -> unit

Display the REPL Help

val possible_completion_file : string -> string list

List all of possible file in directory for autocompletion

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

Load a file