Rename expression.h to parse_tree.h and parse_exec.h

This commit is contained in:
ridiculousfish
2013-06-09 14:21:24 -07:00
parent 0a02e0db4b
commit 048f08080d
9 changed files with 63 additions and 77 deletions

View File

@@ -396,7 +396,7 @@ class parser_t
/**
Evaluate line as a list of parameters, i.e. tokenize it and perform parameter expansion and cmdsubst execution on the tokens.
The output is inserted into output, and should be freed by the caller.
The output is inserted into output.
\param line Line to evaluate
\param output List to insert output to
@@ -405,7 +405,7 @@ class parser_t
\param line Line to evaluate
\param output List to insert output to
*/
int eval_args(const wchar_t *line, std::vector<completion_t> &output);
void eval_args(const wchar_t *line, std::vector<completion_t> &output);
/**
Sets the current evaluation error. This function should only be used by libraries that are called by