package dose3

  1. Overview
  2. Docs
Dose library (part of Mancoosi tools)

Install

Dune Dependency

Authors

Maintainers

Sources

dose3-6.1.tar.gz
md5=dedc2f58f2c2b59021f484abc6681d93
sha512=603462645bac190892a816ecb36ef7b9c52f0020f8d7710dc430e2db65122090fdedb24a8d2e03c32bf53a96515f5b51499603b839680d0a7a2146d6e0fb6e34

doc/dose3.common/Dose_common/Shell_lexer/index.html

Module Dose_common.Shell_lexerSource

Sourceexception UnknownShellEscape of string
Sourceexception UnmatchedChar of char
Sourceval buf_from_str : string -> Buffer.t
Sourceval __ocaml_lex_tables : Lexing.lex_tables
Sourceval shell_command : string list -> Lexing.lexbuf -> string list
Sourceval __ocaml_lex_shell_command_rec : string list -> Lexing.lexbuf -> int -> string list
Sourceval uquote : string list -> Buffer.t -> Lexing.lexbuf -> string list
Sourceval __ocaml_lex_uquote_rec : string list -> Buffer.t -> Lexing.lexbuf -> int -> string list
Sourceval dquote : string list -> Buffer.t -> Lexing.lexbuf -> string list
Sourceval __ocaml_lex_dquote_rec : string list -> Buffer.t -> Lexing.lexbuf -> int -> string list
Sourceval squote : string list -> Buffer.t -> Lexing.lexbuf -> string list
Sourceval __ocaml_lex_squote_rec : string list -> Buffer.t -> Lexing.lexbuf -> int -> string list
Sourceval parse_string : string -> string list

given a (possibly quoted) command string, parse it into an argument vector

OCaml

Innovation. Community. Security.