mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
59 lines
1.1 KiB
Text
59 lines
1.1 KiB
Text
[
|
|
@12-19 SpaceBefore(
|
|
Body(
|
|
@12-15 Identifier(
|
|
"foo",
|
|
),
|
|
@18-19 Num(
|
|
"1",
|
|
),
|
|
),
|
|
[
|
|
LineComment(
|
|
" comment 1",
|
|
),
|
|
],
|
|
),
|
|
@33-43 SpaceBefore(
|
|
Body(
|
|
@33-36 Identifier(
|
|
"bar",
|
|
),
|
|
@39-43 Str(
|
|
PlainLine(
|
|
"hi",
|
|
),
|
|
),
|
|
),
|
|
[
|
|
Newline,
|
|
Newline,
|
|
LineComment(
|
|
" comment 2",
|
|
),
|
|
],
|
|
),
|
|
@44-57 SpaceAfter(
|
|
SpaceBefore(
|
|
Body(
|
|
@44-47 Identifier(
|
|
"baz",
|
|
),
|
|
@50-57 Str(
|
|
PlainLine(
|
|
"stuff",
|
|
),
|
|
),
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
[
|
|
Newline,
|
|
LineComment(
|
|
" comment n",
|
|
),
|
|
],
|
|
),
|
|
]
|