script: Move all parser code inside ClutterScriptParser
ClutterScript is currently a mix of parser-related code and the ClutterScript object. All the parser-related code should be moved inside a private class, ClutterScriptParser, inheriting from JsonParser.
This commit is contained in: