replace std::make_pair by VariablesType::value_type to make Sun Compiler happy
adding typedef to TokenMap, using TokenMapType::value_type instead of std::make_pair to make Sun compiler happy
adding SelectionManager.cpp
adding beginSelected, nextSelected method to SelectionManager
support select internal index selection, for example, select DMPC.3
selection librarys added
adding Makefile
forget to reset the pc which cause reevaluate return NULL
selection library is working
half of the selection utility is working need to debug within keyword and atomproperty keyword
selection library get built
adding wildcard class; NameFinder is finished
more work in selection library
selection in progress
selection library in progress, except SelectionEvaluator, other files are compiled
add SelectionCompiler.cpp
Selection in progress
adding selection library