Updated scanner to be a bit more normed, didn't yet do the big ass functions
This commit is contained in:
parent
7e1e51e90b
commit
00546417ff
6 changed files with 108 additions and 94 deletions
|
|
@ -50,6 +50,8 @@ struct s_heredoc_scan_state
|
|||
bool return_value;
|
||||
};
|
||||
|
||||
typedef bool (*t_heredoc_content_func)(struct s_heredoc_scan_state *state);
|
||||
|
||||
bool advance_word(TSLexer *lexer, t_string *unquoted_word);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue