From 57408b1be30fce577b0550ac7d799b512b9e4b93 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 30 Jun 2021 17:30:01 -0400 Subject: Note compiler syntax strictness (#60) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5c0fbb7..b1ce1cc 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.2.3-ZIG