Skip to main content

compile_glob_pattern

Function compile_glob_pattern 

Source
pub fn compile_glob_pattern(pattern: &str) -> Result<Vec<TextOp>>
Expand description

Compiles a shell-style glob into shared VM operations.

ยงErrors

Returns an error when the glob pattern is malformed.