dlang-community / D-YAML

YAML parser and emitter for the D programming language
https://dlang-community.github.io/D-YAML/
Boost Software License 1.0
119 stars 37 forks source link

Try and eliminate remaining classes #215

Open Herringway opened 5 years ago

Herringway commented 5 years ago

We should change the Composer, Parser, Reader, Resolver and Scanner classes into structs or free-standing functions.