fn extract_value<'a>(values: &mut &'a [Command<'a>]) -> &'a [Command<'a>]
Extracts a self-contained slice of commands for the next parse node.