adding arena (p7)

This commit is contained in:
Allen Webster
2021-07-20 22:23:58 -07:00
parent a54f8b893f
commit bf60e1a8f7
10 changed files with 55 additions and 44 deletions
+1
View File
@@ -1222,6 +1222,7 @@ MD_MakeNodeError:
@see(MD_Message)
MD_MakeTokenError:
{
arena: *MD_Arena,
@doc("The entire string that is being parsed. The parser used a substring of this string to form @code 'token'.")
parse_contents: MD_String8;
@doc("The token associated with this message.")