Added new parse warning message

This commit is contained in:
Takeshi Yokemura
2021-08-15 18:50:29 +09:00
parent 6583979011
commit 411d3b4868
4 changed files with 30 additions and 0 deletions

View File

@ -15,6 +15,9 @@ enum ParseError
{
kParseErrorNone = 0,
kParseErrorLevelWarning,
kParseWarningPreRepeatSegmentEmpty,
kParseWarningRepeatSegmentEmpty,
kParseWarningReleaseSegmentEmpty,
kParseErrorLevelFatal,
kParseErrorDuplicatedReleaseDelimiter,
kParseErrorDuplicatedOpenBracket,