forked from argotorg/fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray.snap
More file actions
41 lines (40 loc) · 906 Bytes
/
Copy patharray.snap
File metadata and controls
41 lines (40 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
source: crates/parser2/tests/syntax_node.rs
expression: node
input_file: crates/parser2/test_files/syntax_node/exprs/array.fe
---
Root@0..20
ArrayExpr@0..12
LBracket@0..1 "["
LitExpr@1..2
Lit@1..2
Int@1..2 "1"
Comma@2..3 ","
WhiteSpace@3..4 " "
BlockExpr@4..11
LBrace@4..5 "{"
ExprStmt@5..10
BinExpr@5..10
LitExpr@5..6
Lit@5..6
Int@5..6 "1"
WhiteSpace@6..7 " "
Plus@7..8 "+"
WhiteSpace@8..9 " "
LitExpr@9..10
Lit@9..10
Int@9..10 "2"
RBrace@10..11 "}"
RBracket@11..12 "]"
Newline@12..13 "\n"
ArrayRepExpr@13..20
LBracket@13..14 "["
LitExpr@14..15
Lit@14..15
Int@14..15 "1"
SemiColon@15..16 ";"
WhiteSpace@16..17 " "
LitExpr@17..19
Lit@17..19
Int@17..19 "16"
RBracket@19..20 "]"