summaryrefslogtreecommitdiff
path: root/src/core/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser')
-rw-r--r--src/core/parser/ParserScope.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/parser/ParserScope.hpp b/src/core/parser/ParserScope.hpp
index e27c81e..0a1e90b 100644
--- a/src/core/parser/ParserScope.hpp
+++ b/src/core/parser/ParserScope.hpp
@@ -292,7 +292,12 @@ enum class ParserFlag {
* Set to the boolean value "true" if explicit fields may no longer be
* defined inside a structure element.
*/
- POST_EXPLICIT_FIELDS
+ POST_EXPLICIT_FIELDS,
+
+ /**
+ * Set to true if all user defined tokens have been registered.
+ */
+ POST_USER_DEFINED_TOKEN_REGISTRATION
};
/**