summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-06-30 17:30:01 -0400
committerDave Gauer <dave@ratfactor.com>2021-06-30 17:30:01 -0400
commit3f6a5067aa0f5156ea2cb2aea0da57fceaa33cd6 (patch)
treebbcdaeec168e17160c5b8632ea0b6e40ad90d1ee /README.md
parent9d52c769d530e9d01d7ae688e35f96d46df47299 (diff)
Note compiler syntax strictness (#60)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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`