dyaml/dyaml
Ferdinand Majerech 7192503fe6 Implemented a Tag struct taking as little memory as possible.
Removed endMark from Node to keep it in 32 bytes on 64bit.
This will result in slightly worse debugging messages, but we
still have the start position of a node.

Tag is needed for better compliance with the spec and emitting
support for multiple tags with the same D data type.
2011-08-20 22:15:20 +02:00
..
composer.d Implemented a Tag struct taking as little memory as possible. 2011-08-20 22:15:20 +02:00
constructor.d Implemented a Tag struct taking as little memory as possible. 2011-08-20 22:15:20 +02:00
event.d Initial commit. 2011-08-16 14:53:13 +02:00
exception.d Initial commit. 2011-08-16 14:53:13 +02:00
loader.d Initial commit. 2011-08-16 14:53:13 +02:00
node.d Implemented a Tag struct taking as little memory as possible. 2011-08-20 22:15:20 +02:00
parser.d Initial commit. 2011-08-16 14:53:13 +02:00
reader.d Initial commit. 2011-08-16 14:53:13 +02:00
resolver.d Initial commit. 2011-08-16 14:53:13 +02:00
scanner.d Initial commit. 2011-08-16 14:53:13 +02:00
tag.d Implemented a Tag struct taking as little memory as possible. 2011-08-20 22:15:20 +02:00
token.d Initial commit. 2011-08-16 14:53:13 +02:00
util.d Initial commit. 2011-08-16 14:53:13 +02:00