mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
28 lines
525 B
Text
28 lines
525 B
Text
SpaceBefore(
|
|
Defs(
|
|
[
|
|
|L 1-1, C 0-3| Body(
|
|
|L 1-1, C 0-1| Identifier(
|
|
"x",
|
|
),
|
|
|L 1-1, C 2-3| Num(
|
|
"5",
|
|
),
|
|
),
|
|
],
|
|
|L 3-3, C 0-2| SpaceBefore(
|
|
Num(
|
|
"42",
|
|
),
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
LineComment(
|
|
" leading comment",
|
|
),
|
|
],
|
|
)
|