Skip to content

Commit d290a34

Browse files
committed
Commit snapshot
For 81e07f3
1 parent 81e07f3 commit d290a34

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@ ProgramNode (location: (1,0)-(2,6))
2+
├── flags: ∅
3+
├── locals: []
4+
└── statements:
5+
@ StatementsNode (location: (1,0)-(2,6))
6+
├── flags: ∅
7+
└── body: (length: 1)
8+
└── @ StringNode (location: (1,0)-(2,6))
9+
├── flags: newline
10+
├── opening_loc: (1,0)-(1,1) = "\""
11+
├── content_loc: (1,1)-(2,5) = "A\nB\\nCC"
12+
├── closing_loc: (2,5)-(2,6) = "\""
13+
└── unescaped: "A\nB\nCC"

0 commit comments

Comments
 (0)