aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/symbol-table.hh
AgeCommit message (Expand)Author
2014-10-20Improve printing of ASTsEelco Dolstra
2014-05-26Use std::unordered_setEelco Dolstra
2013-10-24Rename "attribute sets" to "sets"Eelco Dolstra
2013-10-08printStats(): Print the size of the symbol table in bytesEelco Dolstra
2013-05-16Show function names in error messagesEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2010-10-24* Store attribute sets as a vector instead of a map (i.e. a red-blackEelco Dolstra
2010-10-04* If std::tr1::unordered_set is unavailable, use std::set.Eelco Dolstra
2010-04-13* Use std::tr1::unordered_set instead of std::set for the symbolEelco Dolstra
2010-04-13* Use a symbol table to represent identifiers and attribute namesEelco Dolstra