nac3/nac3core/src/typecheck
David Mak e614dd4257 core/type_inferencer: Fix location of unary/compare expressions
Codegen uses this location information to determine the CallId, and if
a function call is the operand of a unary expression or left-hand
operand of a compare expression, codegen will use the type of the
operator expression rather than the actual operand type.
2024-04-05 15:42:10 +08:00
..
type_inferencer core/type_inferencer: Fix location of unary/compare expressions 2024-04-05 15:42:10 +08:00
typedef core: Implement elementwise binary operators 2024-04-03 00:07:33 +08:00
function_check.rs core: Fix typo in error message 2024-02-14 16:26:13 +08:00
magic_methods.rs core/magic_methods: Fix type of unary ops with primitive types 2024-04-05 13:23:08 +08:00
mod.rs applied rustfmt and clippy auto fix 2022-02-21 18:27:46 +08:00
type_error.rs core: Apply clippy pedantic changes 2023-12-11 15:16:23 +08:00
unification_table.rs nac3core/typecheck/unification_table: fixed snapshot restore bug 2022-03-23 00:25:10 +08:00