pub fn parse_literal(val: &str) -> Result<Literal, Vec<ParseError>>
Expand description

parse a string into an ast::Literal (does not support expressions)