Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-10-20 | Improve printing of ASTs | Eelco Dolstra | 1 | -6/+0 |
2014-05-26 | Use std::unordered_set | Eelco Dolstra | 1 | -9/+2 |
2013-10-24 | Rename "attribute sets" to "sets" | Eelco Dolstra | 1 | -5/+4 |
2013-10-08 | printStats(): Print the size of the symbol table in bytes | Eelco Dolstra | 1 | -0/+2 |
2013-05-16 | Show function names in error messages | Eelco Dolstra | 1 | -4/+9 |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -4/+1 |
2010-10-24 | * Store attribute sets as a vector instead of a map (i.e. a red-black | Eelco Dolstra | 1 | -0/+2 |
2010-10-04 | * If std::tr1::unordered_set is unavailable, use std::set. | Eelco Dolstra | 1 | -0/+9 |
2010-04-13 | * Use std::tr1::unordered_set instead of std::set for the symbol | Eelco Dolstra | 1 | -1/+7 |
2010-04-13 | * Use a symbol table to represent identifiers and attribute names | Eelco Dolstra | 1 | -0/+75 |