---
source: crates/compiler/src/grammar.rs
expression: "parse(\"1; 2; 3;\")"
---
(
Root@0..8
ExprStmt@0..1
IntLiteral@0..1
Integer@0..1 "1"
Semicolon@1..2 ";"
Whitespace@2..3 " "
ExprStmt@3..4
IntLiteral@3..4
Integer@3..4 "2"
Semicolon@4..5 ";"
Whitespace@5..6 " "
ExprStmt@6..7
IntLiteral@6..7
Integer@6..7 "3"
Semicolon@7..8 ";"
,
[],
)