module ParseTree
    class DictionaryMembers < Treetop::Runtime::SyntaxNode

      def build(parent)
        m = member.build(parent)