{ "kind" : "Program", "location" : [ 1, 1, 12, 9 ], "declarations" : [ { "kind" : "VarDef", "location" : [ 1, 1, 1, 14 ], "var" : { "kind" : "TypedVar", "location" : [ 1, 1, 1, 7 ], "identifier" : { "kind" : "Identifier", "location" : [ 1, 1, 1, 1 ], "name" : "x" }, "type" : { "kind" : "ListType", "location" : [ 1, 3, 1, 7 ], "elementType" : { "kind" : "ClassType", "location" : [ 1, 4, 1, 6 ], "className" : "int" } } }, "value" : { "kind" : "NoneLiteral", "location" : [ 1, 11, 1, 14 ] } }, { "kind" : "VarDef", "location" : [ 2, 1, 2, 9 ], "var" : { "kind" : "TypedVar", "location" : [ 2, 1, 2, 5 ], "identifier" : { "kind" : "Identifier", "location" : [ 2, 1, 2, 1 ], "name" : "y" }, "type" : { "kind" : "ClassType", "location" : [ 2, 3, 2, 5 ], "className" : "int" } }, "value" : { "kind" : "IntegerLiteral", "location" : [ 2, 9, 2, 9 ], "value" : 0 } }, { "kind" : "VarDef", "location" : [ 3, 1, 3, 15 ], "var" : { "kind" : "TypedVar", "location" : [ 3, 1, 3, 8 ], "identifier" : { "kind" : "Identifier", "location" : [ 3, 1, 3, 1 ], "name" : "z" }, "type" : { "kind" : "ListType", "location" : [ 3, 3, 3, 8 ], "elementType" : { "kind" : "ClassType", "location" : [ 3, 4, 3, 7 ], "className" : "bool" } } }, "value" : { "kind" : "NoneLiteral", "location" : [ 3, 12, 3, 15 ] } }, { "kind" : "VarDef", "location" : [ 4, 1, 4, 15 ], "var" : { "kind" : "TypedVar", "location" : [ 4, 1, 4, 8 ], "identifier" : { "kind" : "Identifier", "location" : [ 4, 1, 4, 1 ], "name" : "o" }, "type" : { "kind" : "ClassType", "location" : [ 4, 3, 4, 8 ], "className" : "object" } }, "value" : { "kind" : "NoneLiteral", "location" : [ 4, 12, 4, 15 ] } } ], "statements" : [ { "kind" : "AssignStmt", "location" : [ 6, 1, 6, 13 ], "targets" : [ { "kind" : "Identifier", "location" : [ 6, 1, 6, 1 ], "name" : "x" } ], "value" : { "kind" : "ListExpr", "location" : [ 6, 5, 6, 13 ], "elements" : [ { "kind" : "IntegerLiteral", "location" : [ 6, 6, 6, 6 ], "value" : 1 }, { "kind" : "IntegerLiteral", "location" : [ 6, 9, 6, 9 ], "value" : 2 }, { "kind" : "IntegerLiteral", "location" : [ 6, 12, 6, 12 ], "value" : 3 } ] } }, { "kind" : "AssignStmt", "location" : [ 7, 1, 7, 17 ], "targets" : [ { "kind" : "Identifier", "location" : [ 7, 1, 7, 1 ], "name" : "z" } ], "value" : { "kind" : "ListExpr", "location" : [ 7, 5, 7, 17 ], "elements" : [ { "kind" : "BooleanLiteral", "location" : [ 7, 6, 7, 10 ], "value" : false }, { "kind" : "BooleanLiteral", "location" : [ 7, 13, 7, 16 ], "value" : true } ] } }, { "kind" : "AssignStmt", "location" : [ 9, 1, 9, 8 ], "targets" : [ { "kind" : "Identifier", "location" : [ 9, 1, 9, 1 ], "name" : "y" } ], "value" : { "kind" : "IndexExpr", "location" : [ 9, 5, 9, 8 ], "list" : { "kind" : "Identifier", "location" : [ 9, 5, 9, 5 ], "name" : "x" }, "index" : { "kind" : "IntegerLiteral", "location" : [ 9, 7, 9, 7 ], "value" : 0 } } }, { "kind" : "AssignStmt", "location" : [ 10, 1, 10, 8 ], "targets" : [ { "kind" : "IndexExpr", "location" : [ 10, 1, 10, 4 ], "list" : { "kind" : "Identifier", "location" : [ 10, 1, 10, 1 ], "name" : "x" }, "index" : { "kind" : "IntegerLiteral", "location" : [ 10, 3, 10, 3 ], "value" : 0 } } ], "value" : { "kind" : "IntegerLiteral", "location" : [ 10, 8, 10, 8 ], "value" : 1 } }, { "kind" : "AssignStmt", "location" : [ 11, 1, 11, 11 ], "targets" : [ { "kind" : "IndexExpr", "location" : [ 11, 1, 11, 4 ], "list" : { "kind" : "Identifier", "location" : [ 11, 1, 11, 1 ], "name" : "z" }, "index" : { "kind" : "IntegerLiteral", "location" : [ 11, 3, 11, 3 ], "value" : 1 } } ], "value" : { "kind" : "IndexExpr", "location" : [ 11, 8, 11, 11 ], "list" : { "kind" : "Identifier", "location" : [ 11, 8, 11, 8 ], "name" : "z" }, "index" : { "kind" : "IntegerLiteral", "location" : [ 11, 10, 11, 10 ], "value" : 0 } } }, { "kind" : "AssignStmt", "location" : [ 12, 1, 12, 8 ], "targets" : [ { "kind" : "Identifier", "location" : [ 12, 1, 12, 1 ], "name" : "o" } ], "value" : { "kind" : "IndexExpr", "location" : [ 12, 5, 12, 8 ], "list" : { "kind" : "Identifier", "location" : [ 12, 5, 12, 5 ], "name" : "x" }, "index" : { "kind" : "IntegerLiteral", "location" : [ 12, 7, 12, 7 ], "value" : 1 } } } ], "errors" : { "errors" : [ ], "kind" : "Errors", "location" : [ 0, 0, 0, 0 ] } }