mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
37 lines
691 B
Text
37 lines
691 B
Text
SpaceBefore(
|
|
Defs(
|
|
[
|
|
|L 4-4, C 0-5| Body(
|
|
|L 4-4, C 0-1| Identifier(
|
|
"x",
|
|
),
|
|
|L 4-4, C 4-5| Num(
|
|
"5",
|
|
),
|
|
),
|
|
],
|
|
|L 6-6, C 0-2| SpaceBefore(
|
|
Num(
|
|
"42",
|
|
),
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
LineComment(
|
|
"######",
|
|
),
|
|
LineComment(
|
|
"## not docs!",
|
|
),
|
|
LineComment(
|
|
"#still not docs",
|
|
),
|
|
LineComment(
|
|
"#####",
|
|
),
|
|
],
|
|
)
|