pub fn compile_glob_pattern(pattern: &str) -> Result<Vec<TextOp>>
Compiles a shell-style glob into shared VM operations.
Returns an error when the glob pattern is malformed.