···3838- [ ] `(R, G, B)#{expr}` Executes `EXPR` as long as current pixel is of `(R, G, B)` color (while loop)
3939- [ ] `(R, G, B)${EXPR}` Run `EXPR` through every pixel in sequence until current pixel is of `(R, G, B)` color (for loop)
40404141+- [ ] Modularize the utilities and parser implementations in `main.rkt`
4242+- [ ] Clean up the code with `(do)` statements
4143