2024-11-18 16:20:32 -06:00
|
|
|
---
|
2025-03-07 22:07:16 -06:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2024-11-18 16:20:32 -06:00
|
|
|
description: Result of parsing tan_arc_x_line.kcl
|
|
|
|
---
|
|
|
|
{
|
|
|
|
"Ok": {
|
|
|
|
"body": [
|
|
|
|
{
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
|
|
|
"end": 10,
|
|
|
|
"id": {
|
|
|
|
"end": 6,
|
|
|
|
"name": "startX",
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 0,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"end": 10,
|
|
|
|
"raw": "0",
|
|
|
|
"start": 9,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 0.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 10,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
|
|
|
"end": 21,
|
|
|
|
"id": {
|
|
|
|
"end": 17,
|
|
|
|
"name": "startY",
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 11,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"end": 21,
|
|
|
|
"raw": "0",
|
|
|
|
"start": 20,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 0.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
|
|
|
"start": 11,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 21,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 11,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
|
|
|
"end": 39,
|
|
|
|
"id": {
|
|
|
|
"end": 33,
|
|
|
|
"name": "angleOffset",
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 22,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"end": 39,
|
|
|
|
"raw": "135",
|
|
|
|
"start": 36,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 135.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
|
|
|
"start": 22,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 39,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 22,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
|
|
|
"end": 45,
|
|
|
|
"id": {
|
|
|
|
"end": 41,
|
|
|
|
"name": "r",
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 40,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"end": 45,
|
|
|
|
"raw": "1",
|
|
|
|
"start": 44,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 1.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
|
|
|
"start": 40,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 45,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 40,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2024-12-07 07:16:04 +13:00
|
|
|
"declaration": {
|
|
|
|
"end": 62,
|
|
|
|
"id": {
|
|
|
|
"end": 56,
|
|
|
|
"name": "angleStart",
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 46,
|
2024-12-07 07:16:04 +13:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"end": 62,
|
|
|
|
"raw": "110",
|
|
|
|
"start": 59,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 110.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-12-07 07:16:04 +13:00
|
|
|
},
|
|
|
|
"start": 46,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2024-11-18 16:20:32 -06:00
|
|
|
"end": 62,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 46,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-07 22:07:16 -06:00
|
|
|
"end": 465,
|
2024-11-18 16:20:32 -06:00
|
|
|
"expression": {
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"end": 82,
|
|
|
|
"raw": "'XY'",
|
|
|
|
"start": 78,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": "XY"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
|
|
|
"end": 77,
|
|
|
|
"name": "startSketchOn",
|
|
|
|
"start": 64,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"end": 83,
|
|
|
|
"start": 64,
|
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"elements": [
|
|
|
|
{
|
|
|
|
"end": 111,
|
|
|
|
"name": "startX",
|
|
|
|
"start": 105,
|
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"end": 119,
|
|
|
|
"name": "startY",
|
|
|
|
"start": 113,
|
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"end": 120,
|
|
|
|
"start": 104,
|
|
|
|
"type": "ArrayExpression",
|
|
|
|
"type": "ArrayExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"end": 123,
|
|
|
|
"start": 122,
|
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
|
|
|
"end": 103,
|
|
|
|
"name": "startProfileAt",
|
|
|
|
"start": 89,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"end": 124,
|
|
|
|
"start": 89,
|
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 181,
|
2024-11-18 16:20:32 -06:00
|
|
|
"properties": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 161,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
|
|
|
"end": 148,
|
|
|
|
"name": "angle",
|
|
|
|
"start": 143,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"start": 143,
|
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 161,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "angleStart",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 151,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 179,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 169,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "length",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 163,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 163,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 179,
|
2024-11-18 16:20:32 -06:00
|
|
|
"raw": ".000001",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 172,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 0.000001,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-18 16:20:32 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start": 141,
|
|
|
|
"type": "ObjectExpression",
|
|
|
|
"type": "ObjectExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 184,
|
|
|
|
"start": 183,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
|
|
|
"end": 140,
|
|
|
|
"name": "angledLine",
|
|
|
|
"start": 130,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 185,
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 130,
|
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 241,
|
2024-11-18 16:20:32 -06:00
|
|
|
"properties": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 227,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 213,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "offset",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 207,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 207,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 227,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "angleOffset",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 216,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 239,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 235,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "radius",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 229,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 229,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 239,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "r",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 238,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 205,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectExpression",
|
|
|
|
"type": "ObjectExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 244,
|
|
|
|
"start": 243,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 251,
|
|
|
|
"start": 246,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "arc1"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 204,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "tangentialArc",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 191,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 252,
|
|
|
|
"start": 191,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 333,
|
2024-11-18 16:20:32 -06:00
|
|
|
"properties": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 301,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 287,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "offset",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 281,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 281,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 301,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "angleOffset",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 290,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 326,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 316,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "radius",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 310,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 310,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 326,
|
2024-11-18 16:20:32 -06:00
|
|
|
"left": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 322,
|
2024-11-18 16:20:32 -06:00
|
|
|
"raw": "0.5",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 319,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 0.5,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-18 16:20:32 -06:00
|
|
|
},
|
|
|
|
"operator": "*",
|
|
|
|
"right": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 326,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "r",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 325,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 319,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 272,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectExpression",
|
|
|
|
"type": "ObjectExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 336,
|
|
|
|
"start": 335,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 343,
|
|
|
|
"start": 338,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "arc2"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 271,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "tangentialArc",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 258,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 344,
|
|
|
|
"start": 258,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 426,
|
2024-11-18 16:20:32 -06:00
|
|
|
"properties": [
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 394,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 379,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "offset",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 373,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 373,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
|
|
|
"argument": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 394,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "angleOffset",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 383,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 394,
|
2024-11-18 16:20:32 -06:00
|
|
|
"operator": "-",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 382,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "UnaryExpression",
|
|
|
|
"type": "UnaryExpression"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 419,
|
2024-11-18 16:20:32 -06:00
|
|
|
"key": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 409,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "radius",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 403,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 403,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 419,
|
2024-11-18 16:20:32 -06:00
|
|
|
"left": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 415,
|
2024-11-18 16:20:32 -06:00
|
|
|
"raw": "0.5",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 412,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2025-01-22 08:29:30 +13:00
|
|
|
"value": {
|
|
|
|
"value": 0.5,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2024-11-18 16:20:32 -06:00
|
|
|
},
|
|
|
|
"operator": "*",
|
|
|
|
"right": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 419,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "r",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 418,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 412,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 364,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "ObjectExpression",
|
|
|
|
"type": "ObjectExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 429,
|
|
|
|
"start": 428,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
},
|
|
|
|
{
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 436,
|
|
|
|
"start": 431,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "arc3"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 363,
|
2024-11-18 16:20:32 -06:00
|
|
|
"name": "tangentialArc",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 350,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-25 09:21:55 +13:00
|
|
|
"end": 437,
|
|
|
|
"start": 350,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "LabeledArg",
|
|
|
|
"label": {
|
|
|
|
"end": 460,
|
|
|
|
"name": "endAbsolute",
|
|
|
|
"start": 449,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"arg": {
|
|
|
|
"end": 464,
|
|
|
|
"raw": "1",
|
|
|
|
"start": 463,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 1.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2025-01-22 08:29:30 +13:00
|
|
|
}
|
2024-11-18 16:20:32 -06:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-07 22:07:16 -06:00
|
|
|
"end": 448,
|
|
|
|
"name": "xLine",
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 443,
|
2024-11-18 16:20:32 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-07 22:07:16 -06:00
|
|
|
"end": 465,
|
2024-11-25 09:21:55 +13:00
|
|
|
"start": 443,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"unlabeled": null
|
2024-11-18 16:20:32 -06:00
|
|
|
}
|
|
|
|
],
|
2025-03-07 22:07:16 -06:00
|
|
|
"end": 465,
|
2024-11-18 16:20:32 -06:00
|
|
|
"start": 64,
|
|
|
|
"type": "PipeExpression",
|
|
|
|
"type": "PipeExpression"
|
|
|
|
},
|
|
|
|
"start": 64,
|
|
|
|
"type": "ExpressionStatement",
|
|
|
|
"type": "ExpressionStatement"
|
|
|
|
}
|
|
|
|
],
|
2025-03-07 22:07:16 -06:00
|
|
|
"end": 466,
|
2024-11-18 16:20:32 -06:00
|
|
|
"nonCodeMeta": {
|
|
|
|
"nonCodeNodes": {
|
|
|
|
"4": [
|
|
|
|
{
|
|
|
|
"end": 64,
|
|
|
|
"start": 62,
|
|
|
|
"type": "NonCodeNode",
|
|
|
|
"value": {
|
|
|
|
"type": "newLine"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"startNodes": []
|
|
|
|
},
|
|
|
|
"start": 0
|
|
|
|
}
|
|
|
|
}
|