* Constructs an abstract syntax tree from the rest of the remaining line of * the parser. The returned pointer should be freed with pp_expr_destroy() * when it's no longer needed. * * @param parser the parser to get the token stream from * @param paren true if parsing a parenthetical expression, false otherwise * @return the tree constructed from the input, or NULL on error */
source not stored for this graph (policy: none)