Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | * Use a symbol table to represent identifiers and attribute names | Eelco Dolstra | |
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. | |||
2010-04-12 | * Don't use ATerms for the abstract syntax trees anymore. Not | Eelco Dolstra | |
finished yet. | |||
2010-04-07 | * expr-to-xml -> value-to-xml. | Eelco Dolstra | |