pre- and post- comment parsing for nodes

This commit is contained in:
ryanfleury
2021-02-09 08:50:06 -07:00
parent 47fe753411
commit ba6286f379
3 changed files with 102 additions and 8 deletions
+4
View File
@@ -351,6 +351,10 @@ struct MD_Node
MD_String8 whole_string;
MD_u64 string_hash;
// Comments.
MD_String8 comment_before;
MD_String8 comment_after;
// Source code location information.
MD_String8 filename;
MD_u8 *file_contents;