pub fn parse<'a, C: Tags + 'a>(expression: &str) -> ParseResult<'a, C>
Parse MapLibre Expression (incomplete implementation) and return function that evaluates the expression with the provided context
MapLibre