diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-06-30 17:30:01 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-06-30 17:30:01 -0400 |
commit | 57408b1be30fce577b0550ac7d799b512b9e4b93 (patch) | |
tree | bbcdaeec168e17160c5b8632ea0b6e40ad90d1ee | |
parent | 64219e5dcda1d999583f48f8e4a55f47f9a00aaf (diff) | |
download | ziglings-57408b1be30fce577b0550ac7d799b512b9e4b93.tar.gz ziglings-57408b1be30fce577b0550ac7d799b512b9e4b93.tar.bz2 ziglings-57408b1be30fce577b0550ac7d799b512b9e4b93.tar.xz ziglings-57408b1be30fce577b0550ac7d799b512b9e4b93.zip |
Note compiler syntax strictness (#60)
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -71,6 +71,10 @@ Once you have a build of the Zig compiler that works with Ziglings, they'll continue to work together. But keep in mind that if you update one, you may need to also update the other. +Also note that the current "stage 1" Zig compiler is very strict +about input: +https://github.com/ratfactor/ziglings/issues/60[no tab characters or Windows CR/LF newlines are allowed] + ### Version Changes * 2021-06-14 0.9.0-dev.137 - std.build.Id `.Custom` is now `.custom` |