Akuli / jou

Yet another programming language
MIT License
12 stars 4 forks source link

Test source file with zero byte #458

Closed Akuli closed 9 months ago

Akuli commented 9 months ago

Fixes #438

Problem was that grep thinks anything with zero byte in it is a binary file, and doesn't work as usual. We need to tell it to treat "binary" files just like normal text files.