OLD | NEW |
---|---|
(Empty) | |
1 ++ foobar | |
2 [ | |
3 >. | |
4 <-, | |
5 ] | |
6 | |
7 ---------------------------------------------------- | |
8 | |
9 [ | |
10 ["increment", "+"], ["increment", "+"], ["comment", "foobar"], | |
11 ["branching", "["], | |
12 ["pointer", ">"], ["operator", "."], | |
13 ["pointer", "<"], ["decrement", "-"], ["operator", ","], | |
14 ["branching", "]"] | |
15 ] | |
16 | |
17 ---------------------------------------------------- | |
18 | |
19 Checks for all patterns. | |
OLD | NEW |