Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-27 | The taf system is new and improved. The writer works, we added C++ style | Mike Buland | |
comment blocks, and it retains the order of all nodes. | |||
2007-06-06 | The TafReader is more general and much nicer, and about to actually construct | Mike Buland | |
nodes, that part will be exciting. I also fixed some stuff and added some new functions to List, it now has first() and last() which work just like std::list front() and back(), I may add compatibility functions later... |