Add START and END constants to std (#6270)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-14 20:37:45 +12:00
committed by GitHub
parent 8f487a441b
commit 7d7b153085
130 changed files with 2741 additions and 2292 deletions

View File

@ -26,30 +26,30 @@ flowchart LR
24[Solid2d]
end
subgraph path85 [Path]
85["Path<br>[1888, 1932, 0]"]
86["Segment<br>[1938, 2018, 0]"]
87["Segment<br>[2024, 2134, 0]"]
88["Segment<br>[2140, 2257, 0]"]
89["Segment<br>[2263, 2319, 0]"]
90["Segment<br>[2325, 2332, 0]"]
85["Path<br>[1886, 1930, 0]"]
86["Segment<br>[1936, 2016, 0]"]
87["Segment<br>[2022, 2132, 0]"]
88["Segment<br>[2138, 2255, 0]"]
89["Segment<br>[2261, 2317, 0]"]
90["Segment<br>[2323, 2330, 0]"]
91[Solid2d]
end
subgraph path107 [Path]
107["Path<br>[2488, 2533, 0]"]
108["Segment<br>[2539, 2617, 0]"]
109["Segment<br>[2623, 2733, 0]"]
110["Segment<br>[2739, 2856, 0]"]
111["Segment<br>[2862, 2918, 0]"]
112["Segment<br>[2924, 2931, 0]"]
107["Path<br>[2484, 2529, 0]"]
108["Segment<br>[2535, 2613, 0]"]
109["Segment<br>[2619, 2729, 0]"]
110["Segment<br>[2735, 2852, 0]"]
111["Segment<br>[2858, 2914, 0]"]
112["Segment<br>[2920, 2927, 0]"]
113[Solid2d]
end
subgraph path129 [Path]
129["Path<br>[3085, 3130, 0]"]
130["Segment<br>[3136, 3221, 0]"]
131["Segment<br>[3227, 3337, 0]"]
132["Segment<br>[3343, 3460, 0]"]
133["Segment<br>[3466, 3522, 0]"]
134["Segment<br>[3528, 3535, 0]"]
129["Path<br>[3079, 3124, 0]"]
130["Segment<br>[3130, 3215, 0]"]
131["Segment<br>[3221, 3331, 0]"]
132["Segment<br>[3337, 3454, 0]"]
133["Segment<br>[3460, 3516, 0]"]
134["Segment<br>[3522, 3529, 0]"]
135[Solid2d]
end
1["Plane<br>[515, 532, 0]"]
@ -113,7 +113,7 @@ flowchart LR
82["SweepEdge Adjacent"]
83["SweepEdge Opposite"]
84["SweepEdge Adjacent"]
92["Sweep Extrusion<br>[2376, 2407, 0]"]
92["Sweep Extrusion<br>[2374, 2405, 0]"]
93[Wall]
94[Wall]
95[Wall]
@ -128,7 +128,7 @@ flowchart LR
104["SweepEdge Adjacent"]
105["SweepEdge Opposite"]
106["SweepEdge Adjacent"]
114["Sweep Extrusion<br>[2974, 3005, 0]"]
114["Sweep Extrusion<br>[2970, 3001, 0]"]
115[Wall]
116[Wall]
117[Wall]
@ -143,7 +143,7 @@ flowchart LR
126["SweepEdge Adjacent"]
127["SweepEdge Opposite"]
128["SweepEdge Adjacent"]
136["Sweep Extrusion<br>[3579, 3609, 0]"]
136["Sweep Extrusion<br>[3573, 3603, 0]"]
137[Wall]
138[Wall]
139[Wall]
@ -158,9 +158,9 @@ flowchart LR
148["SweepEdge Adjacent"]
149["SweepEdge Opposite"]
150["SweepEdge Adjacent"]
151["StartSketchOnFace<br>[1848, 1882, 0]"]
152["StartSketchOnFace<br>[2448, 2482, 0]"]
153["StartSketchOnFace<br>[3047, 3079, 0]"]
151["StartSketchOnFace<br>[1848, 1880, 0]"]
152["StartSketchOnFace<br>[2446, 2478, 0]"]
153["StartSketchOnFace<br>[3043, 3073, 0]"]
1 --- 2
2 --- 3
2 --- 4

View File

@ -2771,13 +2771,20 @@ description: Result of parsing router-template-cross-bar.kcl
"type": "Name"
},
{
"abs_path": false,
"commentStart": 0,
"end": 0,
"raw": "'START'",
"name": {
"commentStart": 0,
"end": 0,
"name": "START",
"start": 0,
"type": "Identifier"
},
"path": [],
"start": 0,
"type": "Literal",
"type": "Literal",
"value": "START"
"type": "Name",
"type": "Name"
}
],
"callee": {
@ -3534,13 +3541,20 @@ description: Result of parsing router-template-cross-bar.kcl
"type": "Name"
},
{
"abs_path": false,
"commentStart": 0,
"end": 0,
"raw": "'START'",
"name": {
"commentStart": 0,
"end": 0,
"name": "START",
"start": 0,
"type": "Identifier"
},
"path": [],
"start": 0,
"type": "Literal",
"type": "Literal",
"value": "START"
"type": "Name",
"type": "Name"
}
],
"callee": {
@ -4305,13 +4319,20 @@ description: Result of parsing router-template-cross-bar.kcl
"type": "Name"
},
{
"abs_path": false,
"commentStart": 0,
"end": 0,
"raw": "'END'",
"name": {
"commentStart": 0,
"end": 0,
"name": "END",
"start": 0,
"type": "Identifier"
},
"path": [],
"start": 0,
"type": "Literal",
"type": "Literal",
"value": "END"
"type": "Name",
"type": "Name"
}
],
"callee": {

View File

@ -64,7 +64,7 @@ description: Operations executed router-template-cross-bar.kcl
"tag": {
"value": {
"type": "String",
"value": "START"
"value": "start"
},
"sourceRange": []
}
@ -120,7 +120,7 @@ description: Operations executed router-template-cross-bar.kcl
"tag": {
"value": {
"type": "String",
"value": "START"
"value": "start"
},
"sourceRange": []
}
@ -176,7 +176,7 @@ description: Operations executed router-template-cross-bar.kcl
"tag": {
"value": {
"type": "String",
"value": "END"
"value": "end"
},
"sourceRange": []
}

View File

@ -816,9 +816,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"commentStart": 1994,
"end": 2015,
"start": 1994,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
@ -829,9 +829,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"commentStart": 2110,
"end": 2131,
"start": 2110,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
@ -842,9 +842,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"commentStart": 2233,
"end": 2254,
"start": 2233,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
@ -872,9 +872,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"commentStart": 1994,
"end": 2015,
"start": 1994,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
@ -897,9 +897,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"commentStart": 2110,
"end": 2131,
"start": 2110,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
@ -922,9 +922,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"commentStart": 2233,
"end": 2254,
"start": 2233,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
@ -1835,9 +1835,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2595,
"end": 2616,
"start": 2595,
"commentStart": 2591,
"end": 2612,
"start": 2591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
@ -1848,9 +1848,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2711,
"end": 2732,
"start": 2711,
"commentStart": 2707,
"end": 2728,
"start": 2707,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
@ -1861,9 +1861,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2834,
"end": 2855,
"start": 2834,
"commentStart": 2830,
"end": 2851,
"start": 2830,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
@ -1891,9 +1891,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2595,
"end": 2616,
"start": 2595,
"commentStart": 2591,
"end": 2612,
"start": 2591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
@ -1916,9 +1916,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2711,
"end": 2732,
"start": 2711,
"commentStart": 2707,
"end": 2728,
"start": 2707,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
@ -1941,9 +1941,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 2834,
"end": 2855,
"start": 2834,
"commentStart": 2830,
"end": 2851,
"start": 2830,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
@ -2854,9 +2854,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 3199,
"end": 3220,
"start": 3199,
"commentStart": 3193,
"end": 3214,
"start": 3193,
"type": "TagDeclarator",
"value": "rectangleSegmentA003"
},
@ -2867,9 +2867,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 3315,
"end": 3336,
"start": 3315,
"commentStart": 3309,
"end": 3330,
"start": 3309,
"type": "TagDeclarator",
"value": "rectangleSegmentB003"
},
@ -2880,9 +2880,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 3438,
"end": 3459,
"start": 3438,
"commentStart": 3432,
"end": 3453,
"start": 3432,
"type": "TagDeclarator",
"value": "rectangleSegmentC003"
},
@ -2910,9 +2910,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 3199,
"end": 3220,
"start": 3199,
"commentStart": 3193,
"end": 3214,
"start": 3193,
"type": "TagDeclarator",
"value": "rectangleSegmentA003"
},
@ -2935,9 +2935,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 3315,
"end": 3336,
"start": 3315,
"commentStart": 3309,
"end": 3330,
"start": 3309,
"type": "TagDeclarator",
"value": "rectangleSegmentB003"
},
@ -2960,9 +2960,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 3438,
"end": 3459,
"start": 3438,
"commentStart": 3432,
"end": 3453,
"start": 3432,
"type": "TagDeclarator",
"value": "rectangleSegmentC003"
},
@ -3044,9 +3044,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"commentStart": 1994,
"end": 2015,
"start": 1994,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
@ -3057,9 +3057,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"commentStart": 2110,
"end": 2131,
"start": 2110,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
@ -3070,9 +3070,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"commentStart": 2233,
"end": 2254,
"start": 2233,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
@ -3100,9 +3100,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"commentStart": 1994,
"end": 2015,
"start": 1994,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
@ -3125,9 +3125,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"commentStart": 2110,
"end": 2131,
"start": 2110,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
@ -3150,9 +3150,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"commentStart": 2233,
"end": 2254,
"start": 2233,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
@ -4824,9 +4824,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"commentStart": 1994,
"end": 2015,
"start": 1994,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
@ -4849,9 +4849,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"commentStart": 2110,
"end": 2131,
"start": 2110,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
@ -4874,9 +4874,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"commentStart": 2233,
"end": 2254,
"start": 2233,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
@ -5784,9 +5784,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2595,
"end": 2616,
"start": 2595,
"commentStart": 2591,
"end": 2612,
"start": 2591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
@ -5809,9 +5809,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2711,
"end": 2732,
"start": 2711,
"commentStart": 2707,
"end": 2728,
"start": 2707,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
@ -5834,9 +5834,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 2834,
"end": 2855,
"start": 2834,
"commentStart": 2830,
"end": 2851,
"start": 2830,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
@ -6744,9 +6744,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 3199,
"end": 3220,
"start": 3199,
"commentStart": 3193,
"end": 3214,
"start": 3193,
"type": "TagDeclarator",
"value": "rectangleSegmentA003"
},
@ -6769,9 +6769,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 3315,
"end": 3336,
"start": 3315,
"commentStart": 3309,
"end": 3330,
"start": 3309,
"type": "TagDeclarator",
"value": "rectangleSegmentB003"
},
@ -6794,9 +6794,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 3438,
"end": 3459,
"start": 3438,
"commentStart": 3432,
"end": 3453,
"start": 3432,
"type": "TagDeclarator",
"value": "rectangleSegmentC003"
},
@ -6878,9 +6878,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"commentStart": 1994,
"end": 2015,
"start": 1994,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
@ -6891,9 +6891,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"commentStart": 2110,
"end": 2131,
"start": 2110,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
@ -6904,9 +6904,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"commentStart": 2233,
"end": 2254,
"start": 2233,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
@ -6934,9 +6934,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"commentStart": 1994,
"end": 2015,
"start": 1994,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
@ -6959,9 +6959,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"commentStart": 2110,
"end": 2131,
"start": 2110,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
@ -6984,9 +6984,9 @@ description: Variables in memory after executing router-template-cross-bar.kcl
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"commentStart": 2233,
"end": 2254,
"start": 2233,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},