mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 04:51:16 -03:00
New ideas about how to use new parser for execution. Beginnings of
implementation.
This commit is contained in:
3
parser.h
3
parser.h
@@ -466,6 +466,9 @@ class parser_t
|
||||
|
||||
/** Remove the outermost block namespace */
|
||||
void pop_block();
|
||||
|
||||
/** Remove the outermost block, asserting it's the given one */
|
||||
void pop_block(const block_t *b);
|
||||
|
||||
/** Return a description of the given blocktype */
|
||||
const wchar_t *get_block_desc(int block) const;
|
||||
|
||||
Reference in New Issue
Block a user