diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-09-25 12:51:26 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-09-25 15:04:52 -0400 |
| commit | 79400bfdfd1e90cf3a4d09f32de965b13796a44d (patch) | |
| tree | 352f583af59ecc7b38431554ddc6d665e9e44222 /doc | |
| parent | 6c3a56a7ffd5a2ec5119447aa81dce9bf6ec1319 (diff) | |
| download | zig-79400bfdfd1e90cf3a4d09f32de965b13796a44d.tar.gz zig-79400bfdfd1e90cf3a4d09f32de965b13796a44d.zip | |
fix docs
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/semantic_analysis.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/semantic_analysis.md b/doc/semantic_analysis.md index 770b0f93b3..6e860aac42 100644 --- a/doc/semantic_analysis.md +++ b/doc/semantic_analysis.md @@ -6,8 +6,8 @@ choose to add more files to the compilation, for example bootstrap.zig which contains the code that calls main. Our goal now is to treat everything that is marked with the `export` keyword -as a root node, and then then parse and semantically analyze as little as -possible in order to fulfill these exports. +as a root node, and then parse and semantically analyze as little as possible +in order to fulfill these exports. So, some parts of the code very well may have uncaught semantic errors, but as long as the code is not referenced in any way, the compiler will not complain |
