pub fn create_parser<'a, T>() -> impl DatexParserTrait<'a, DatexExpression, Token>where T: PartialEq + 'a,