Age | Commit message (Collapse) | Author |
|
|
|
|
|
- C: Use consistent error-reporting for read_files and write_compressed
- Rust: Combine both into compress_files for a single error eprintln
|
|
Do use read_to_end for Rust in combination with map_err
|
|
|
|
"writing `&String` instead of `&str` involves a new object where a slice will do"
|
|
|
|
- C outputs bc run count to stdout
- Python supports -v to output bc run count
- Add Rust rewrite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tilemap+attrmap pairs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
characters as 16-bit words
The main gotcha with this is that you won't be able to use commas
without escaping them, until the rgbds lexer gets a proper upgrade.
Closes #2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|