!7

p-exp {
  S s = "give me a list of functions";
  ai_parser_activateStandardFunctions();
  PTElement root = ai_parseBottomUpToTree(s);
  L<S> l = asList(ai_parseTree_simplifiedTexts(root));
  pnl(l);
  //assertEqualsVerbose(tlft(correct), trimAll(l));
}