Function espr::parser::real_type  [−][src]
pub fn real_type(input: &str) -> ParseResult<'_, SimpleType>Expand description
278 real_type = REAL [ ( precision_spec ) ] .
268 precision_spec = numeric_expression .
pub fn real_type(input: &str) -> ParseResult<'_, SimpleType>278 real_type = REAL [ ( precision_spec ) ] .
268 precision_spec = numeric_expression .