- CHANGED: `--end` clause renamed from `--finally`
- auto-importing works in the `--setup` clause
- will not internally change commands starting with a reserved keyword (ex: `if s ==` will not be changed to `s = if s ===`)
- generator
- skip processing if not needed to speed up
- command chaining tuned up
- `--format`, `--stderr`, `--overflow-safe` flags
- `count` variable
- raw bytes support