Previously in a member expression like `foo.x` or `foo[3]`, `foo` had to be an identifier. You could not do something like `f().x` (and if you tried, you got a cryptic error). Rather than make the error better, we should just accept any expression to be the LHS of a member expression (aka its 'object'). This does knock our "parse lots of function calls" from 58 to 55 calls before it stack overflows. But I think it's fine, we'll address this in https://github.com/KittyCAD/modeling-app/pull/6226 when I get back to it. Closes https://github.com/KittyCAD/modeling-app/issues/7273
		
			
				
	
	
		
			2585 lines
		
	
	
		
			197 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2585 lines
		
	
	
		
			197 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Result of parsing add_lots.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "Ok": {
 | 
						|
    "body": [
 | 
						|
      {
 | 
						|
        "commentStart": 0,
 | 
						|
        "declaration": {
 | 
						|
          "commentStart": 0,
 | 
						|
          "end": 0,
 | 
						|
          "id": {
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "name": "f",
 | 
						|
            "start": 0,
 | 
						|
            "type": "Identifier"
 | 
						|
          },
 | 
						|
          "init": {
 | 
						|
            "body": {
 | 
						|
              "body": [
 | 
						|
                {
 | 
						|
                  "argument": {
 | 
						|
                    "commentStart": 0,
 | 
						|
                    "end": 0,
 | 
						|
                    "left": {
 | 
						|
                      "abs_path": false,
 | 
						|
                      "commentStart": 0,
 | 
						|
                      "end": 0,
 | 
						|
                      "name": {
 | 
						|
                        "commentStart": 0,
 | 
						|
                        "end": 0,
 | 
						|
                        "name": "i",
 | 
						|
                        "start": 0,
 | 
						|
                        "type": "Identifier"
 | 
						|
                      },
 | 
						|
                      "path": [],
 | 
						|
                      "start": 0,
 | 
						|
                      "type": "Name",
 | 
						|
                      "type": "Name"
 | 
						|
                    },
 | 
						|
                    "operator": "*",
 | 
						|
                    "right": {
 | 
						|
                      "commentStart": 0,
 | 
						|
                      "end": 0,
 | 
						|
                      "raw": "2",
 | 
						|
                      "start": 0,
 | 
						|
                      "type": "Literal",
 | 
						|
                      "type": "Literal",
 | 
						|
                      "value": {
 | 
						|
                        "value": 2.0,
 | 
						|
                        "suffix": "None"
 | 
						|
                      }
 | 
						|
                    },
 | 
						|
                    "start": 0,
 | 
						|
                    "type": "BinaryExpression",
 | 
						|
                    "type": "BinaryExpression"
 | 
						|
                  },
 | 
						|
                  "commentStart": 0,
 | 
						|
                  "end": 0,
 | 
						|
                  "start": 0,
 | 
						|
                  "type": "ReturnStatement",
 | 
						|
                  "type": "ReturnStatement"
 | 
						|
                }
 | 
						|
              ],
 | 
						|
              "commentStart": 0,
 | 
						|
              "end": 0,
 | 
						|
              "start": 0
 | 
						|
            },
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "params": [
 | 
						|
              {
 | 
						|
                "type": "Parameter",
 | 
						|
                "identifier": {
 | 
						|
                  "commentStart": 0,
 | 
						|
                  "end": 0,
 | 
						|
                  "name": "i",
 | 
						|
                  "start": 0,
 | 
						|
                  "type": "Identifier"
 | 
						|
                },
 | 
						|
                "labeled": false
 | 
						|
              }
 | 
						|
            ],
 | 
						|
            "start": 0,
 | 
						|
            "type": "FunctionExpression",
 | 
						|
            "type": "FunctionExpression"
 | 
						|
          },
 | 
						|
          "start": 0,
 | 
						|
          "type": "VariableDeclarator"
 | 
						|
        },
 | 
						|
        "end": 0,
 | 
						|
        "kind": "fn",
 | 
						|
        "start": 0,
 | 
						|
        "type": "VariableDeclaration",
 | 
						|
        "type": "VariableDeclaration"
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "commentStart": 0,
 | 
						|
        "declaration": {
 | 
						|
          "commentStart": 0,
 | 
						|
          "end": 0,
 | 
						|
          "id": {
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "name": "x",
 | 
						|
            "start": 0,
 | 
						|
            "type": "Identifier"
 | 
						|
          },
 | 
						|
          "init": {
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "left": {
 | 
						|
              "commentStart": 0,
 | 
						|
              "end": 0,
 | 
						|
              "left": {
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "left": {
 | 
						|
                  "commentStart": 0,
 | 
						|
                  "end": 0,
 | 
						|
                  "left": {
 | 
						|
                    "commentStart": 0,
 | 
						|
                    "end": 0,
 | 
						|
                    "left": {
 | 
						|
                      "commentStart": 0,
 | 
						|
                      "end": 0,
 | 
						|
                      "left": {
 | 
						|
                        "commentStart": 0,
 | 
						|
                        "end": 0,
 | 
						|
                        "left": {
 | 
						|
                          "commentStart": 0,
 | 
						|
                          "end": 0,
 | 
						|
                          "left": {
 | 
						|
                            "commentStart": 0,
 | 
						|
                            "end": 0,
 | 
						|
                            "left": {
 | 
						|
                              "commentStart": 0,
 | 
						|
                              "end": 0,
 | 
						|
                              "left": {
 | 
						|
                                "commentStart": 0,
 | 
						|
                                "end": 0,
 | 
						|
                                "left": {
 | 
						|
                                  "commentStart": 0,
 | 
						|
                                  "end": 0,
 | 
						|
                                  "left": {
 | 
						|
                                    "commentStart": 0,
 | 
						|
                                    "end": 0,
 | 
						|
                                    "left": {
 | 
						|
                                      "commentStart": 0,
 | 
						|
                                      "end": 0,
 | 
						|
                                      "left": {
 | 
						|
                                        "commentStart": 0,
 | 
						|
                                        "end": 0,
 | 
						|
                                        "left": {
 | 
						|
                                          "commentStart": 0,
 | 
						|
                                          "end": 0,
 | 
						|
                                          "left": {
 | 
						|
                                            "commentStart": 0,
 | 
						|
                                            "end": 0,
 | 
						|
                                            "left": {
 | 
						|
                                              "commentStart": 0,
 | 
						|
                                              "end": 0,
 | 
						|
                                              "left": {
 | 
						|
                                                "commentStart": 0,
 | 
						|
                                                "end": 0,
 | 
						|
                                                "left": {
 | 
						|
                                                  "commentStart": 0,
 | 
						|
                                                  "end": 0,
 | 
						|
                                                  "left": {
 | 
						|
                                                    "commentStart": 0,
 | 
						|
                                                    "end": 0,
 | 
						|
                                                    "left": {
 | 
						|
                                                      "commentStart": 0,
 | 
						|
                                                      "end": 0,
 | 
						|
                                                      "left": {
 | 
						|
                                                        "commentStart": 0,
 | 
						|
                                                        "end": 0,
 | 
						|
                                                        "left": {
 | 
						|
                                                          "commentStart": 0,
 | 
						|
                                                          "end": 0,
 | 
						|
                                                          "left": {
 | 
						|
                                                            "commentStart": 0,
 | 
						|
                                                            "end": 0,
 | 
						|
                                                            "left": {
 | 
						|
                                                              "commentStart": 0,
 | 
						|
                                                              "end": 0,
 | 
						|
                                                              "left": {
 | 
						|
                                                                "commentStart": 0,
 | 
						|
                                                                "end": 0,
 | 
						|
                                                                "left": {
 | 
						|
                                                                  "commentStart": 0,
 | 
						|
                                                                  "end": 0,
 | 
						|
                                                                  "left": {
 | 
						|
                                                                    "commentStart": 0,
 | 
						|
                                                                    "end": 0,
 | 
						|
                                                                    "left": {
 | 
						|
                                                                      "commentStart": 0,
 | 
						|
                                                                      "end": 0,
 | 
						|
                                                                      "left": {
 | 
						|
                                                                        "commentStart": 0,
 | 
						|
                                                                        "end": 0,
 | 
						|
                                                                        "left": {
 | 
						|
                                                                          "commentStart": 0,
 | 
						|
                                                                          "end": 0,
 | 
						|
                                                                          "left": {
 | 
						|
                                                                            "commentStart": 0,
 | 
						|
                                                                            "end": 0,
 | 
						|
                                                                            "left": {
 | 
						|
                                                                              "commentStart": 0,
 | 
						|
                                                                              "end": 0,
 | 
						|
                                                                              "left": {
 | 
						|
                                                                                "commentStart": 0,
 | 
						|
                                                                                "end": 0,
 | 
						|
                                                                                "left": {
 | 
						|
                                                                                  "commentStart": 0,
 | 
						|
                                                                                  "end": 0,
 | 
						|
                                                                                  "left": {
 | 
						|
                                                                                    "commentStart": 0,
 | 
						|
                                                                                    "end": 0,
 | 
						|
                                                                                    "left": {
 | 
						|
                                                                                      "commentStart": 0,
 | 
						|
                                                                                      "end": 0,
 | 
						|
                                                                                      "left": {
 | 
						|
                                                                                        "commentStart": 0,
 | 
						|
                                                                                        "end": 0,
 | 
						|
                                                                                        "left": {
 | 
						|
                                                                                          "commentStart": 0,
 | 
						|
                                                                                          "end": 0,
 | 
						|
                                                                                          "left": {
 | 
						|
                                                                                            "commentStart": 0,
 | 
						|
                                                                                            "end": 0,
 | 
						|
                                                                                            "left": {
 | 
						|
                                                                                              "commentStart": 0,
 | 
						|
                                                                                              "end": 0,
 | 
						|
                                                                                              "left": {
 | 
						|
                                                                                                "commentStart": 0,
 | 
						|
                                                                                                "end": 0,
 | 
						|
                                                                                                "left": {
 | 
						|
                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                  "end": 0,
 | 
						|
                                                                                                  "left": {
 | 
						|
                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                    "end": 0,
 | 
						|
                                                                                                    "left": {
 | 
						|
                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                      "end": 0,
 | 
						|
                                                                                                      "left": {
 | 
						|
                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                        "end": 0,
 | 
						|
                                                                                                        "left": {
 | 
						|
                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                          "end": 0,
 | 
						|
                                                                                                          "left": {
 | 
						|
                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                            "end": 0,
 | 
						|
                                                                                                            "left": {
 | 
						|
                                                                                                              "commentStart": 0,
 | 
						|
                                                                                                              "end": 0,
 | 
						|
                                                                                                              "left": {
 | 
						|
                                                                                                                "commentStart": 0,
 | 
						|
                                                                                                                "end": 0,
 | 
						|
                                                                                                                "left": {
 | 
						|
                                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                                  "end": 0,
 | 
						|
                                                                                                                  "left": {
 | 
						|
                                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                                    "end": 0,
 | 
						|
                                                                                                                    "left": {
 | 
						|
                                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                                      "end": 0,
 | 
						|
                                                                                                                      "left": {
 | 
						|
                                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                                        "end": 0,
 | 
						|
                                                                                                                        "left": {
 | 
						|
                                                                                                                          "callee": {
 | 
						|
                                                                                                                            "abs_path": false,
 | 
						|
                                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                                            "end": 0,
 | 
						|
                                                                                                                            "name": {
 | 
						|
                                                                                                                              "commentStart": 0,
 | 
						|
                                                                                                                              "end": 0,
 | 
						|
                                                                                                                              "name": "f",
 | 
						|
                                                                                                                              "start": 0,
 | 
						|
                                                                                                                              "type": "Identifier"
 | 
						|
                                                                                                                            },
 | 
						|
                                                                                                                            "path": [],
 | 
						|
                                                                                                                            "start": 0,
 | 
						|
                                                                                                                            "type": "Name"
 | 
						|
                                                                                                                          },
 | 
						|
                                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                                          "end": 0,
 | 
						|
                                                                                                                          "start": 0,
 | 
						|
                                                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                                                          "unlabeled": {
 | 
						|
                                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                                            "end": 0,
 | 
						|
                                                                                                                            "raw": "0",
 | 
						|
                                                                                                                            "start": 0,
 | 
						|
                                                                                                                            "type": "Literal",
 | 
						|
                                                                                                                            "type": "Literal",
 | 
						|
                                                                                                                            "value": {
 | 
						|
                                                                                                                              "value": 0.0,
 | 
						|
                                                                                                                              "suffix": "None"
 | 
						|
                                                                                                                            }
 | 
						|
                                                                                                                          }
 | 
						|
                                                                                                                        },
 | 
						|
                                                                                                                        "operator": "+",
 | 
						|
                                                                                                                        "right": {
 | 
						|
                                                                                                                          "callee": {
 | 
						|
                                                                                                                            "abs_path": false,
 | 
						|
                                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                                            "end": 0,
 | 
						|
                                                                                                                            "name": {
 | 
						|
                                                                                                                              "commentStart": 0,
 | 
						|
                                                                                                                              "end": 0,
 | 
						|
                                                                                                                              "name": "f",
 | 
						|
                                                                                                                              "start": 0,
 | 
						|
                                                                                                                              "type": "Identifier"
 | 
						|
                                                                                                                            },
 | 
						|
                                                                                                                            "path": [],
 | 
						|
                                                                                                                            "start": 0,
 | 
						|
                                                                                                                            "type": "Name"
 | 
						|
                                                                                                                          },
 | 
						|
                                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                                          "end": 0,
 | 
						|
                                                                                                                          "start": 0,
 | 
						|
                                                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                                                          "unlabeled": {
 | 
						|
                                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                                            "end": 0,
 | 
						|
                                                                                                                            "raw": "1",
 | 
						|
                                                                                                                            "start": 0,
 | 
						|
                                                                                                                            "type": "Literal",
 | 
						|
                                                                                                                            "type": "Literal",
 | 
						|
                                                                                                                            "value": {
 | 
						|
                                                                                                                              "value": 1.0,
 | 
						|
                                                                                                                              "suffix": "None"
 | 
						|
                                                                                                                            }
 | 
						|
                                                                                                                          }
 | 
						|
                                                                                                                        },
 | 
						|
                                                                                                                        "start": 0,
 | 
						|
                                                                                                                        "type": "BinaryExpression",
 | 
						|
                                                                                                                        "type": "BinaryExpression"
 | 
						|
                                                                                                                      },
 | 
						|
                                                                                                                      "operator": "+",
 | 
						|
                                                                                                                      "right": {
 | 
						|
                                                                                                                        "callee": {
 | 
						|
                                                                                                                          "abs_path": false,
 | 
						|
                                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                                          "end": 0,
 | 
						|
                                                                                                                          "name": {
 | 
						|
                                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                                            "end": 0,
 | 
						|
                                                                                                                            "name": "f",
 | 
						|
                                                                                                                            "start": 0,
 | 
						|
                                                                                                                            "type": "Identifier"
 | 
						|
                                                                                                                          },
 | 
						|
                                                                                                                          "path": [],
 | 
						|
                                                                                                                          "start": 0,
 | 
						|
                                                                                                                          "type": "Name"
 | 
						|
                                                                                                                        },
 | 
						|
                                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                                        "end": 0,
 | 
						|
                                                                                                                        "start": 0,
 | 
						|
                                                                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                                                                        "unlabeled": {
 | 
						|
                                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                                          "end": 0,
 | 
						|
                                                                                                                          "raw": "2",
 | 
						|
                                                                                                                          "start": 0,
 | 
						|
                                                                                                                          "type": "Literal",
 | 
						|
                                                                                                                          "type": "Literal",
 | 
						|
                                                                                                                          "value": {
 | 
						|
                                                                                                                            "value": 2.0,
 | 
						|
                                                                                                                            "suffix": "None"
 | 
						|
                                                                                                                          }
 | 
						|
                                                                                                                        }
 | 
						|
                                                                                                                      },
 | 
						|
                                                                                                                      "start": 0,
 | 
						|
                                                                                                                      "type": "BinaryExpression",
 | 
						|
                                                                                                                      "type": "BinaryExpression"
 | 
						|
                                                                                                                    },
 | 
						|
                                                                                                                    "operator": "+",
 | 
						|
                                                                                                                    "right": {
 | 
						|
                                                                                                                      "callee": {
 | 
						|
                                                                                                                        "abs_path": false,
 | 
						|
                                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                                        "end": 0,
 | 
						|
                                                                                                                        "name": {
 | 
						|
                                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                                          "end": 0,
 | 
						|
                                                                                                                          "name": "f",
 | 
						|
                                                                                                                          "start": 0,
 | 
						|
                                                                                                                          "type": "Identifier"
 | 
						|
                                                                                                                        },
 | 
						|
                                                                                                                        "path": [],
 | 
						|
                                                                                                                        "start": 0,
 | 
						|
                                                                                                                        "type": "Name"
 | 
						|
                                                                                                                      },
 | 
						|
                                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                                      "end": 0,
 | 
						|
                                                                                                                      "start": 0,
 | 
						|
                                                                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                                                                      "unlabeled": {
 | 
						|
                                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                                        "end": 0,
 | 
						|
                                                                                                                        "raw": "3",
 | 
						|
                                                                                                                        "start": 0,
 | 
						|
                                                                                                                        "type": "Literal",
 | 
						|
                                                                                                                        "type": "Literal",
 | 
						|
                                                                                                                        "value": {
 | 
						|
                                                                                                                          "value": 3.0,
 | 
						|
                                                                                                                          "suffix": "None"
 | 
						|
                                                                                                                        }
 | 
						|
                                                                                                                      }
 | 
						|
                                                                                                                    },
 | 
						|
                                                                                                                    "start": 0,
 | 
						|
                                                                                                                    "type": "BinaryExpression",
 | 
						|
                                                                                                                    "type": "BinaryExpression"
 | 
						|
                                                                                                                  },
 | 
						|
                                                                                                                  "operator": "+",
 | 
						|
                                                                                                                  "right": {
 | 
						|
                                                                                                                    "callee": {
 | 
						|
                                                                                                                      "abs_path": false,
 | 
						|
                                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                                      "end": 0,
 | 
						|
                                                                                                                      "name": {
 | 
						|
                                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                                        "end": 0,
 | 
						|
                                                                                                                        "name": "f",
 | 
						|
                                                                                                                        "start": 0,
 | 
						|
                                                                                                                        "type": "Identifier"
 | 
						|
                                                                                                                      },
 | 
						|
                                                                                                                      "path": [],
 | 
						|
                                                                                                                      "start": 0,
 | 
						|
                                                                                                                      "type": "Name"
 | 
						|
                                                                                                                    },
 | 
						|
                                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                                    "end": 0,
 | 
						|
                                                                                                                    "start": 0,
 | 
						|
                                                                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                                                                    "unlabeled": {
 | 
						|
                                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                                      "end": 0,
 | 
						|
                                                                                                                      "raw": "4",
 | 
						|
                                                                                                                      "start": 0,
 | 
						|
                                                                                                                      "type": "Literal",
 | 
						|
                                                                                                                      "type": "Literal",
 | 
						|
                                                                                                                      "value": {
 | 
						|
                                                                                                                        "value": 4.0,
 | 
						|
                                                                                                                        "suffix": "None"
 | 
						|
                                                                                                                      }
 | 
						|
                                                                                                                    }
 | 
						|
                                                                                                                  },
 | 
						|
                                                                                                                  "start": 0,
 | 
						|
                                                                                                                  "type": "BinaryExpression",
 | 
						|
                                                                                                                  "type": "BinaryExpression"
 | 
						|
                                                                                                                },
 | 
						|
                                                                                                                "operator": "+",
 | 
						|
                                                                                                                "right": {
 | 
						|
                                                                                                                  "callee": {
 | 
						|
                                                                                                                    "abs_path": false,
 | 
						|
                                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                                    "end": 0,
 | 
						|
                                                                                                                    "name": {
 | 
						|
                                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                                      "end": 0,
 | 
						|
                                                                                                                      "name": "f",
 | 
						|
                                                                                                                      "start": 0,
 | 
						|
                                                                                                                      "type": "Identifier"
 | 
						|
                                                                                                                    },
 | 
						|
                                                                                                                    "path": [],
 | 
						|
                                                                                                                    "start": 0,
 | 
						|
                                                                                                                    "type": "Name"
 | 
						|
                                                                                                                  },
 | 
						|
                                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                                  "end": 0,
 | 
						|
                                                                                                                  "start": 0,
 | 
						|
                                                                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                                                                  "unlabeled": {
 | 
						|
                                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                                    "end": 0,
 | 
						|
                                                                                                                    "raw": "5",
 | 
						|
                                                                                                                    "start": 0,
 | 
						|
                                                                                                                    "type": "Literal",
 | 
						|
                                                                                                                    "type": "Literal",
 | 
						|
                                                                                                                    "value": {
 | 
						|
                                                                                                                      "value": 5.0,
 | 
						|
                                                                                                                      "suffix": "None"
 | 
						|
                                                                                                                    }
 | 
						|
                                                                                                                  }
 | 
						|
                                                                                                                },
 | 
						|
                                                                                                                "start": 0,
 | 
						|
                                                                                                                "type": "BinaryExpression",
 | 
						|
                                                                                                                "type": "BinaryExpression"
 | 
						|
                                                                                                              },
 | 
						|
                                                                                                              "operator": "+",
 | 
						|
                                                                                                              "right": {
 | 
						|
                                                                                                                "callee": {
 | 
						|
                                                                                                                  "abs_path": false,
 | 
						|
                                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                                  "end": 0,
 | 
						|
                                                                                                                  "name": {
 | 
						|
                                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                                    "end": 0,
 | 
						|
                                                                                                                    "name": "f",
 | 
						|
                                                                                                                    "start": 0,
 | 
						|
                                                                                                                    "type": "Identifier"
 | 
						|
                                                                                                                  },
 | 
						|
                                                                                                                  "path": [],
 | 
						|
                                                                                                                  "start": 0,
 | 
						|
                                                                                                                  "type": "Name"
 | 
						|
                                                                                                                },
 | 
						|
                                                                                                                "commentStart": 0,
 | 
						|
                                                                                                                "end": 0,
 | 
						|
                                                                                                                "start": 0,
 | 
						|
                                                                                                                "type": "CallExpressionKw",
 | 
						|
                                                                                                                "type": "CallExpressionKw",
 | 
						|
                                                                                                                "unlabeled": {
 | 
						|
                                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                                  "end": 0,
 | 
						|
                                                                                                                  "raw": "6",
 | 
						|
                                                                                                                  "start": 0,
 | 
						|
                                                                                                                  "type": "Literal",
 | 
						|
                                                                                                                  "type": "Literal",
 | 
						|
                                                                                                                  "value": {
 | 
						|
                                                                                                                    "value": 6.0,
 | 
						|
                                                                                                                    "suffix": "None"
 | 
						|
                                                                                                                  }
 | 
						|
                                                                                                                }
 | 
						|
                                                                                                              },
 | 
						|
                                                                                                              "start": 0,
 | 
						|
                                                                                                              "type": "BinaryExpression",
 | 
						|
                                                                                                              "type": "BinaryExpression"
 | 
						|
                                                                                                            },
 | 
						|
                                                                                                            "operator": "+",
 | 
						|
                                                                                                            "right": {
 | 
						|
                                                                                                              "callee": {
 | 
						|
                                                                                                                "abs_path": false,
 | 
						|
                                                                                                                "commentStart": 0,
 | 
						|
                                                                                                                "end": 0,
 | 
						|
                                                                                                                "name": {
 | 
						|
                                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                                  "end": 0,
 | 
						|
                                                                                                                  "name": "f",
 | 
						|
                                                                                                                  "start": 0,
 | 
						|
                                                                                                                  "type": "Identifier"
 | 
						|
                                                                                                                },
 | 
						|
                                                                                                                "path": [],
 | 
						|
                                                                                                                "start": 0,
 | 
						|
                                                                                                                "type": "Name"
 | 
						|
                                                                                                              },
 | 
						|
                                                                                                              "commentStart": 0,
 | 
						|
                                                                                                              "end": 0,
 | 
						|
                                                                                                              "start": 0,
 | 
						|
                                                                                                              "type": "CallExpressionKw",
 | 
						|
                                                                                                              "type": "CallExpressionKw",
 | 
						|
                                                                                                              "unlabeled": {
 | 
						|
                                                                                                                "commentStart": 0,
 | 
						|
                                                                                                                "end": 0,
 | 
						|
                                                                                                                "raw": "7",
 | 
						|
                                                                                                                "start": 0,
 | 
						|
                                                                                                                "type": "Literal",
 | 
						|
                                                                                                                "type": "Literal",
 | 
						|
                                                                                                                "value": {
 | 
						|
                                                                                                                  "value": 7.0,
 | 
						|
                                                                                                                  "suffix": "None"
 | 
						|
                                                                                                                }
 | 
						|
                                                                                                              }
 | 
						|
                                                                                                            },
 | 
						|
                                                                                                            "start": 0,
 | 
						|
                                                                                                            "type": "BinaryExpression",
 | 
						|
                                                                                                            "type": "BinaryExpression"
 | 
						|
                                                                                                          },
 | 
						|
                                                                                                          "operator": "+",
 | 
						|
                                                                                                          "right": {
 | 
						|
                                                                                                            "callee": {
 | 
						|
                                                                                                              "abs_path": false,
 | 
						|
                                                                                                              "commentStart": 0,
 | 
						|
                                                                                                              "end": 0,
 | 
						|
                                                                                                              "name": {
 | 
						|
                                                                                                                "commentStart": 0,
 | 
						|
                                                                                                                "end": 0,
 | 
						|
                                                                                                                "name": "f",
 | 
						|
                                                                                                                "start": 0,
 | 
						|
                                                                                                                "type": "Identifier"
 | 
						|
                                                                                                              },
 | 
						|
                                                                                                              "path": [],
 | 
						|
                                                                                                              "start": 0,
 | 
						|
                                                                                                              "type": "Name"
 | 
						|
                                                                                                            },
 | 
						|
                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                            "end": 0,
 | 
						|
                                                                                                            "start": 0,
 | 
						|
                                                                                                            "type": "CallExpressionKw",
 | 
						|
                                                                                                            "type": "CallExpressionKw",
 | 
						|
                                                                                                            "unlabeled": {
 | 
						|
                                                                                                              "commentStart": 0,
 | 
						|
                                                                                                              "end": 0,
 | 
						|
                                                                                                              "raw": "8",
 | 
						|
                                                                                                              "start": 0,
 | 
						|
                                                                                                              "type": "Literal",
 | 
						|
                                                                                                              "type": "Literal",
 | 
						|
                                                                                                              "value": {
 | 
						|
                                                                                                                "value": 8.0,
 | 
						|
                                                                                                                "suffix": "None"
 | 
						|
                                                                                                              }
 | 
						|
                                                                                                            }
 | 
						|
                                                                                                          },
 | 
						|
                                                                                                          "start": 0,
 | 
						|
                                                                                                          "type": "BinaryExpression",
 | 
						|
                                                                                                          "type": "BinaryExpression"
 | 
						|
                                                                                                        },
 | 
						|
                                                                                                        "operator": "+",
 | 
						|
                                                                                                        "right": {
 | 
						|
                                                                                                          "callee": {
 | 
						|
                                                                                                            "abs_path": false,
 | 
						|
                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                            "end": 0,
 | 
						|
                                                                                                            "name": {
 | 
						|
                                                                                                              "commentStart": 0,
 | 
						|
                                                                                                              "end": 0,
 | 
						|
                                                                                                              "name": "f",
 | 
						|
                                                                                                              "start": 0,
 | 
						|
                                                                                                              "type": "Identifier"
 | 
						|
                                                                                                            },
 | 
						|
                                                                                                            "path": [],
 | 
						|
                                                                                                            "start": 0,
 | 
						|
                                                                                                            "type": "Name"
 | 
						|
                                                                                                          },
 | 
						|
                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                          "end": 0,
 | 
						|
                                                                                                          "start": 0,
 | 
						|
                                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                                          "unlabeled": {
 | 
						|
                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                            "end": 0,
 | 
						|
                                                                                                            "raw": "9",
 | 
						|
                                                                                                            "start": 0,
 | 
						|
                                                                                                            "type": "Literal",
 | 
						|
                                                                                                            "type": "Literal",
 | 
						|
                                                                                                            "value": {
 | 
						|
                                                                                                              "value": 9.0,
 | 
						|
                                                                                                              "suffix": "None"
 | 
						|
                                                                                                            }
 | 
						|
                                                                                                          }
 | 
						|
                                                                                                        },
 | 
						|
                                                                                                        "start": 0,
 | 
						|
                                                                                                        "type": "BinaryExpression",
 | 
						|
                                                                                                        "type": "BinaryExpression"
 | 
						|
                                                                                                      },
 | 
						|
                                                                                                      "operator": "+",
 | 
						|
                                                                                                      "right": {
 | 
						|
                                                                                                        "callee": {
 | 
						|
                                                                                                          "abs_path": false,
 | 
						|
                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                          "end": 0,
 | 
						|
                                                                                                          "name": {
 | 
						|
                                                                                                            "commentStart": 0,
 | 
						|
                                                                                                            "end": 0,
 | 
						|
                                                                                                            "name": "f",
 | 
						|
                                                                                                            "start": 0,
 | 
						|
                                                                                                            "type": "Identifier"
 | 
						|
                                                                                                          },
 | 
						|
                                                                                                          "path": [],
 | 
						|
                                                                                                          "start": 0,
 | 
						|
                                                                                                          "type": "Name"
 | 
						|
                                                                                                        },
 | 
						|
                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                        "end": 0,
 | 
						|
                                                                                                        "start": 0,
 | 
						|
                                                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                                                        "unlabeled": {
 | 
						|
                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                          "end": 0,
 | 
						|
                                                                                                          "raw": "10",
 | 
						|
                                                                                                          "start": 0,
 | 
						|
                                                                                                          "type": "Literal",
 | 
						|
                                                                                                          "type": "Literal",
 | 
						|
                                                                                                          "value": {
 | 
						|
                                                                                                            "value": 10.0,
 | 
						|
                                                                                                            "suffix": "None"
 | 
						|
                                                                                                          }
 | 
						|
                                                                                                        }
 | 
						|
                                                                                                      },
 | 
						|
                                                                                                      "start": 0,
 | 
						|
                                                                                                      "type": "BinaryExpression",
 | 
						|
                                                                                                      "type": "BinaryExpression"
 | 
						|
                                                                                                    },
 | 
						|
                                                                                                    "operator": "+",
 | 
						|
                                                                                                    "right": {
 | 
						|
                                                                                                      "callee": {
 | 
						|
                                                                                                        "abs_path": false,
 | 
						|
                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                        "end": 0,
 | 
						|
                                                                                                        "name": {
 | 
						|
                                                                                                          "commentStart": 0,
 | 
						|
                                                                                                          "end": 0,
 | 
						|
                                                                                                          "name": "f",
 | 
						|
                                                                                                          "start": 0,
 | 
						|
                                                                                                          "type": "Identifier"
 | 
						|
                                                                                                        },
 | 
						|
                                                                                                        "path": [],
 | 
						|
                                                                                                        "start": 0,
 | 
						|
                                                                                                        "type": "Name"
 | 
						|
                                                                                                      },
 | 
						|
                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                      "end": 0,
 | 
						|
                                                                                                      "start": 0,
 | 
						|
                                                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                                                      "unlabeled": {
 | 
						|
                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                        "end": 0,
 | 
						|
                                                                                                        "raw": "11",
 | 
						|
                                                                                                        "start": 0,
 | 
						|
                                                                                                        "type": "Literal",
 | 
						|
                                                                                                        "type": "Literal",
 | 
						|
                                                                                                        "value": {
 | 
						|
                                                                                                          "value": 11.0,
 | 
						|
                                                                                                          "suffix": "None"
 | 
						|
                                                                                                        }
 | 
						|
                                                                                                      }
 | 
						|
                                                                                                    },
 | 
						|
                                                                                                    "start": 0,
 | 
						|
                                                                                                    "type": "BinaryExpression",
 | 
						|
                                                                                                    "type": "BinaryExpression"
 | 
						|
                                                                                                  },
 | 
						|
                                                                                                  "operator": "+",
 | 
						|
                                                                                                  "right": {
 | 
						|
                                                                                                    "callee": {
 | 
						|
                                                                                                      "abs_path": false,
 | 
						|
                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                      "end": 0,
 | 
						|
                                                                                                      "name": {
 | 
						|
                                                                                                        "commentStart": 0,
 | 
						|
                                                                                                        "end": 0,
 | 
						|
                                                                                                        "name": "f",
 | 
						|
                                                                                                        "start": 0,
 | 
						|
                                                                                                        "type": "Identifier"
 | 
						|
                                                                                                      },
 | 
						|
                                                                                                      "path": [],
 | 
						|
                                                                                                      "start": 0,
 | 
						|
                                                                                                      "type": "Name"
 | 
						|
                                                                                                    },
 | 
						|
                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                    "end": 0,
 | 
						|
                                                                                                    "start": 0,
 | 
						|
                                                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                                                    "unlabeled": {
 | 
						|
                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                      "end": 0,
 | 
						|
                                                                                                      "raw": "12",
 | 
						|
                                                                                                      "start": 0,
 | 
						|
                                                                                                      "type": "Literal",
 | 
						|
                                                                                                      "type": "Literal",
 | 
						|
                                                                                                      "value": {
 | 
						|
                                                                                                        "value": 12.0,
 | 
						|
                                                                                                        "suffix": "None"
 | 
						|
                                                                                                      }
 | 
						|
                                                                                                    }
 | 
						|
                                                                                                  },
 | 
						|
                                                                                                  "start": 0,
 | 
						|
                                                                                                  "type": "BinaryExpression",
 | 
						|
                                                                                                  "type": "BinaryExpression"
 | 
						|
                                                                                                },
 | 
						|
                                                                                                "operator": "+",
 | 
						|
                                                                                                "right": {
 | 
						|
                                                                                                  "callee": {
 | 
						|
                                                                                                    "abs_path": false,
 | 
						|
                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                    "end": 0,
 | 
						|
                                                                                                    "name": {
 | 
						|
                                                                                                      "commentStart": 0,
 | 
						|
                                                                                                      "end": 0,
 | 
						|
                                                                                                      "name": "f",
 | 
						|
                                                                                                      "start": 0,
 | 
						|
                                                                                                      "type": "Identifier"
 | 
						|
                                                                                                    },
 | 
						|
                                                                                                    "path": [],
 | 
						|
                                                                                                    "start": 0,
 | 
						|
                                                                                                    "type": "Name"
 | 
						|
                                                                                                  },
 | 
						|
                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                  "end": 0,
 | 
						|
                                                                                                  "start": 0,
 | 
						|
                                                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                                                  "unlabeled": {
 | 
						|
                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                    "end": 0,
 | 
						|
                                                                                                    "raw": "13",
 | 
						|
                                                                                                    "start": 0,
 | 
						|
                                                                                                    "type": "Literal",
 | 
						|
                                                                                                    "type": "Literal",
 | 
						|
                                                                                                    "value": {
 | 
						|
                                                                                                      "value": 13.0,
 | 
						|
                                                                                                      "suffix": "None"
 | 
						|
                                                                                                    }
 | 
						|
                                                                                                  }
 | 
						|
                                                                                                },
 | 
						|
                                                                                                "start": 0,
 | 
						|
                                                                                                "type": "BinaryExpression",
 | 
						|
                                                                                                "type": "BinaryExpression"
 | 
						|
                                                                                              },
 | 
						|
                                                                                              "operator": "+",
 | 
						|
                                                                                              "right": {
 | 
						|
                                                                                                "callee": {
 | 
						|
                                                                                                  "abs_path": false,
 | 
						|
                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                  "end": 0,
 | 
						|
                                                                                                  "name": {
 | 
						|
                                                                                                    "commentStart": 0,
 | 
						|
                                                                                                    "end": 0,
 | 
						|
                                                                                                    "name": "f",
 | 
						|
                                                                                                    "start": 0,
 | 
						|
                                                                                                    "type": "Identifier"
 | 
						|
                                                                                                  },
 | 
						|
                                                                                                  "path": [],
 | 
						|
                                                                                                  "start": 0,
 | 
						|
                                                                                                  "type": "Name"
 | 
						|
                                                                                                },
 | 
						|
                                                                                                "commentStart": 0,
 | 
						|
                                                                                                "end": 0,
 | 
						|
                                                                                                "start": 0,
 | 
						|
                                                                                                "type": "CallExpressionKw",
 | 
						|
                                                                                                "type": "CallExpressionKw",
 | 
						|
                                                                                                "unlabeled": {
 | 
						|
                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                  "end": 0,
 | 
						|
                                                                                                  "raw": "14",
 | 
						|
                                                                                                  "start": 0,
 | 
						|
                                                                                                  "type": "Literal",
 | 
						|
                                                                                                  "type": "Literal",
 | 
						|
                                                                                                  "value": {
 | 
						|
                                                                                                    "value": 14.0,
 | 
						|
                                                                                                    "suffix": "None"
 | 
						|
                                                                                                  }
 | 
						|
                                                                                                }
 | 
						|
                                                                                              },
 | 
						|
                                                                                              "start": 0,
 | 
						|
                                                                                              "type": "BinaryExpression",
 | 
						|
                                                                                              "type": "BinaryExpression"
 | 
						|
                                                                                            },
 | 
						|
                                                                                            "operator": "+",
 | 
						|
                                                                                            "right": {
 | 
						|
                                                                                              "callee": {
 | 
						|
                                                                                                "abs_path": false,
 | 
						|
                                                                                                "commentStart": 0,
 | 
						|
                                                                                                "end": 0,
 | 
						|
                                                                                                "name": {
 | 
						|
                                                                                                  "commentStart": 0,
 | 
						|
                                                                                                  "end": 0,
 | 
						|
                                                                                                  "name": "f",
 | 
						|
                                                                                                  "start": 0,
 | 
						|
                                                                                                  "type": "Identifier"
 | 
						|
                                                                                                },
 | 
						|
                                                                                                "path": [],
 | 
						|
                                                                                                "start": 0,
 | 
						|
                                                                                                "type": "Name"
 | 
						|
                                                                                              },
 | 
						|
                                                                                              "commentStart": 0,
 | 
						|
                                                                                              "end": 0,
 | 
						|
                                                                                              "start": 0,
 | 
						|
                                                                                              "type": "CallExpressionKw",
 | 
						|
                                                                                              "type": "CallExpressionKw",
 | 
						|
                                                                                              "unlabeled": {
 | 
						|
                                                                                                "commentStart": 0,
 | 
						|
                                                                                                "end": 0,
 | 
						|
                                                                                                "raw": "15",
 | 
						|
                                                                                                "start": 0,
 | 
						|
                                                                                                "type": "Literal",
 | 
						|
                                                                                                "type": "Literal",
 | 
						|
                                                                                                "value": {
 | 
						|
                                                                                                  "value": 15.0,
 | 
						|
                                                                                                  "suffix": "None"
 | 
						|
                                                                                                }
 | 
						|
                                                                                              }
 | 
						|
                                                                                            },
 | 
						|
                                                                                            "start": 0,
 | 
						|
                                                                                            "type": "BinaryExpression",
 | 
						|
                                                                                            "type": "BinaryExpression"
 | 
						|
                                                                                          },
 | 
						|
                                                                                          "operator": "+",
 | 
						|
                                                                                          "right": {
 | 
						|
                                                                                            "callee": {
 | 
						|
                                                                                              "abs_path": false,
 | 
						|
                                                                                              "commentStart": 0,
 | 
						|
                                                                                              "end": 0,
 | 
						|
                                                                                              "name": {
 | 
						|
                                                                                                "commentStart": 0,
 | 
						|
                                                                                                "end": 0,
 | 
						|
                                                                                                "name": "f",
 | 
						|
                                                                                                "start": 0,
 | 
						|
                                                                                                "type": "Identifier"
 | 
						|
                                                                                              },
 | 
						|
                                                                                              "path": [],
 | 
						|
                                                                                              "start": 0,
 | 
						|
                                                                                              "type": "Name"
 | 
						|
                                                                                            },
 | 
						|
                                                                                            "commentStart": 0,
 | 
						|
                                                                                            "end": 0,
 | 
						|
                                                                                            "start": 0,
 | 
						|
                                                                                            "type": "CallExpressionKw",
 | 
						|
                                                                                            "type": "CallExpressionKw",
 | 
						|
                                                                                            "unlabeled": {
 | 
						|
                                                                                              "commentStart": 0,
 | 
						|
                                                                                              "end": 0,
 | 
						|
                                                                                              "raw": "16",
 | 
						|
                                                                                              "start": 0,
 | 
						|
                                                                                              "type": "Literal",
 | 
						|
                                                                                              "type": "Literal",
 | 
						|
                                                                                              "value": {
 | 
						|
                                                                                                "value": 16.0,
 | 
						|
                                                                                                "suffix": "None"
 | 
						|
                                                                                              }
 | 
						|
                                                                                            }
 | 
						|
                                                                                          },
 | 
						|
                                                                                          "start": 0,
 | 
						|
                                                                                          "type": "BinaryExpression",
 | 
						|
                                                                                          "type": "BinaryExpression"
 | 
						|
                                                                                        },
 | 
						|
                                                                                        "operator": "+",
 | 
						|
                                                                                        "right": {
 | 
						|
                                                                                          "callee": {
 | 
						|
                                                                                            "abs_path": false,
 | 
						|
                                                                                            "commentStart": 0,
 | 
						|
                                                                                            "end": 0,
 | 
						|
                                                                                            "name": {
 | 
						|
                                                                                              "commentStart": 0,
 | 
						|
                                                                                              "end": 0,
 | 
						|
                                                                                              "name": "f",
 | 
						|
                                                                                              "start": 0,
 | 
						|
                                                                                              "type": "Identifier"
 | 
						|
                                                                                            },
 | 
						|
                                                                                            "path": [],
 | 
						|
                                                                                            "start": 0,
 | 
						|
                                                                                            "type": "Name"
 | 
						|
                                                                                          },
 | 
						|
                                                                                          "commentStart": 0,
 | 
						|
                                                                                          "end": 0,
 | 
						|
                                                                                          "start": 0,
 | 
						|
                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                                          "unlabeled": {
 | 
						|
                                                                                            "commentStart": 0,
 | 
						|
                                                                                            "end": 0,
 | 
						|
                                                                                            "raw": "17",
 | 
						|
                                                                                            "start": 0,
 | 
						|
                                                                                            "type": "Literal",
 | 
						|
                                                                                            "type": "Literal",
 | 
						|
                                                                                            "value": {
 | 
						|
                                                                                              "value": 17.0,
 | 
						|
                                                                                              "suffix": "None"
 | 
						|
                                                                                            }
 | 
						|
                                                                                          }
 | 
						|
                                                                                        },
 | 
						|
                                                                                        "start": 0,
 | 
						|
                                                                                        "type": "BinaryExpression",
 | 
						|
                                                                                        "type": "BinaryExpression"
 | 
						|
                                                                                      },
 | 
						|
                                                                                      "operator": "+",
 | 
						|
                                                                                      "right": {
 | 
						|
                                                                                        "callee": {
 | 
						|
                                                                                          "abs_path": false,
 | 
						|
                                                                                          "commentStart": 0,
 | 
						|
                                                                                          "end": 0,
 | 
						|
                                                                                          "name": {
 | 
						|
                                                                                            "commentStart": 0,
 | 
						|
                                                                                            "end": 0,
 | 
						|
                                                                                            "name": "f",
 | 
						|
                                                                                            "start": 0,
 | 
						|
                                                                                            "type": "Identifier"
 | 
						|
                                                                                          },
 | 
						|
                                                                                          "path": [],
 | 
						|
                                                                                          "start": 0,
 | 
						|
                                                                                          "type": "Name"
 | 
						|
                                                                                        },
 | 
						|
                                                                                        "commentStart": 0,
 | 
						|
                                                                                        "end": 0,
 | 
						|
                                                                                        "start": 0,
 | 
						|
                                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                                        "unlabeled": {
 | 
						|
                                                                                          "commentStart": 0,
 | 
						|
                                                                                          "end": 0,
 | 
						|
                                                                                          "raw": "18",
 | 
						|
                                                                                          "start": 0,
 | 
						|
                                                                                          "type": "Literal",
 | 
						|
                                                                                          "type": "Literal",
 | 
						|
                                                                                          "value": {
 | 
						|
                                                                                            "value": 18.0,
 | 
						|
                                                                                            "suffix": "None"
 | 
						|
                                                                                          }
 | 
						|
                                                                                        }
 | 
						|
                                                                                      },
 | 
						|
                                                                                      "start": 0,
 | 
						|
                                                                                      "type": "BinaryExpression",
 | 
						|
                                                                                      "type": "BinaryExpression"
 | 
						|
                                                                                    },
 | 
						|
                                                                                    "operator": "+",
 | 
						|
                                                                                    "right": {
 | 
						|
                                                                                      "callee": {
 | 
						|
                                                                                        "abs_path": false,
 | 
						|
                                                                                        "commentStart": 0,
 | 
						|
                                                                                        "end": 0,
 | 
						|
                                                                                        "name": {
 | 
						|
                                                                                          "commentStart": 0,
 | 
						|
                                                                                          "end": 0,
 | 
						|
                                                                                          "name": "f",
 | 
						|
                                                                                          "start": 0,
 | 
						|
                                                                                          "type": "Identifier"
 | 
						|
                                                                                        },
 | 
						|
                                                                                        "path": [],
 | 
						|
                                                                                        "start": 0,
 | 
						|
                                                                                        "type": "Name"
 | 
						|
                                                                                      },
 | 
						|
                                                                                      "commentStart": 0,
 | 
						|
                                                                                      "end": 0,
 | 
						|
                                                                                      "start": 0,
 | 
						|
                                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                                      "unlabeled": {
 | 
						|
                                                                                        "commentStart": 0,
 | 
						|
                                                                                        "end": 0,
 | 
						|
                                                                                        "raw": "19",
 | 
						|
                                                                                        "start": 0,
 | 
						|
                                                                                        "type": "Literal",
 | 
						|
                                                                                        "type": "Literal",
 | 
						|
                                                                                        "value": {
 | 
						|
                                                                                          "value": 19.0,
 | 
						|
                                                                                          "suffix": "None"
 | 
						|
                                                                                        }
 | 
						|
                                                                                      }
 | 
						|
                                                                                    },
 | 
						|
                                                                                    "start": 0,
 | 
						|
                                                                                    "type": "BinaryExpression",
 | 
						|
                                                                                    "type": "BinaryExpression"
 | 
						|
                                                                                  },
 | 
						|
                                                                                  "operator": "+",
 | 
						|
                                                                                  "right": {
 | 
						|
                                                                                    "callee": {
 | 
						|
                                                                                      "abs_path": false,
 | 
						|
                                                                                      "commentStart": 0,
 | 
						|
                                                                                      "end": 0,
 | 
						|
                                                                                      "name": {
 | 
						|
                                                                                        "commentStart": 0,
 | 
						|
                                                                                        "end": 0,
 | 
						|
                                                                                        "name": "f",
 | 
						|
                                                                                        "start": 0,
 | 
						|
                                                                                        "type": "Identifier"
 | 
						|
                                                                                      },
 | 
						|
                                                                                      "path": [],
 | 
						|
                                                                                      "start": 0,
 | 
						|
                                                                                      "type": "Name"
 | 
						|
                                                                                    },
 | 
						|
                                                                                    "commentStart": 0,
 | 
						|
                                                                                    "end": 0,
 | 
						|
                                                                                    "start": 0,
 | 
						|
                                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                                    "unlabeled": {
 | 
						|
                                                                                      "commentStart": 0,
 | 
						|
                                                                                      "end": 0,
 | 
						|
                                                                                      "raw": "20",
 | 
						|
                                                                                      "start": 0,
 | 
						|
                                                                                      "type": "Literal",
 | 
						|
                                                                                      "type": "Literal",
 | 
						|
                                                                                      "value": {
 | 
						|
                                                                                        "value": 20.0,
 | 
						|
                                                                                        "suffix": "None"
 | 
						|
                                                                                      }
 | 
						|
                                                                                    }
 | 
						|
                                                                                  },
 | 
						|
                                                                                  "start": 0,
 | 
						|
                                                                                  "type": "BinaryExpression",
 | 
						|
                                                                                  "type": "BinaryExpression"
 | 
						|
                                                                                },
 | 
						|
                                                                                "operator": "+",
 | 
						|
                                                                                "right": {
 | 
						|
                                                                                  "callee": {
 | 
						|
                                                                                    "abs_path": false,
 | 
						|
                                                                                    "commentStart": 0,
 | 
						|
                                                                                    "end": 0,
 | 
						|
                                                                                    "name": {
 | 
						|
                                                                                      "commentStart": 0,
 | 
						|
                                                                                      "end": 0,
 | 
						|
                                                                                      "name": "f",
 | 
						|
                                                                                      "start": 0,
 | 
						|
                                                                                      "type": "Identifier"
 | 
						|
                                                                                    },
 | 
						|
                                                                                    "path": [],
 | 
						|
                                                                                    "start": 0,
 | 
						|
                                                                                    "type": "Name"
 | 
						|
                                                                                  },
 | 
						|
                                                                                  "commentStart": 0,
 | 
						|
                                                                                  "end": 0,
 | 
						|
                                                                                  "start": 0,
 | 
						|
                                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                                  "unlabeled": {
 | 
						|
                                                                                    "commentStart": 0,
 | 
						|
                                                                                    "end": 0,
 | 
						|
                                                                                    "raw": "21",
 | 
						|
                                                                                    "start": 0,
 | 
						|
                                                                                    "type": "Literal",
 | 
						|
                                                                                    "type": "Literal",
 | 
						|
                                                                                    "value": {
 | 
						|
                                                                                      "value": 21.0,
 | 
						|
                                                                                      "suffix": "None"
 | 
						|
                                                                                    }
 | 
						|
                                                                                  }
 | 
						|
                                                                                },
 | 
						|
                                                                                "start": 0,
 | 
						|
                                                                                "type": "BinaryExpression",
 | 
						|
                                                                                "type": "BinaryExpression"
 | 
						|
                                                                              },
 | 
						|
                                                                              "operator": "+",
 | 
						|
                                                                              "right": {
 | 
						|
                                                                                "callee": {
 | 
						|
                                                                                  "abs_path": false,
 | 
						|
                                                                                  "commentStart": 0,
 | 
						|
                                                                                  "end": 0,
 | 
						|
                                                                                  "name": {
 | 
						|
                                                                                    "commentStart": 0,
 | 
						|
                                                                                    "end": 0,
 | 
						|
                                                                                    "name": "f",
 | 
						|
                                                                                    "start": 0,
 | 
						|
                                                                                    "type": "Identifier"
 | 
						|
                                                                                  },
 | 
						|
                                                                                  "path": [],
 | 
						|
                                                                                  "start": 0,
 | 
						|
                                                                                  "type": "Name"
 | 
						|
                                                                                },
 | 
						|
                                                                                "commentStart": 0,
 | 
						|
                                                                                "end": 0,
 | 
						|
                                                                                "start": 0,
 | 
						|
                                                                                "type": "CallExpressionKw",
 | 
						|
                                                                                "type": "CallExpressionKw",
 | 
						|
                                                                                "unlabeled": {
 | 
						|
                                                                                  "commentStart": 0,
 | 
						|
                                                                                  "end": 0,
 | 
						|
                                                                                  "raw": "22",
 | 
						|
                                                                                  "start": 0,
 | 
						|
                                                                                  "type": "Literal",
 | 
						|
                                                                                  "type": "Literal",
 | 
						|
                                                                                  "value": {
 | 
						|
                                                                                    "value": 22.0,
 | 
						|
                                                                                    "suffix": "None"
 | 
						|
                                                                                  }
 | 
						|
                                                                                }
 | 
						|
                                                                              },
 | 
						|
                                                                              "start": 0,
 | 
						|
                                                                              "type": "BinaryExpression",
 | 
						|
                                                                              "type": "BinaryExpression"
 | 
						|
                                                                            },
 | 
						|
                                                                            "operator": "+",
 | 
						|
                                                                            "right": {
 | 
						|
                                                                              "callee": {
 | 
						|
                                                                                "abs_path": false,
 | 
						|
                                                                                "commentStart": 0,
 | 
						|
                                                                                "end": 0,
 | 
						|
                                                                                "name": {
 | 
						|
                                                                                  "commentStart": 0,
 | 
						|
                                                                                  "end": 0,
 | 
						|
                                                                                  "name": "f",
 | 
						|
                                                                                  "start": 0,
 | 
						|
                                                                                  "type": "Identifier"
 | 
						|
                                                                                },
 | 
						|
                                                                                "path": [],
 | 
						|
                                                                                "start": 0,
 | 
						|
                                                                                "type": "Name"
 | 
						|
                                                                              },
 | 
						|
                                                                              "commentStart": 0,
 | 
						|
                                                                              "end": 0,
 | 
						|
                                                                              "start": 0,
 | 
						|
                                                                              "type": "CallExpressionKw",
 | 
						|
                                                                              "type": "CallExpressionKw",
 | 
						|
                                                                              "unlabeled": {
 | 
						|
                                                                                "commentStart": 0,
 | 
						|
                                                                                "end": 0,
 | 
						|
                                                                                "raw": "23",
 | 
						|
                                                                                "start": 0,
 | 
						|
                                                                                "type": "Literal",
 | 
						|
                                                                                "type": "Literal",
 | 
						|
                                                                                "value": {
 | 
						|
                                                                                  "value": 23.0,
 | 
						|
                                                                                  "suffix": "None"
 | 
						|
                                                                                }
 | 
						|
                                                                              }
 | 
						|
                                                                            },
 | 
						|
                                                                            "start": 0,
 | 
						|
                                                                            "type": "BinaryExpression",
 | 
						|
                                                                            "type": "BinaryExpression"
 | 
						|
                                                                          },
 | 
						|
                                                                          "operator": "+",
 | 
						|
                                                                          "right": {
 | 
						|
                                                                            "callee": {
 | 
						|
                                                                              "abs_path": false,
 | 
						|
                                                                              "commentStart": 0,
 | 
						|
                                                                              "end": 0,
 | 
						|
                                                                              "name": {
 | 
						|
                                                                                "commentStart": 0,
 | 
						|
                                                                                "end": 0,
 | 
						|
                                                                                "name": "f",
 | 
						|
                                                                                "start": 0,
 | 
						|
                                                                                "type": "Identifier"
 | 
						|
                                                                              },
 | 
						|
                                                                              "path": [],
 | 
						|
                                                                              "start": 0,
 | 
						|
                                                                              "type": "Name"
 | 
						|
                                                                            },
 | 
						|
                                                                            "commentStart": 0,
 | 
						|
                                                                            "end": 0,
 | 
						|
                                                                            "start": 0,
 | 
						|
                                                                            "type": "CallExpressionKw",
 | 
						|
                                                                            "type": "CallExpressionKw",
 | 
						|
                                                                            "unlabeled": {
 | 
						|
                                                                              "commentStart": 0,
 | 
						|
                                                                              "end": 0,
 | 
						|
                                                                              "raw": "24",
 | 
						|
                                                                              "start": 0,
 | 
						|
                                                                              "type": "Literal",
 | 
						|
                                                                              "type": "Literal",
 | 
						|
                                                                              "value": {
 | 
						|
                                                                                "value": 24.0,
 | 
						|
                                                                                "suffix": "None"
 | 
						|
                                                                              }
 | 
						|
                                                                            }
 | 
						|
                                                                          },
 | 
						|
                                                                          "start": 0,
 | 
						|
                                                                          "type": "BinaryExpression",
 | 
						|
                                                                          "type": "BinaryExpression"
 | 
						|
                                                                        },
 | 
						|
                                                                        "operator": "+",
 | 
						|
                                                                        "right": {
 | 
						|
                                                                          "callee": {
 | 
						|
                                                                            "abs_path": false,
 | 
						|
                                                                            "commentStart": 0,
 | 
						|
                                                                            "end": 0,
 | 
						|
                                                                            "name": {
 | 
						|
                                                                              "commentStart": 0,
 | 
						|
                                                                              "end": 0,
 | 
						|
                                                                              "name": "f",
 | 
						|
                                                                              "start": 0,
 | 
						|
                                                                              "type": "Identifier"
 | 
						|
                                                                            },
 | 
						|
                                                                            "path": [],
 | 
						|
                                                                            "start": 0,
 | 
						|
                                                                            "type": "Name"
 | 
						|
                                                                          },
 | 
						|
                                                                          "commentStart": 0,
 | 
						|
                                                                          "end": 0,
 | 
						|
                                                                          "start": 0,
 | 
						|
                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                          "type": "CallExpressionKw",
 | 
						|
                                                                          "unlabeled": {
 | 
						|
                                                                            "commentStart": 0,
 | 
						|
                                                                            "end": 0,
 | 
						|
                                                                            "raw": "25",
 | 
						|
                                                                            "start": 0,
 | 
						|
                                                                            "type": "Literal",
 | 
						|
                                                                            "type": "Literal",
 | 
						|
                                                                            "value": {
 | 
						|
                                                                              "value": 25.0,
 | 
						|
                                                                              "suffix": "None"
 | 
						|
                                                                            }
 | 
						|
                                                                          }
 | 
						|
                                                                        },
 | 
						|
                                                                        "start": 0,
 | 
						|
                                                                        "type": "BinaryExpression",
 | 
						|
                                                                        "type": "BinaryExpression"
 | 
						|
                                                                      },
 | 
						|
                                                                      "operator": "+",
 | 
						|
                                                                      "right": {
 | 
						|
                                                                        "callee": {
 | 
						|
                                                                          "abs_path": false,
 | 
						|
                                                                          "commentStart": 0,
 | 
						|
                                                                          "end": 0,
 | 
						|
                                                                          "name": {
 | 
						|
                                                                            "commentStart": 0,
 | 
						|
                                                                            "end": 0,
 | 
						|
                                                                            "name": "f",
 | 
						|
                                                                            "start": 0,
 | 
						|
                                                                            "type": "Identifier"
 | 
						|
                                                                          },
 | 
						|
                                                                          "path": [],
 | 
						|
                                                                          "start": 0,
 | 
						|
                                                                          "type": "Name"
 | 
						|
                                                                        },
 | 
						|
                                                                        "commentStart": 0,
 | 
						|
                                                                        "end": 0,
 | 
						|
                                                                        "start": 0,
 | 
						|
                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                        "type": "CallExpressionKw",
 | 
						|
                                                                        "unlabeled": {
 | 
						|
                                                                          "commentStart": 0,
 | 
						|
                                                                          "end": 0,
 | 
						|
                                                                          "raw": "26",
 | 
						|
                                                                          "start": 0,
 | 
						|
                                                                          "type": "Literal",
 | 
						|
                                                                          "type": "Literal",
 | 
						|
                                                                          "value": {
 | 
						|
                                                                            "value": 26.0,
 | 
						|
                                                                            "suffix": "None"
 | 
						|
                                                                          }
 | 
						|
                                                                        }
 | 
						|
                                                                      },
 | 
						|
                                                                      "start": 0,
 | 
						|
                                                                      "type": "BinaryExpression",
 | 
						|
                                                                      "type": "BinaryExpression"
 | 
						|
                                                                    },
 | 
						|
                                                                    "operator": "+",
 | 
						|
                                                                    "right": {
 | 
						|
                                                                      "callee": {
 | 
						|
                                                                        "abs_path": false,
 | 
						|
                                                                        "commentStart": 0,
 | 
						|
                                                                        "end": 0,
 | 
						|
                                                                        "name": {
 | 
						|
                                                                          "commentStart": 0,
 | 
						|
                                                                          "end": 0,
 | 
						|
                                                                          "name": "f",
 | 
						|
                                                                          "start": 0,
 | 
						|
                                                                          "type": "Identifier"
 | 
						|
                                                                        },
 | 
						|
                                                                        "path": [],
 | 
						|
                                                                        "start": 0,
 | 
						|
                                                                        "type": "Name"
 | 
						|
                                                                      },
 | 
						|
                                                                      "commentStart": 0,
 | 
						|
                                                                      "end": 0,
 | 
						|
                                                                      "start": 0,
 | 
						|
                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                      "type": "CallExpressionKw",
 | 
						|
                                                                      "unlabeled": {
 | 
						|
                                                                        "commentStart": 0,
 | 
						|
                                                                        "end": 0,
 | 
						|
                                                                        "raw": "27",
 | 
						|
                                                                        "start": 0,
 | 
						|
                                                                        "type": "Literal",
 | 
						|
                                                                        "type": "Literal",
 | 
						|
                                                                        "value": {
 | 
						|
                                                                          "value": 27.0,
 | 
						|
                                                                          "suffix": "None"
 | 
						|
                                                                        }
 | 
						|
                                                                      }
 | 
						|
                                                                    },
 | 
						|
                                                                    "start": 0,
 | 
						|
                                                                    "type": "BinaryExpression",
 | 
						|
                                                                    "type": "BinaryExpression"
 | 
						|
                                                                  },
 | 
						|
                                                                  "operator": "+",
 | 
						|
                                                                  "right": {
 | 
						|
                                                                    "callee": {
 | 
						|
                                                                      "abs_path": false,
 | 
						|
                                                                      "commentStart": 0,
 | 
						|
                                                                      "end": 0,
 | 
						|
                                                                      "name": {
 | 
						|
                                                                        "commentStart": 0,
 | 
						|
                                                                        "end": 0,
 | 
						|
                                                                        "name": "f",
 | 
						|
                                                                        "start": 0,
 | 
						|
                                                                        "type": "Identifier"
 | 
						|
                                                                      },
 | 
						|
                                                                      "path": [],
 | 
						|
                                                                      "start": 0,
 | 
						|
                                                                      "type": "Name"
 | 
						|
                                                                    },
 | 
						|
                                                                    "commentStart": 0,
 | 
						|
                                                                    "end": 0,
 | 
						|
                                                                    "start": 0,
 | 
						|
                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                    "type": "CallExpressionKw",
 | 
						|
                                                                    "unlabeled": {
 | 
						|
                                                                      "commentStart": 0,
 | 
						|
                                                                      "end": 0,
 | 
						|
                                                                      "raw": "28",
 | 
						|
                                                                      "start": 0,
 | 
						|
                                                                      "type": "Literal",
 | 
						|
                                                                      "type": "Literal",
 | 
						|
                                                                      "value": {
 | 
						|
                                                                        "value": 28.0,
 | 
						|
                                                                        "suffix": "None"
 | 
						|
                                                                      }
 | 
						|
                                                                    }
 | 
						|
                                                                  },
 | 
						|
                                                                  "start": 0,
 | 
						|
                                                                  "type": "BinaryExpression",
 | 
						|
                                                                  "type": "BinaryExpression"
 | 
						|
                                                                },
 | 
						|
                                                                "operator": "+",
 | 
						|
                                                                "right": {
 | 
						|
                                                                  "callee": {
 | 
						|
                                                                    "abs_path": false,
 | 
						|
                                                                    "commentStart": 0,
 | 
						|
                                                                    "end": 0,
 | 
						|
                                                                    "name": {
 | 
						|
                                                                      "commentStart": 0,
 | 
						|
                                                                      "end": 0,
 | 
						|
                                                                      "name": "f",
 | 
						|
                                                                      "start": 0,
 | 
						|
                                                                      "type": "Identifier"
 | 
						|
                                                                    },
 | 
						|
                                                                    "path": [],
 | 
						|
                                                                    "start": 0,
 | 
						|
                                                                    "type": "Name"
 | 
						|
                                                                  },
 | 
						|
                                                                  "commentStart": 0,
 | 
						|
                                                                  "end": 0,
 | 
						|
                                                                  "start": 0,
 | 
						|
                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                  "type": "CallExpressionKw",
 | 
						|
                                                                  "unlabeled": {
 | 
						|
                                                                    "commentStart": 0,
 | 
						|
                                                                    "end": 0,
 | 
						|
                                                                    "raw": "29",
 | 
						|
                                                                    "start": 0,
 | 
						|
                                                                    "type": "Literal",
 | 
						|
                                                                    "type": "Literal",
 | 
						|
                                                                    "value": {
 | 
						|
                                                                      "value": 29.0,
 | 
						|
                                                                      "suffix": "None"
 | 
						|
                                                                    }
 | 
						|
                                                                  }
 | 
						|
                                                                },
 | 
						|
                                                                "start": 0,
 | 
						|
                                                                "type": "BinaryExpression",
 | 
						|
                                                                "type": "BinaryExpression"
 | 
						|
                                                              },
 | 
						|
                                                              "operator": "+",
 | 
						|
                                                              "right": {
 | 
						|
                                                                "callee": {
 | 
						|
                                                                  "abs_path": false,
 | 
						|
                                                                  "commentStart": 0,
 | 
						|
                                                                  "end": 0,
 | 
						|
                                                                  "name": {
 | 
						|
                                                                    "commentStart": 0,
 | 
						|
                                                                    "end": 0,
 | 
						|
                                                                    "name": "f",
 | 
						|
                                                                    "start": 0,
 | 
						|
                                                                    "type": "Identifier"
 | 
						|
                                                                  },
 | 
						|
                                                                  "path": [],
 | 
						|
                                                                  "start": 0,
 | 
						|
                                                                  "type": "Name"
 | 
						|
                                                                },
 | 
						|
                                                                "commentStart": 0,
 | 
						|
                                                                "end": 0,
 | 
						|
                                                                "start": 0,
 | 
						|
                                                                "type": "CallExpressionKw",
 | 
						|
                                                                "type": "CallExpressionKw",
 | 
						|
                                                                "unlabeled": {
 | 
						|
                                                                  "commentStart": 0,
 | 
						|
                                                                  "end": 0,
 | 
						|
                                                                  "raw": "30",
 | 
						|
                                                                  "start": 0,
 | 
						|
                                                                  "type": "Literal",
 | 
						|
                                                                  "type": "Literal",
 | 
						|
                                                                  "value": {
 | 
						|
                                                                    "value": 30.0,
 | 
						|
                                                                    "suffix": "None"
 | 
						|
                                                                  }
 | 
						|
                                                                }
 | 
						|
                                                              },
 | 
						|
                                                              "start": 0,
 | 
						|
                                                              "type": "BinaryExpression",
 | 
						|
                                                              "type": "BinaryExpression"
 | 
						|
                                                            },
 | 
						|
                                                            "operator": "+",
 | 
						|
                                                            "right": {
 | 
						|
                                                              "callee": {
 | 
						|
                                                                "abs_path": false,
 | 
						|
                                                                "commentStart": 0,
 | 
						|
                                                                "end": 0,
 | 
						|
                                                                "name": {
 | 
						|
                                                                  "commentStart": 0,
 | 
						|
                                                                  "end": 0,
 | 
						|
                                                                  "name": "f",
 | 
						|
                                                                  "start": 0,
 | 
						|
                                                                  "type": "Identifier"
 | 
						|
                                                                },
 | 
						|
                                                                "path": [],
 | 
						|
                                                                "start": 0,
 | 
						|
                                                                "type": "Name"
 | 
						|
                                                              },
 | 
						|
                                                              "commentStart": 0,
 | 
						|
                                                              "end": 0,
 | 
						|
                                                              "start": 0,
 | 
						|
                                                              "type": "CallExpressionKw",
 | 
						|
                                                              "type": "CallExpressionKw",
 | 
						|
                                                              "unlabeled": {
 | 
						|
                                                                "commentStart": 0,
 | 
						|
                                                                "end": 0,
 | 
						|
                                                                "raw": "31",
 | 
						|
                                                                "start": 0,
 | 
						|
                                                                "type": "Literal",
 | 
						|
                                                                "type": "Literal",
 | 
						|
                                                                "value": {
 | 
						|
                                                                  "value": 31.0,
 | 
						|
                                                                  "suffix": "None"
 | 
						|
                                                                }
 | 
						|
                                                              }
 | 
						|
                                                            },
 | 
						|
                                                            "start": 0,
 | 
						|
                                                            "type": "BinaryExpression",
 | 
						|
                                                            "type": "BinaryExpression"
 | 
						|
                                                          },
 | 
						|
                                                          "operator": "+",
 | 
						|
                                                          "right": {
 | 
						|
                                                            "callee": {
 | 
						|
                                                              "abs_path": false,
 | 
						|
                                                              "commentStart": 0,
 | 
						|
                                                              "end": 0,
 | 
						|
                                                              "name": {
 | 
						|
                                                                "commentStart": 0,
 | 
						|
                                                                "end": 0,
 | 
						|
                                                                "name": "f",
 | 
						|
                                                                "start": 0,
 | 
						|
                                                                "type": "Identifier"
 | 
						|
                                                              },
 | 
						|
                                                              "path": [],
 | 
						|
                                                              "start": 0,
 | 
						|
                                                              "type": "Name"
 | 
						|
                                                            },
 | 
						|
                                                            "commentStart": 0,
 | 
						|
                                                            "end": 0,
 | 
						|
                                                            "start": 0,
 | 
						|
                                                            "type": "CallExpressionKw",
 | 
						|
                                                            "type": "CallExpressionKw",
 | 
						|
                                                            "unlabeled": {
 | 
						|
                                                              "commentStart": 0,
 | 
						|
                                                              "end": 0,
 | 
						|
                                                              "raw": "32",
 | 
						|
                                                              "start": 0,
 | 
						|
                                                              "type": "Literal",
 | 
						|
                                                              "type": "Literal",
 | 
						|
                                                              "value": {
 | 
						|
                                                                "value": 32.0,
 | 
						|
                                                                "suffix": "None"
 | 
						|
                                                              }
 | 
						|
                                                            }
 | 
						|
                                                          },
 | 
						|
                                                          "start": 0,
 | 
						|
                                                          "type": "BinaryExpression",
 | 
						|
                                                          "type": "BinaryExpression"
 | 
						|
                                                        },
 | 
						|
                                                        "operator": "+",
 | 
						|
                                                        "right": {
 | 
						|
                                                          "callee": {
 | 
						|
                                                            "abs_path": false,
 | 
						|
                                                            "commentStart": 0,
 | 
						|
                                                            "end": 0,
 | 
						|
                                                            "name": {
 | 
						|
                                                              "commentStart": 0,
 | 
						|
                                                              "end": 0,
 | 
						|
                                                              "name": "f",
 | 
						|
                                                              "start": 0,
 | 
						|
                                                              "type": "Identifier"
 | 
						|
                                                            },
 | 
						|
                                                            "path": [],
 | 
						|
                                                            "start": 0,
 | 
						|
                                                            "type": "Name"
 | 
						|
                                                          },
 | 
						|
                                                          "commentStart": 0,
 | 
						|
                                                          "end": 0,
 | 
						|
                                                          "start": 0,
 | 
						|
                                                          "type": "CallExpressionKw",
 | 
						|
                                                          "type": "CallExpressionKw",
 | 
						|
                                                          "unlabeled": {
 | 
						|
                                                            "commentStart": 0,
 | 
						|
                                                            "end": 0,
 | 
						|
                                                            "raw": "33",
 | 
						|
                                                            "start": 0,
 | 
						|
                                                            "type": "Literal",
 | 
						|
                                                            "type": "Literal",
 | 
						|
                                                            "value": {
 | 
						|
                                                              "value": 33.0,
 | 
						|
                                                              "suffix": "None"
 | 
						|
                                                            }
 | 
						|
                                                          }
 | 
						|
                                                        },
 | 
						|
                                                        "start": 0,
 | 
						|
                                                        "type": "BinaryExpression",
 | 
						|
                                                        "type": "BinaryExpression"
 | 
						|
                                                      },
 | 
						|
                                                      "operator": "+",
 | 
						|
                                                      "right": {
 | 
						|
                                                        "callee": {
 | 
						|
                                                          "abs_path": false,
 | 
						|
                                                          "commentStart": 0,
 | 
						|
                                                          "end": 0,
 | 
						|
                                                          "name": {
 | 
						|
                                                            "commentStart": 0,
 | 
						|
                                                            "end": 0,
 | 
						|
                                                            "name": "f",
 | 
						|
                                                            "start": 0,
 | 
						|
                                                            "type": "Identifier"
 | 
						|
                                                          },
 | 
						|
                                                          "path": [],
 | 
						|
                                                          "start": 0,
 | 
						|
                                                          "type": "Name"
 | 
						|
                                                        },
 | 
						|
                                                        "commentStart": 0,
 | 
						|
                                                        "end": 0,
 | 
						|
                                                        "start": 0,
 | 
						|
                                                        "type": "CallExpressionKw",
 | 
						|
                                                        "type": "CallExpressionKw",
 | 
						|
                                                        "unlabeled": {
 | 
						|
                                                          "commentStart": 0,
 | 
						|
                                                          "end": 0,
 | 
						|
                                                          "raw": "34",
 | 
						|
                                                          "start": 0,
 | 
						|
                                                          "type": "Literal",
 | 
						|
                                                          "type": "Literal",
 | 
						|
                                                          "value": {
 | 
						|
                                                            "value": 34.0,
 | 
						|
                                                            "suffix": "None"
 | 
						|
                                                          }
 | 
						|
                                                        }
 | 
						|
                                                      },
 | 
						|
                                                      "start": 0,
 | 
						|
                                                      "type": "BinaryExpression",
 | 
						|
                                                      "type": "BinaryExpression"
 | 
						|
                                                    },
 | 
						|
                                                    "operator": "+",
 | 
						|
                                                    "right": {
 | 
						|
                                                      "callee": {
 | 
						|
                                                        "abs_path": false,
 | 
						|
                                                        "commentStart": 0,
 | 
						|
                                                        "end": 0,
 | 
						|
                                                        "name": {
 | 
						|
                                                          "commentStart": 0,
 | 
						|
                                                          "end": 0,
 | 
						|
                                                          "name": "f",
 | 
						|
                                                          "start": 0,
 | 
						|
                                                          "type": "Identifier"
 | 
						|
                                                        },
 | 
						|
                                                        "path": [],
 | 
						|
                                                        "start": 0,
 | 
						|
                                                        "type": "Name"
 | 
						|
                                                      },
 | 
						|
                                                      "commentStart": 0,
 | 
						|
                                                      "end": 0,
 | 
						|
                                                      "start": 0,
 | 
						|
                                                      "type": "CallExpressionKw",
 | 
						|
                                                      "type": "CallExpressionKw",
 | 
						|
                                                      "unlabeled": {
 | 
						|
                                                        "commentStart": 0,
 | 
						|
                                                        "end": 0,
 | 
						|
                                                        "raw": "35",
 | 
						|
                                                        "start": 0,
 | 
						|
                                                        "type": "Literal",
 | 
						|
                                                        "type": "Literal",
 | 
						|
                                                        "value": {
 | 
						|
                                                          "value": 35.0,
 | 
						|
                                                          "suffix": "None"
 | 
						|
                                                        }
 | 
						|
                                                      }
 | 
						|
                                                    },
 | 
						|
                                                    "start": 0,
 | 
						|
                                                    "type": "BinaryExpression",
 | 
						|
                                                    "type": "BinaryExpression"
 | 
						|
                                                  },
 | 
						|
                                                  "operator": "+",
 | 
						|
                                                  "right": {
 | 
						|
                                                    "callee": {
 | 
						|
                                                      "abs_path": false,
 | 
						|
                                                      "commentStart": 0,
 | 
						|
                                                      "end": 0,
 | 
						|
                                                      "name": {
 | 
						|
                                                        "commentStart": 0,
 | 
						|
                                                        "end": 0,
 | 
						|
                                                        "name": "f",
 | 
						|
                                                        "start": 0,
 | 
						|
                                                        "type": "Identifier"
 | 
						|
                                                      },
 | 
						|
                                                      "path": [],
 | 
						|
                                                      "start": 0,
 | 
						|
                                                      "type": "Name"
 | 
						|
                                                    },
 | 
						|
                                                    "commentStart": 0,
 | 
						|
                                                    "end": 0,
 | 
						|
                                                    "start": 0,
 | 
						|
                                                    "type": "CallExpressionKw",
 | 
						|
                                                    "type": "CallExpressionKw",
 | 
						|
                                                    "unlabeled": {
 | 
						|
                                                      "commentStart": 0,
 | 
						|
                                                      "end": 0,
 | 
						|
                                                      "raw": "36",
 | 
						|
                                                      "start": 0,
 | 
						|
                                                      "type": "Literal",
 | 
						|
                                                      "type": "Literal",
 | 
						|
                                                      "value": {
 | 
						|
                                                        "value": 36.0,
 | 
						|
                                                        "suffix": "None"
 | 
						|
                                                      }
 | 
						|
                                                    }
 | 
						|
                                                  },
 | 
						|
                                                  "start": 0,
 | 
						|
                                                  "type": "BinaryExpression",
 | 
						|
                                                  "type": "BinaryExpression"
 | 
						|
                                                },
 | 
						|
                                                "operator": "+",
 | 
						|
                                                "right": {
 | 
						|
                                                  "callee": {
 | 
						|
                                                    "abs_path": false,
 | 
						|
                                                    "commentStart": 0,
 | 
						|
                                                    "end": 0,
 | 
						|
                                                    "name": {
 | 
						|
                                                      "commentStart": 0,
 | 
						|
                                                      "end": 0,
 | 
						|
                                                      "name": "f",
 | 
						|
                                                      "start": 0,
 | 
						|
                                                      "type": "Identifier"
 | 
						|
                                                    },
 | 
						|
                                                    "path": [],
 | 
						|
                                                    "start": 0,
 | 
						|
                                                    "type": "Name"
 | 
						|
                                                  },
 | 
						|
                                                  "commentStart": 0,
 | 
						|
                                                  "end": 0,
 | 
						|
                                                  "start": 0,
 | 
						|
                                                  "type": "CallExpressionKw",
 | 
						|
                                                  "type": "CallExpressionKw",
 | 
						|
                                                  "unlabeled": {
 | 
						|
                                                    "commentStart": 0,
 | 
						|
                                                    "end": 0,
 | 
						|
                                                    "raw": "37",
 | 
						|
                                                    "start": 0,
 | 
						|
                                                    "type": "Literal",
 | 
						|
                                                    "type": "Literal",
 | 
						|
                                                    "value": {
 | 
						|
                                                      "value": 37.0,
 | 
						|
                                                      "suffix": "None"
 | 
						|
                                                    }
 | 
						|
                                                  }
 | 
						|
                                                },
 | 
						|
                                                "start": 0,
 | 
						|
                                                "type": "BinaryExpression",
 | 
						|
                                                "type": "BinaryExpression"
 | 
						|
                                              },
 | 
						|
                                              "operator": "+",
 | 
						|
                                              "right": {
 | 
						|
                                                "callee": {
 | 
						|
                                                  "abs_path": false,
 | 
						|
                                                  "commentStart": 0,
 | 
						|
                                                  "end": 0,
 | 
						|
                                                  "name": {
 | 
						|
                                                    "commentStart": 0,
 | 
						|
                                                    "end": 0,
 | 
						|
                                                    "name": "f",
 | 
						|
                                                    "start": 0,
 | 
						|
                                                    "type": "Identifier"
 | 
						|
                                                  },
 | 
						|
                                                  "path": [],
 | 
						|
                                                  "start": 0,
 | 
						|
                                                  "type": "Name"
 | 
						|
                                                },
 | 
						|
                                                "commentStart": 0,
 | 
						|
                                                "end": 0,
 | 
						|
                                                "start": 0,
 | 
						|
                                                "type": "CallExpressionKw",
 | 
						|
                                                "type": "CallExpressionKw",
 | 
						|
                                                "unlabeled": {
 | 
						|
                                                  "commentStart": 0,
 | 
						|
                                                  "end": 0,
 | 
						|
                                                  "raw": "38",
 | 
						|
                                                  "start": 0,
 | 
						|
                                                  "type": "Literal",
 | 
						|
                                                  "type": "Literal",
 | 
						|
                                                  "value": {
 | 
						|
                                                    "value": 38.0,
 | 
						|
                                                    "suffix": "None"
 | 
						|
                                                  }
 | 
						|
                                                }
 | 
						|
                                              },
 | 
						|
                                              "start": 0,
 | 
						|
                                              "type": "BinaryExpression",
 | 
						|
                                              "type": "BinaryExpression"
 | 
						|
                                            },
 | 
						|
                                            "operator": "+",
 | 
						|
                                            "right": {
 | 
						|
                                              "callee": {
 | 
						|
                                                "abs_path": false,
 | 
						|
                                                "commentStart": 0,
 | 
						|
                                                "end": 0,
 | 
						|
                                                "name": {
 | 
						|
                                                  "commentStart": 0,
 | 
						|
                                                  "end": 0,
 | 
						|
                                                  "name": "f",
 | 
						|
                                                  "start": 0,
 | 
						|
                                                  "type": "Identifier"
 | 
						|
                                                },
 | 
						|
                                                "path": [],
 | 
						|
                                                "start": 0,
 | 
						|
                                                "type": "Name"
 | 
						|
                                              },
 | 
						|
                                              "commentStart": 0,
 | 
						|
                                              "end": 0,
 | 
						|
                                              "start": 0,
 | 
						|
                                              "type": "CallExpressionKw",
 | 
						|
                                              "type": "CallExpressionKw",
 | 
						|
                                              "unlabeled": {
 | 
						|
                                                "commentStart": 0,
 | 
						|
                                                "end": 0,
 | 
						|
                                                "raw": "39",
 | 
						|
                                                "start": 0,
 | 
						|
                                                "type": "Literal",
 | 
						|
                                                "type": "Literal",
 | 
						|
                                                "value": {
 | 
						|
                                                  "value": 39.0,
 | 
						|
                                                  "suffix": "None"
 | 
						|
                                                }
 | 
						|
                                              }
 | 
						|
                                            },
 | 
						|
                                            "start": 0,
 | 
						|
                                            "type": "BinaryExpression",
 | 
						|
                                            "type": "BinaryExpression"
 | 
						|
                                          },
 | 
						|
                                          "operator": "+",
 | 
						|
                                          "right": {
 | 
						|
                                            "callee": {
 | 
						|
                                              "abs_path": false,
 | 
						|
                                              "commentStart": 0,
 | 
						|
                                              "end": 0,
 | 
						|
                                              "name": {
 | 
						|
                                                "commentStart": 0,
 | 
						|
                                                "end": 0,
 | 
						|
                                                "name": "f",
 | 
						|
                                                "start": 0,
 | 
						|
                                                "type": "Identifier"
 | 
						|
                                              },
 | 
						|
                                              "path": [],
 | 
						|
                                              "start": 0,
 | 
						|
                                              "type": "Name"
 | 
						|
                                            },
 | 
						|
                                            "commentStart": 0,
 | 
						|
                                            "end": 0,
 | 
						|
                                            "start": 0,
 | 
						|
                                            "type": "CallExpressionKw",
 | 
						|
                                            "type": "CallExpressionKw",
 | 
						|
                                            "unlabeled": {
 | 
						|
                                              "commentStart": 0,
 | 
						|
                                              "end": 0,
 | 
						|
                                              "raw": "40",
 | 
						|
                                              "start": 0,
 | 
						|
                                              "type": "Literal",
 | 
						|
                                              "type": "Literal",
 | 
						|
                                              "value": {
 | 
						|
                                                "value": 40.0,
 | 
						|
                                                "suffix": "None"
 | 
						|
                                              }
 | 
						|
                                            }
 | 
						|
                                          },
 | 
						|
                                          "start": 0,
 | 
						|
                                          "type": "BinaryExpression",
 | 
						|
                                          "type": "BinaryExpression"
 | 
						|
                                        },
 | 
						|
                                        "operator": "+",
 | 
						|
                                        "right": {
 | 
						|
                                          "callee": {
 | 
						|
                                            "abs_path": false,
 | 
						|
                                            "commentStart": 0,
 | 
						|
                                            "end": 0,
 | 
						|
                                            "name": {
 | 
						|
                                              "commentStart": 0,
 | 
						|
                                              "end": 0,
 | 
						|
                                              "name": "f",
 | 
						|
                                              "start": 0,
 | 
						|
                                              "type": "Identifier"
 | 
						|
                                            },
 | 
						|
                                            "path": [],
 | 
						|
                                            "start": 0,
 | 
						|
                                            "type": "Name"
 | 
						|
                                          },
 | 
						|
                                          "commentStart": 0,
 | 
						|
                                          "end": 0,
 | 
						|
                                          "start": 0,
 | 
						|
                                          "type": "CallExpressionKw",
 | 
						|
                                          "type": "CallExpressionKw",
 | 
						|
                                          "unlabeled": {
 | 
						|
                                            "commentStart": 0,
 | 
						|
                                            "end": 0,
 | 
						|
                                            "raw": "41",
 | 
						|
                                            "start": 0,
 | 
						|
                                            "type": "Literal",
 | 
						|
                                            "type": "Literal",
 | 
						|
                                            "value": {
 | 
						|
                                              "value": 41.0,
 | 
						|
                                              "suffix": "None"
 | 
						|
                                            }
 | 
						|
                                          }
 | 
						|
                                        },
 | 
						|
                                        "start": 0,
 | 
						|
                                        "type": "BinaryExpression",
 | 
						|
                                        "type": "BinaryExpression"
 | 
						|
                                      },
 | 
						|
                                      "operator": "+",
 | 
						|
                                      "right": {
 | 
						|
                                        "callee": {
 | 
						|
                                          "abs_path": false,
 | 
						|
                                          "commentStart": 0,
 | 
						|
                                          "end": 0,
 | 
						|
                                          "name": {
 | 
						|
                                            "commentStart": 0,
 | 
						|
                                            "end": 0,
 | 
						|
                                            "name": "f",
 | 
						|
                                            "start": 0,
 | 
						|
                                            "type": "Identifier"
 | 
						|
                                          },
 | 
						|
                                          "path": [],
 | 
						|
                                          "start": 0,
 | 
						|
                                          "type": "Name"
 | 
						|
                                        },
 | 
						|
                                        "commentStart": 0,
 | 
						|
                                        "end": 0,
 | 
						|
                                        "start": 0,
 | 
						|
                                        "type": "CallExpressionKw",
 | 
						|
                                        "type": "CallExpressionKw",
 | 
						|
                                        "unlabeled": {
 | 
						|
                                          "commentStart": 0,
 | 
						|
                                          "end": 0,
 | 
						|
                                          "raw": "42",
 | 
						|
                                          "start": 0,
 | 
						|
                                          "type": "Literal",
 | 
						|
                                          "type": "Literal",
 | 
						|
                                          "value": {
 | 
						|
                                            "value": 42.0,
 | 
						|
                                            "suffix": "None"
 | 
						|
                                          }
 | 
						|
                                        }
 | 
						|
                                      },
 | 
						|
                                      "start": 0,
 | 
						|
                                      "type": "BinaryExpression",
 | 
						|
                                      "type": "BinaryExpression"
 | 
						|
                                    },
 | 
						|
                                    "operator": "+",
 | 
						|
                                    "right": {
 | 
						|
                                      "callee": {
 | 
						|
                                        "abs_path": false,
 | 
						|
                                        "commentStart": 0,
 | 
						|
                                        "end": 0,
 | 
						|
                                        "name": {
 | 
						|
                                          "commentStart": 0,
 | 
						|
                                          "end": 0,
 | 
						|
                                          "name": "f",
 | 
						|
                                          "start": 0,
 | 
						|
                                          "type": "Identifier"
 | 
						|
                                        },
 | 
						|
                                        "path": [],
 | 
						|
                                        "start": 0,
 | 
						|
                                        "type": "Name"
 | 
						|
                                      },
 | 
						|
                                      "commentStart": 0,
 | 
						|
                                      "end": 0,
 | 
						|
                                      "start": 0,
 | 
						|
                                      "type": "CallExpressionKw",
 | 
						|
                                      "type": "CallExpressionKw",
 | 
						|
                                      "unlabeled": {
 | 
						|
                                        "commentStart": 0,
 | 
						|
                                        "end": 0,
 | 
						|
                                        "raw": "43",
 | 
						|
                                        "start": 0,
 | 
						|
                                        "type": "Literal",
 | 
						|
                                        "type": "Literal",
 | 
						|
                                        "value": {
 | 
						|
                                          "value": 43.0,
 | 
						|
                                          "suffix": "None"
 | 
						|
                                        }
 | 
						|
                                      }
 | 
						|
                                    },
 | 
						|
                                    "start": 0,
 | 
						|
                                    "type": "BinaryExpression",
 | 
						|
                                    "type": "BinaryExpression"
 | 
						|
                                  },
 | 
						|
                                  "operator": "+",
 | 
						|
                                  "right": {
 | 
						|
                                    "callee": {
 | 
						|
                                      "abs_path": false,
 | 
						|
                                      "commentStart": 0,
 | 
						|
                                      "end": 0,
 | 
						|
                                      "name": {
 | 
						|
                                        "commentStart": 0,
 | 
						|
                                        "end": 0,
 | 
						|
                                        "name": "f",
 | 
						|
                                        "start": 0,
 | 
						|
                                        "type": "Identifier"
 | 
						|
                                      },
 | 
						|
                                      "path": [],
 | 
						|
                                      "start": 0,
 | 
						|
                                      "type": "Name"
 | 
						|
                                    },
 | 
						|
                                    "commentStart": 0,
 | 
						|
                                    "end": 0,
 | 
						|
                                    "start": 0,
 | 
						|
                                    "type": "CallExpressionKw",
 | 
						|
                                    "type": "CallExpressionKw",
 | 
						|
                                    "unlabeled": {
 | 
						|
                                      "commentStart": 0,
 | 
						|
                                      "end": 0,
 | 
						|
                                      "raw": "44",
 | 
						|
                                      "start": 0,
 | 
						|
                                      "type": "Literal",
 | 
						|
                                      "type": "Literal",
 | 
						|
                                      "value": {
 | 
						|
                                        "value": 44.0,
 | 
						|
                                        "suffix": "None"
 | 
						|
                                      }
 | 
						|
                                    }
 | 
						|
                                  },
 | 
						|
                                  "start": 0,
 | 
						|
                                  "type": "BinaryExpression",
 | 
						|
                                  "type": "BinaryExpression"
 | 
						|
                                },
 | 
						|
                                "operator": "+",
 | 
						|
                                "right": {
 | 
						|
                                  "callee": {
 | 
						|
                                    "abs_path": false,
 | 
						|
                                    "commentStart": 0,
 | 
						|
                                    "end": 0,
 | 
						|
                                    "name": {
 | 
						|
                                      "commentStart": 0,
 | 
						|
                                      "end": 0,
 | 
						|
                                      "name": "f",
 | 
						|
                                      "start": 0,
 | 
						|
                                      "type": "Identifier"
 | 
						|
                                    },
 | 
						|
                                    "path": [],
 | 
						|
                                    "start": 0,
 | 
						|
                                    "type": "Name"
 | 
						|
                                  },
 | 
						|
                                  "commentStart": 0,
 | 
						|
                                  "end": 0,
 | 
						|
                                  "start": 0,
 | 
						|
                                  "type": "CallExpressionKw",
 | 
						|
                                  "type": "CallExpressionKw",
 | 
						|
                                  "unlabeled": {
 | 
						|
                                    "commentStart": 0,
 | 
						|
                                    "end": 0,
 | 
						|
                                    "raw": "45",
 | 
						|
                                    "start": 0,
 | 
						|
                                    "type": "Literal",
 | 
						|
                                    "type": "Literal",
 | 
						|
                                    "value": {
 | 
						|
                                      "value": 45.0,
 | 
						|
                                      "suffix": "None"
 | 
						|
                                    }
 | 
						|
                                  }
 | 
						|
                                },
 | 
						|
                                "start": 0,
 | 
						|
                                "type": "BinaryExpression",
 | 
						|
                                "type": "BinaryExpression"
 | 
						|
                              },
 | 
						|
                              "operator": "+",
 | 
						|
                              "right": {
 | 
						|
                                "callee": {
 | 
						|
                                  "abs_path": false,
 | 
						|
                                  "commentStart": 0,
 | 
						|
                                  "end": 0,
 | 
						|
                                  "name": {
 | 
						|
                                    "commentStart": 0,
 | 
						|
                                    "end": 0,
 | 
						|
                                    "name": "f",
 | 
						|
                                    "start": 0,
 | 
						|
                                    "type": "Identifier"
 | 
						|
                                  },
 | 
						|
                                  "path": [],
 | 
						|
                                  "start": 0,
 | 
						|
                                  "type": "Name"
 | 
						|
                                },
 | 
						|
                                "commentStart": 0,
 | 
						|
                                "end": 0,
 | 
						|
                                "start": 0,
 | 
						|
                                "type": "CallExpressionKw",
 | 
						|
                                "type": "CallExpressionKw",
 | 
						|
                                "unlabeled": {
 | 
						|
                                  "commentStart": 0,
 | 
						|
                                  "end": 0,
 | 
						|
                                  "raw": "46",
 | 
						|
                                  "start": 0,
 | 
						|
                                  "type": "Literal",
 | 
						|
                                  "type": "Literal",
 | 
						|
                                  "value": {
 | 
						|
                                    "value": 46.0,
 | 
						|
                                    "suffix": "None"
 | 
						|
                                  }
 | 
						|
                                }
 | 
						|
                              },
 | 
						|
                              "start": 0,
 | 
						|
                              "type": "BinaryExpression",
 | 
						|
                              "type": "BinaryExpression"
 | 
						|
                            },
 | 
						|
                            "operator": "+",
 | 
						|
                            "right": {
 | 
						|
                              "callee": {
 | 
						|
                                "abs_path": false,
 | 
						|
                                "commentStart": 0,
 | 
						|
                                "end": 0,
 | 
						|
                                "name": {
 | 
						|
                                  "commentStart": 0,
 | 
						|
                                  "end": 0,
 | 
						|
                                  "name": "f",
 | 
						|
                                  "start": 0,
 | 
						|
                                  "type": "Identifier"
 | 
						|
                                },
 | 
						|
                                "path": [],
 | 
						|
                                "start": 0,
 | 
						|
                                "type": "Name"
 | 
						|
                              },
 | 
						|
                              "commentStart": 0,
 | 
						|
                              "end": 0,
 | 
						|
                              "start": 0,
 | 
						|
                              "type": "CallExpressionKw",
 | 
						|
                              "type": "CallExpressionKw",
 | 
						|
                              "unlabeled": {
 | 
						|
                                "commentStart": 0,
 | 
						|
                                "end": 0,
 | 
						|
                                "raw": "47",
 | 
						|
                                "start": 0,
 | 
						|
                                "type": "Literal",
 | 
						|
                                "type": "Literal",
 | 
						|
                                "value": {
 | 
						|
                                  "value": 47.0,
 | 
						|
                                  "suffix": "None"
 | 
						|
                                }
 | 
						|
                              }
 | 
						|
                            },
 | 
						|
                            "start": 0,
 | 
						|
                            "type": "BinaryExpression",
 | 
						|
                            "type": "BinaryExpression"
 | 
						|
                          },
 | 
						|
                          "operator": "+",
 | 
						|
                          "right": {
 | 
						|
                            "callee": {
 | 
						|
                              "abs_path": false,
 | 
						|
                              "commentStart": 0,
 | 
						|
                              "end": 0,
 | 
						|
                              "name": {
 | 
						|
                                "commentStart": 0,
 | 
						|
                                "end": 0,
 | 
						|
                                "name": "f",
 | 
						|
                                "start": 0,
 | 
						|
                                "type": "Identifier"
 | 
						|
                              },
 | 
						|
                              "path": [],
 | 
						|
                              "start": 0,
 | 
						|
                              "type": "Name"
 | 
						|
                            },
 | 
						|
                            "commentStart": 0,
 | 
						|
                            "end": 0,
 | 
						|
                            "start": 0,
 | 
						|
                            "type": "CallExpressionKw",
 | 
						|
                            "type": "CallExpressionKw",
 | 
						|
                            "unlabeled": {
 | 
						|
                              "commentStart": 0,
 | 
						|
                              "end": 0,
 | 
						|
                              "raw": "48",
 | 
						|
                              "start": 0,
 | 
						|
                              "type": "Literal",
 | 
						|
                              "type": "Literal",
 | 
						|
                              "value": {
 | 
						|
                                "value": 48.0,
 | 
						|
                                "suffix": "None"
 | 
						|
                              }
 | 
						|
                            }
 | 
						|
                          },
 | 
						|
                          "start": 0,
 | 
						|
                          "type": "BinaryExpression",
 | 
						|
                          "type": "BinaryExpression"
 | 
						|
                        },
 | 
						|
                        "operator": "+",
 | 
						|
                        "right": {
 | 
						|
                          "callee": {
 | 
						|
                            "abs_path": false,
 | 
						|
                            "commentStart": 0,
 | 
						|
                            "end": 0,
 | 
						|
                            "name": {
 | 
						|
                              "commentStart": 0,
 | 
						|
                              "end": 0,
 | 
						|
                              "name": "f",
 | 
						|
                              "start": 0,
 | 
						|
                              "type": "Identifier"
 | 
						|
                            },
 | 
						|
                            "path": [],
 | 
						|
                            "start": 0,
 | 
						|
                            "type": "Name"
 | 
						|
                          },
 | 
						|
                          "commentStart": 0,
 | 
						|
                          "end": 0,
 | 
						|
                          "start": 0,
 | 
						|
                          "type": "CallExpressionKw",
 | 
						|
                          "type": "CallExpressionKw",
 | 
						|
                          "unlabeled": {
 | 
						|
                            "commentStart": 0,
 | 
						|
                            "end": 0,
 | 
						|
                            "raw": "49",
 | 
						|
                            "start": 0,
 | 
						|
                            "type": "Literal",
 | 
						|
                            "type": "Literal",
 | 
						|
                            "value": {
 | 
						|
                              "value": 49.0,
 | 
						|
                              "suffix": "None"
 | 
						|
                            }
 | 
						|
                          }
 | 
						|
                        },
 | 
						|
                        "start": 0,
 | 
						|
                        "type": "BinaryExpression",
 | 
						|
                        "type": "BinaryExpression"
 | 
						|
                      },
 | 
						|
                      "operator": "+",
 | 
						|
                      "right": {
 | 
						|
                        "callee": {
 | 
						|
                          "abs_path": false,
 | 
						|
                          "commentStart": 0,
 | 
						|
                          "end": 0,
 | 
						|
                          "name": {
 | 
						|
                            "commentStart": 0,
 | 
						|
                            "end": 0,
 | 
						|
                            "name": "f",
 | 
						|
                            "start": 0,
 | 
						|
                            "type": "Identifier"
 | 
						|
                          },
 | 
						|
                          "path": [],
 | 
						|
                          "start": 0,
 | 
						|
                          "type": "Name"
 | 
						|
                        },
 | 
						|
                        "commentStart": 0,
 | 
						|
                        "end": 0,
 | 
						|
                        "start": 0,
 | 
						|
                        "type": "CallExpressionKw",
 | 
						|
                        "type": "CallExpressionKw",
 | 
						|
                        "unlabeled": {
 | 
						|
                          "commentStart": 0,
 | 
						|
                          "end": 0,
 | 
						|
                          "raw": "50",
 | 
						|
                          "start": 0,
 | 
						|
                          "type": "Literal",
 | 
						|
                          "type": "Literal",
 | 
						|
                          "value": {
 | 
						|
                            "value": 50.0,
 | 
						|
                            "suffix": "None"
 | 
						|
                          }
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      "start": 0,
 | 
						|
                      "type": "BinaryExpression",
 | 
						|
                      "type": "BinaryExpression"
 | 
						|
                    },
 | 
						|
                    "operator": "+",
 | 
						|
                    "right": {
 | 
						|
                      "callee": {
 | 
						|
                        "abs_path": false,
 | 
						|
                        "commentStart": 0,
 | 
						|
                        "end": 0,
 | 
						|
                        "name": {
 | 
						|
                          "commentStart": 0,
 | 
						|
                          "end": 0,
 | 
						|
                          "name": "f",
 | 
						|
                          "start": 0,
 | 
						|
                          "type": "Identifier"
 | 
						|
                        },
 | 
						|
                        "path": [],
 | 
						|
                        "start": 0,
 | 
						|
                        "type": "Name"
 | 
						|
                      },
 | 
						|
                      "commentStart": 0,
 | 
						|
                      "end": 0,
 | 
						|
                      "start": 0,
 | 
						|
                      "type": "CallExpressionKw",
 | 
						|
                      "type": "CallExpressionKw",
 | 
						|
                      "unlabeled": {
 | 
						|
                        "commentStart": 0,
 | 
						|
                        "end": 0,
 | 
						|
                        "raw": "51",
 | 
						|
                        "start": 0,
 | 
						|
                        "type": "Literal",
 | 
						|
                        "type": "Literal",
 | 
						|
                        "value": {
 | 
						|
                          "value": 51.0,
 | 
						|
                          "suffix": "None"
 | 
						|
                        }
 | 
						|
                      }
 | 
						|
                    },
 | 
						|
                    "start": 0,
 | 
						|
                    "type": "BinaryExpression",
 | 
						|
                    "type": "BinaryExpression"
 | 
						|
                  },
 | 
						|
                  "operator": "+",
 | 
						|
                  "right": {
 | 
						|
                    "callee": {
 | 
						|
                      "abs_path": false,
 | 
						|
                      "commentStart": 0,
 | 
						|
                      "end": 0,
 | 
						|
                      "name": {
 | 
						|
                        "commentStart": 0,
 | 
						|
                        "end": 0,
 | 
						|
                        "name": "f",
 | 
						|
                        "start": 0,
 | 
						|
                        "type": "Identifier"
 | 
						|
                      },
 | 
						|
                      "path": [],
 | 
						|
                      "start": 0,
 | 
						|
                      "type": "Name"
 | 
						|
                    },
 | 
						|
                    "commentStart": 0,
 | 
						|
                    "end": 0,
 | 
						|
                    "start": 0,
 | 
						|
                    "type": "CallExpressionKw",
 | 
						|
                    "type": "CallExpressionKw",
 | 
						|
                    "unlabeled": {
 | 
						|
                      "commentStart": 0,
 | 
						|
                      "end": 0,
 | 
						|
                      "raw": "52",
 | 
						|
                      "start": 0,
 | 
						|
                      "type": "Literal",
 | 
						|
                      "type": "Literal",
 | 
						|
                      "value": {
 | 
						|
                        "value": 52.0,
 | 
						|
                        "suffix": "None"
 | 
						|
                      }
 | 
						|
                    }
 | 
						|
                  },
 | 
						|
                  "start": 0,
 | 
						|
                  "type": "BinaryExpression",
 | 
						|
                  "type": "BinaryExpression"
 | 
						|
                },
 | 
						|
                "operator": "+",
 | 
						|
                "right": {
 | 
						|
                  "callee": {
 | 
						|
                    "abs_path": false,
 | 
						|
                    "commentStart": 0,
 | 
						|
                    "end": 0,
 | 
						|
                    "name": {
 | 
						|
                      "commentStart": 0,
 | 
						|
                      "end": 0,
 | 
						|
                      "name": "f",
 | 
						|
                      "start": 0,
 | 
						|
                      "type": "Identifier"
 | 
						|
                    },
 | 
						|
                    "path": [],
 | 
						|
                    "start": 0,
 | 
						|
                    "type": "Name"
 | 
						|
                  },
 | 
						|
                  "commentStart": 0,
 | 
						|
                  "end": 0,
 | 
						|
                  "start": 0,
 | 
						|
                  "type": "CallExpressionKw",
 | 
						|
                  "type": "CallExpressionKw",
 | 
						|
                  "unlabeled": {
 | 
						|
                    "commentStart": 0,
 | 
						|
                    "end": 0,
 | 
						|
                    "raw": "53",
 | 
						|
                    "start": 0,
 | 
						|
                    "type": "Literal",
 | 
						|
                    "type": "Literal",
 | 
						|
                    "value": {
 | 
						|
                      "value": 53.0,
 | 
						|
                      "suffix": "None"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "start": 0,
 | 
						|
                "type": "BinaryExpression",
 | 
						|
                "type": "BinaryExpression"
 | 
						|
              },
 | 
						|
              "operator": "+",
 | 
						|
              "right": {
 | 
						|
                "callee": {
 | 
						|
                  "abs_path": false,
 | 
						|
                  "commentStart": 0,
 | 
						|
                  "end": 0,
 | 
						|
                  "name": {
 | 
						|
                    "commentStart": 0,
 | 
						|
                    "end": 0,
 | 
						|
                    "name": "f",
 | 
						|
                    "start": 0,
 | 
						|
                    "type": "Identifier"
 | 
						|
                  },
 | 
						|
                  "path": [],
 | 
						|
                  "start": 0,
 | 
						|
                  "type": "Name"
 | 
						|
                },
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "start": 0,
 | 
						|
                "type": "CallExpressionKw",
 | 
						|
                "type": "CallExpressionKw",
 | 
						|
                "unlabeled": {
 | 
						|
                  "commentStart": 0,
 | 
						|
                  "end": 0,
 | 
						|
                  "raw": "54",
 | 
						|
                  "start": 0,
 | 
						|
                  "type": "Literal",
 | 
						|
                  "type": "Literal",
 | 
						|
                  "value": {
 | 
						|
                    "value": 54.0,
 | 
						|
                    "suffix": "None"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "start": 0,
 | 
						|
              "type": "BinaryExpression",
 | 
						|
              "type": "BinaryExpression"
 | 
						|
            },
 | 
						|
            "operator": "+",
 | 
						|
            "right": {
 | 
						|
              "callee": {
 | 
						|
                "abs_path": false,
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "name": {
 | 
						|
                  "commentStart": 0,
 | 
						|
                  "end": 0,
 | 
						|
                  "name": "f",
 | 
						|
                  "start": 0,
 | 
						|
                  "type": "Identifier"
 | 
						|
                },
 | 
						|
                "path": [],
 | 
						|
                "start": 0,
 | 
						|
                "type": "Name"
 | 
						|
              },
 | 
						|
              "commentStart": 0,
 | 
						|
              "end": 0,
 | 
						|
              "start": 0,
 | 
						|
              "type": "CallExpressionKw",
 | 
						|
              "type": "CallExpressionKw",
 | 
						|
              "unlabeled": {
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "raw": "55",
 | 
						|
                "start": 0,
 | 
						|
                "type": "Literal",
 | 
						|
                "type": "Literal",
 | 
						|
                "value": {
 | 
						|
                  "value": 55.0,
 | 
						|
                  "suffix": "None"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "start": 0,
 | 
						|
            "type": "BinaryExpression",
 | 
						|
            "type": "BinaryExpression"
 | 
						|
          },
 | 
						|
          "start": 0,
 | 
						|
          "type": "VariableDeclarator"
 | 
						|
        },
 | 
						|
        "end": 0,
 | 
						|
        "kind": "const",
 | 
						|
        "start": 0,
 | 
						|
        "type": "VariableDeclaration",
 | 
						|
        "type": "VariableDeclaration"
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "commentStart": 0,
 | 
						|
        "end": 0,
 | 
						|
        "expression": {
 | 
						|
          "arguments": [
 | 
						|
            {
 | 
						|
              "type": "LabeledArg",
 | 
						|
              "label": {
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "name": "isEqualTo",
 | 
						|
                "start": 0,
 | 
						|
                "type": "Identifier"
 | 
						|
              },
 | 
						|
              "arg": {
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "raw": "3080",
 | 
						|
                "start": 0,
 | 
						|
                "type": "Literal",
 | 
						|
                "type": "Literal",
 | 
						|
                "value": {
 | 
						|
                  "value": 3080.0,
 | 
						|
                  "suffix": "None"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "type": "LabeledArg",
 | 
						|
              "label": {
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "name": "error",
 | 
						|
                "start": 0,
 | 
						|
                "type": "Identifier"
 | 
						|
              },
 | 
						|
              "arg": {
 | 
						|
                "commentStart": 0,
 | 
						|
                "end": 0,
 | 
						|
                "raw": "\"Big sum\"",
 | 
						|
                "start": 0,
 | 
						|
                "type": "Literal",
 | 
						|
                "type": "Literal",
 | 
						|
                "value": "Big sum"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "callee": {
 | 
						|
            "abs_path": false,
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "name": {
 | 
						|
              "commentStart": 0,
 | 
						|
              "end": 0,
 | 
						|
              "name": "assert",
 | 
						|
              "start": 0,
 | 
						|
              "type": "Identifier"
 | 
						|
            },
 | 
						|
            "path": [],
 | 
						|
            "start": 0,
 | 
						|
            "type": "Name"
 | 
						|
          },
 | 
						|
          "commentStart": 0,
 | 
						|
          "end": 0,
 | 
						|
          "start": 0,
 | 
						|
          "type": "CallExpressionKw",
 | 
						|
          "type": "CallExpressionKw",
 | 
						|
          "unlabeled": {
 | 
						|
            "abs_path": false,
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "name": {
 | 
						|
              "commentStart": 0,
 | 
						|
              "end": 0,
 | 
						|
              "name": "x",
 | 
						|
              "start": 0,
 | 
						|
              "type": "Identifier"
 | 
						|
            },
 | 
						|
            "path": [],
 | 
						|
            "start": 0,
 | 
						|
            "type": "Name",
 | 
						|
            "type": "Name"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": 0,
 | 
						|
        "type": "ExpressionStatement",
 | 
						|
        "type": "ExpressionStatement"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "commentStart": 0,
 | 
						|
    "end": 0,
 | 
						|
    "nonCodeMeta": {
 | 
						|
      "nonCodeNodes": {
 | 
						|
        "0": [
 | 
						|
          {
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "start": 0,
 | 
						|
            "type": "NonCodeNode",
 | 
						|
            "value": {
 | 
						|
              "type": "newLine"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "1": [
 | 
						|
          {
 | 
						|
            "commentStart": 0,
 | 
						|
            "end": 0,
 | 
						|
            "start": 0,
 | 
						|
            "type": "NonCodeNode",
 | 
						|
            "value": {
 | 
						|
              "type": "newLine"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "startNodes": []
 | 
						|
    },
 | 
						|
    "start": 0
 | 
						|
  }
 | 
						|
}
 |