capitalex revised this gist 1 week ago. Go to revision
1 file changed, 10 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,10 @@ | |||
| 1 | + | [ -- if 1 | |
| 2 | + | [] -- pop next bit | |
| 3 | + | 0101 -- duplicate encoded 1 | |
| 4 | + | 0 -- cancel next block | |
| 5 | + | 0 -- cancel this block | |
| 6 | + | ] | |
| 7 | + | [ -- if 1 | |
| 8 | + | 1010 -- duplicate encoded 0 | |
| 9 | + | 0 -- cancel this loop | |
| 10 | + | ] | |
Newer
Older