summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/pt/include/example/expr_ast.inc
blob: 1d12780f4524ec6e35971da5166e79dca00584c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[example {
set ast {Expression 0 4
    {Factor 0 4
        {Term 0 2
            {Number 0 2
                {Digit 0 0}
                {Digit 1 1}
                {Digit 2 2}
            }
        }
        {AddOp 3 3}
        {Term 4 4
            {Number 4 4
                {Digit 4 4}
            }
        }
    }
}
}]