zls/tests/language_features
Techatrix 30869d7d87
InternPool: replace untyped values with typed values (#1023)
* InternPool: replace untyped values with typed values

* InternPool: remove `indexToTag`

* InternPool: rework representation of optional values

* add representation for unknown values and types

* ComptimeInterpreter: use InternPool typed-values

* ComptimeInterpreter: field access test

* ComptimeInterpreter: improve handling of if expressions

* InternPool: fix typeOf on a comptime float

* ComptimeInterpreter: implement TypeOf with multiple parameters
2023-02-27 17:53:46 -05:00
..
cimport.zig add multi object for loop support (#1011) 2023-02-21 17:11:35 -05:00
comptime_interpreter.zig InternPool: replace untyped values with typed values (#1023) 2023-02-27 17:53:46 -05:00