package dose3

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

Install

Dune Dependency

Authors

Maintainers

Sources

dose3-7.0.0.tar.gz
md5=bc99cbcea8fca29dca3ebbee54be45e1
sha512=98dc4bd28e9f4aa8384be71b31783ae1afac577ea587118b8457b554ffe302c98e83d0098971e6b81803ee5c4f2befe3a98ef196d6b0da8feb4121e982ad5c2f

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.