pub fn parse_variable_spec_impl( var_spec: &str, ) -> Option<(&str, Option<String>)>
Parse a variable specification string into name and optional default value.
Pure domain function - no I/O or side effects.