mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Begin removing remnants of old parser
This commit is contained in:
parent
0e991c596f
commit
84ea96f383
2 changed files with 1 additions and 1542 deletions
1539
parser.cpp
1539
parser.cpp
File diff suppressed because it is too large
Load diff
4
parser.h
4
parser.h
|
@ -325,11 +325,7 @@ private:
|
|||
parser_t(const parser_t&);
|
||||
parser_t& operator=(const parser_t&);
|
||||
|
||||
|
||||
void parse_job_argument_list(process_t *p, job_t *j, tokenizer_t *tok, std::vector<completion_t>&, bool);
|
||||
int parse_job(process_t *p, job_t *j, tokenizer_t *tok);
|
||||
void skipped_exec(job_t * j);
|
||||
void eval_job(tokenizer_t *tok);
|
||||
int parser_test_argument(const wchar_t *arg, wcstring *out, const wchar_t *prefix, int offset);
|
||||
void print_errors(wcstring &target, const wchar_t *prefix);
|
||||
void print_errors_stderr();
|
||||
|
|
Loading…
Reference in a new issue