I was going to create a test case but I saw all your test cases were instructive examples and a test for CLRF didn't make sense.
I pulled in your files directly in my project and I made this change in my version of your code. It's fine if this isn't the approach that works for this project, I thought I'd create a PR anyway. Really great library.
Unrelated but I noticed if I created a test.zmpl it will generate invalid zig code in the manifest.
Also I might patch this to clear out currently generated compiled.zig's for each build for those that weren't found?
By ignoring \r on CLRF new lines.
I was going to create a test case but I saw all your test cases were instructive examples and a test for CLRF didn't make sense.
I pulled in your files directly in my project and I made this change in my version of your code. It's fine if this isn't the approach that works for this project, I thought I'd create a PR anyway. Really great library.
Unrelated but I noticed if I created a
test.zmpl
it will generate invalid zig code in the manifest.Also I might patch this to clear out currently generated compiled.zig's for each build for those that weren't found?
Thanks so much for this great template library!