Searched defs:parse_quote (Results 1 – 4 of 4) sorted by relevance
69 macro_rules! parse_quote { macro
452 mod parse_quote; module
221 fn parse_quote<'a>(i: &'a str) -> IResult<&'a str, Expr, VerboseError<&'a str>> { in parse_quote() function
771 static inline struct alisp_object * parse_quote(struct alisp_instance *instance) in parse_quote() function