* added yaml/style that defines representation pragmas
`scalar` and `collection`
* implemented those pragmas
* updated docs. also fixes some invalid links in docs
* moved load procs to yaml/loading.nim
* moved input YamlStream into ConstructionContext
* made ConstructionContext a non-ref object
* harmonized code style & comments
* renamed yaml/serialization.nim to yaml/native.nim