summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserScope.hpp
AgeCommit message (Expand)Author
2015-02-03Throwing an Exception in RttiScope.select if no node is found. This is much c...Andreas Stöckel
2015-02-03Fixed commentAndreas Stöckel
2015-02-03Some refactoring, added function for extracting current type signatureAndreas Stöckel
2015-01-30Finished implementing constant importingAndreas Stöckel
2015-01-30stuffAndreas Stöckel
2015-01-29Unified signature of resolve functions, passing the "owner" to the callback f...Andreas Stöckel
2015-01-29ParserScope now stores the nodes for which the resolution was triggered and f...Andreas Stöckel
2015-01-28Implemented select<T> functionAndreas Stöckel
2015-01-28Added select method and repair of some Doxygen commentsAndreas Stöckel
2015-01-27Introduced notion of "flags" that can be set at a certain level of the Parser...Andreas Stöckel
2015-01-27Added fork, join, checkUnwound and getTopLevelNodes functionality to ParserSc...Andreas Stöckel
2015-01-25Restructures parser classes a little, removed Registry from ParserContext, ga...Andreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel