Skip to content

Commit d18c6db

Browse files
committed
Add raw_string struct
1 parent 14a4be6 commit d18c6db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/common.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ struct string_parts {
210210
};
211211
};
212212

213+
struct raw_string
214+
{
215+
source_position start;
216+
source_position end;
217+
std::string text;
218+
};
219+
213220
//-----------------------------------------------------------------------
214221
//
215222
// error: represents a user-readable error message

0 commit comments

Comments
 (0)