From a0a768b425dd9b5f7f763b6104d263f25a32c96b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 4 Mar 2015 21:25:45 +0100 Subject: Added POST_USER_DEFINED_TOKEN_REGISTRATION partser flag --- src/core/parser/ParserScope.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/core/parser') 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 }; /** -- cgit v1.2.3