diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-03 21:43:26 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-03 21:43:26 +0100 |
commit | a9d898ffb53b7da187281fb9e471cbb6e002fa19 (patch) | |
tree | 61b5e3aa14b13405857c73426854497dcebbb024 /src/core/parser/ParserScope.hpp | |
parent | d4f6c5e63c1dd1503b1bc7d237803695ca1763bb (diff) |
Fixed comment
Diffstat (limited to 'src/core/parser/ParserScope.hpp')
-rw-r--r-- | src/core/parser/ParserScope.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/parser/ParserScope.hpp b/src/core/parser/ParserScope.hpp index 30db92f..057d918 100644 --- a/src/core/parser/ParserScope.hpp +++ b/src/core/parser/ParserScope.hpp @@ -65,7 +65,8 @@ using ResolutionResultCallback = std::function< void(Handle<Node> resolved, Handle<Node> owner, Logger &logger)>; /** - * Base class for the + * Base class for the ParserScope, does not contain the mechanisms for deferred + * lookup, only maintains the stack of nodes. */ class ParserScopeBase { protected: |