diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-04 21:25:45 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-04 21:25:45 +0100 |
commit | a0a768b425dd9b5f7f763b6104d263f25a32c96b (patch) | |
tree | 599806147da962af5f47c02b5f4a057e75466966 /src/core/parser/ParserScope.hpp | |
parent | 35b9b903daee88dea0e5efd9c0622cf09f177534 (diff) |
Added POST_USER_DEFINED_TOKEN_REGISTRATION partser flag
Diffstat (limited to 'src/core/parser/ParserScope.hpp')
-rw-r--r-- | src/core/parser/ParserScope.hpp | 7 |
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 }; /** |