mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Initial work on backtrace support with new parser
This commit is contained in:
@@ -119,6 +119,13 @@ enum parse_error_code_t
|
||||
parse_error_unbalancing_case, //case outside of switch
|
||||
};
|
||||
|
||||
enum {
|
||||
PARSER_TEST_ERROR = 1,
|
||||
PARSER_TEST_INCOMPLETE = 2
|
||||
};
|
||||
typedef unsigned int parser_test_error_bits_t;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Error message for tokenizer error. The tokenizer message is
|
||||
|
||||
Reference in New Issue
Block a user