Add new parsing functions for chat messages
This commit is contained in:
parent
82732fe002
commit
f8d3806162
|
|
@ -131,3 +131,7 @@ class common_chat_msg_parser {
|
|||
|
||||
void clear_tools();
|
||||
};
|
||||
|
||||
common_chat_msg common_chat_parse(const std::string & input, bool is_partial, const common_chat_syntax & syntax);
|
||||
common_chat_msg common_chat_peg_parse(const common_peg_arena & parser, const std::string & input, bool is_partial, const common_chat_syntax & syntax);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue