Code Review: MoreYamlStuff

tfpt review “/shelveset:MoreYamlStuff;REDMOND\olegtk”
Comment :
Implements taguri() for regexps and structs.
Moves accessor for code context to IConstructor level so all static
constructors receiving IConstructor can use it; and makes it getter
method for interface consistency.
Implements loading of ranges expressed using Ruby native range syntax
(a…b|a…b)
Implements loading regular expressions.
Implements loading structs.
Adds RubyUtils.CreateRubyObject(context, RubyClass, attribute hash)
method, which deserializes Ruby object from a mapping containing
attributre values.
Implements loading objects of an arbitrary (but known) class.

Looks good.