pub fn read_one<'a, C: 'static + Context>( s: &'a str, lexer: &mut Peekable<Lexer<'a>>, path: Option<Gc<PathBuf>>, ) -> Result<Gc<Value<C>>, ReadError>
Reads a single Value from the lexer.
Value