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