subcomponent 0.1.0

A components orchestrator
subcomponents {
   error_001: true;

   component {
      name: "a component";
      path: "here";

      error_002: "hi";
      error_003: "hello";

      fetch {
         error_004: false;

         git {
            url: "https://this/looks/like/an/url.git";
            branch: "master";

            error_005: "git!";
         }
      }
   }

}

error_006: "hello", "world", "!";