3434 Node: { '@type': "uast:Function",
3535 Body: { '@type': "uast:Block",
3636 Statements: [
37- { '@type': "bash:Comment",
38- '@token': " Calculate $1 % $2 until $2 becomes zero.",
39- '@role': [Comment, Noop],
37+ { '@type': "uast:Comment",
4038 '@pos': { '@type': "uast:Positions",
4139 start: { '@type': "uast:Position",
4240 offset: 9,
4947 col: 44,
5048 },
5149 },
52- children: [],
50+ Block: false,
51+ Prefix: " ",
52+ Suffix: "",
53+ Tab: "",
54+ Text: "Calculate $1 % $2 until $2 becomes zero.",
5355 },
5456 { '@type': "bash:until_loop",
5557 '@role': [Incomplete, Statement, While],
229231 },
230232 },
231233 children: [
232- { '@type': "bash:Comment",
233- '@token': " Parallel assignment: set -- 1 2",
234- '@role': [Comment, Noop],
234+ { '@type': "uast:Comment",
235235 '@pos': { '@type': "uast:Positions",
236236 start: { '@type': "uast:Position",
237237 offset: 81,
244244 col: 36,
245245 },
246246 },
247- children: [],
247+ Block: false,
248+ Prefix: " ",
249+ Suffix: "",
250+ Tab: "",
251+ Text: "Parallel assignment: set -- 1 2",
248252 },
249253 { '@type': "bash:simple-command",
250254 '@role': [Expression],
380384 },
381385 ],
382386 },
383- { '@type': "bash:Comment",
384- '@token': " Echo absolute value of $1.",
385- '@role': [Comment, Noop],
387+ { '@type': "uast:Comment",
386388 '@pos': { '@type': "uast:Positions",
387389 start: { '@type': "uast:Position",
388390 offset: 159,
395397 col: 30,
396398 },
397399 },
398- children: [],
400+ Block: false,
401+ Prefix: " ",
402+ Suffix: "",
403+ Tab: "",
404+ Text: "Echo absolute value of $1.",
399405 },
400406 { '@type': "bash:simple-command",
401407 '@role': [Expression],
900906 },
901907 ],
902908 },
903- { '@type': "bash:Comment",
904- '@token': " => 987",
905- '@role': [Comment, Noop],
909+ { '@type': "uast:Comment",
906910 '@pos': { '@type': "uast:Positions",
907911 start: { '@type': "uast:Position",
908912 offset: 265,
915919 col: 9,
916920 },
917921 },
918- children: [],
922+ Block: false,
923+ Prefix: " ",
924+ Suffix: "",
925+ Tab: "",
926+ Text: "=> 987",
919927 },
920928 ],
921929}
0 commit comments