diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-03-29 21:59:08 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-03-29 21:59:08 -0700 |
| commit | 195ddab2be938c1201767909d39106cdf99fd07e (patch) | |
| tree | a24f32c4829370474b2319c9bbdd3478974d1bad /src/codegen.zig | |
| parent | 623d5f442c832ec0ea2a07aba73b8e2eae57191c (diff) | |
| download | zig-195ddab2be938c1201767909d39106cdf99fd07e.tar.gz zig-195ddab2be938c1201767909d39106cdf99fd07e.zip | |
Sema: implement switch expressions
The logic for putting ranges into the else prong is moved from AstGen to
Sema. However, logic to emit multi-items the same as single-items cannot
be done until TZIR supports mapping multiple items to the same block of
code. This will be simple to represent when we do the upcoming TZIR memory
layout changes.
Not yet implemented in this commit is the validation of duplicate
values. The trick is going to be emitting error messages with accurate
source locations, without adding extra source nodes to the ZIR
switch instruction.
This will be done by computing the respective AST node based on the
switch node (which we do have available), only when a compile error
occurs and we need to know the source location to attach the message to.
Diffstat (limited to 'src/codegen.zig')
0 files changed, 0 insertions, 0 deletions
