Lartu / ldpl

COBOL-like programming language that compiles to C++. With serious dinosaurs with neckties and briefcases 🦕💼
https://www.ldpl-lang.org/
Apache License 2.0
161 stars 24 forks source link

Partial file reading #224

Closed Lartu closed 2 months ago

Lartu commented 12 months ago

It would be cool if you could read part of a file (seek) and not have to load it completely to memory at once.