@ ProgramNode (location: (1,0)-(2,3))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,3))
    ├── flags: ∅
    └── body: (length: 2)
        ├── @ IntegerNode (location: (1,0)-(1,1))
        │   ├── flags: newline, static_literal, decimal
        │   └── value: 1
        └── @ RangeNode (location: (2,0)-(2,3))
            ├── flags: newline, static_literal
            ├── left: ∅
            ├── right:
            │   @ IntegerNode (location: (2,2)-(2,3))
            │   ├── flags: static_literal, decimal
            │   └── value: 3
            └── operator_loc: (2,0)-(2,2) = ".."
