dyaml/source/dyaml
Cameron Ross b63ea1aaae make node types into enums and clean up code using them (#225)
* make node types into enums and clean up code using them

* add some tests for anchorable
2019-01-28 02:56:00 +01:00
..
test make node types into enums and clean up code using them (#225) 2019-01-28 02:56:00 +01:00
composer.d make node types into enums and clean up code using them (#225) 2019-01-28 02:56:00 +01:00
constructor.d make node types into enums and clean up code using them (#225) 2019-01-28 02:56:00 +01:00
dumper.d Move custom types to Node (#213) 2019-01-15 08:37:50 +01:00
emitter.d change canFind() to among() where possible (#221) 2019-01-16 07:23:48 +01:00
encoding.d Encoding now refers to tinyendian. 2014-07-21 23:41:27 +02:00
escapes.d change canFind() to among() where possible (#221) 2019-01-16 07:23:48 +01:00
event.d remove all sizeof asserts 2018-12-11 16:29:19 -04:00
exception.d remove all sizeof asserts 2018-12-11 16:29:19 -04:00
linebreak.d use camelCasing for enum members 2018-08-26 21:49:14 -03:00
loader.d range-ify Scanner 2019-01-24 10:05:39 +01:00
node.d make node types into enums and clean up code using them (#225) 2019-01-28 02:56:00 +01:00
package.d Move custom types to Node (#213) 2019-01-15 08:37:50 +01:00
parser.d let Scanner.handleDoubleQuotedScalarEscapes operate on const char arrays instead 2019-01-24 10:05:39 +01:00
queue.d let Queue be a range (#220) 2019-01-16 05:27:38 +01:00
reader.d a handful of DIP1000 fixes (#185) 2018-07-18 09:14:42 +02:00
representer.d make node types into enums and clean up code using them (#225) 2019-01-28 02:56:00 +01:00
resolver.d fix a Resolver test 2019-01-24 07:27:30 +01:00
scanner.d range-ify Scanner 2019-01-24 10:05:39 +01:00
serializer.d make node types into enums and clean up code using them (#225) 2019-01-28 02:56:00 +01:00
style.d use camelCasing for enum members 2018-08-26 21:49:14 -03:00
tagdirective.d Another attempt at making d-yaml work with dub. 2013-03-28 21:33:13 -07:00
token.d remove all sizeof asserts 2018-12-11 16:29:19 -04:00