about summary refs log tree commit diff
path: root/src/libexpr/symbol-table.hh
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13 * Use a symbol table to represent identifiers and attribute namesEelco Dolstra1-0/+75
efficiently. The symbol table ensures that there is only one copy of each symbol, thus allowing symbols to be compared efficiently using a pointer equality test.