dyaml/test/src
Ferdinand Majerech 9596806644 Red-Black Trees are now used for duplicate detection, and planned
to be used for unordered map storage. This is because AAs still
don't work correctly and even if they did, require the user to
define both toHash and opCmp/opEquals for every YAML
struct/class. Now only opCmp needs to be defined.
Documentation/tutorials/examples have been updated accordingly.
2012-01-23 15:57:26 +01:00
..
common.d Most of emitter work done. There are some more changes left until 0.2, 2011-10-11 15:58:23 +02:00
compare.d Reader was reimplemented. 2011-11-16 03:10:29 +01:00
constructor.d Red-Black Trees are now used for duplicate detection, and planned 2012-01-23 15:57:26 +01:00
emitter.d Reader was reimplemented. 2011-11-16 03:10:29 +01:00
errors.d Reader was reimplemented. 2011-11-16 03:10:29 +01:00
inputoutput.d Added a shortcut alias called "as" for Node.get(), and replaced 2011-10-22 17:06:32 +02:00
reader.d Initial commit. 2011-08-16 14:53:13 +02:00
representer.d Updated Node for much more constness (unfortunately, quite some 2011-10-30 18:12:02 +01:00
resolver.d String representation of a Node's tag can now be accessed by the 2011-10-20 15:48:21 +02:00
tokens.d Initial commit. 2011-08-16 14:53:13 +02:00