index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
parser
/
ParserScope.hpp
Age
Commit message (
Expand
)
Author
2015-02-03
Fixed XML-Importer failing
Andreas Stöckel
2015-02-03
Throwing an Exception in RttiScope.select if no node is found. This is much c...
Andreas Stöckel
2015-02-03
Fixed comment
Andreas Stöckel
2015-02-03
Some refactoring, added function for extracting current type signature
Andreas Stöckel
2015-01-30
Finished implementing constant importing
Andreas Stöckel
2015-01-30
stuff
Andreas Stöckel
2015-01-29
Unified signature of resolve functions, passing the "owner" to the callback f...
Andreas Stöckel
2015-01-29
ParserScope now stores the nodes for which the resolution was triggered and f...
Andreas Stöckel
2015-01-28
Implemented select<T> function
Andreas Stöckel
2015-01-28
Added select method and repair of some Doxygen comments
Andreas Stöckel
2015-01-27
Introduced notion of "flags" that can be set at a certain level of the Parser...
Andreas Stöckel
2015-01-27
Added fork, join, checkUnwound and getTopLevelNodes functionality to ParserSc...
Andreas Stöckel
2015-01-25
Restructures parser classes a little, removed Registry from ParserContext, ga...
Andreas Stöckel
2015-01-21
Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...
Andreas Stöckel