forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3core/src
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
..
codegen core: Implement elementwise comparison operators 2024-04-03 00:07:33 +08:00
toplevel core: Implement elementwise comparison operators 2024-04-03 00:07:33 +08:00
typecheck core/type_inferencer: Fix location of unary/compare expressions 2024-04-05 15:42:10 +08:00
lib.rs nac3core: removed legacy location definition 2022-02-13 22:39:24 +08:00
symbol_resolver.rs core/magic_methods: Add typeof_*op 2024-04-03 00:07:33 +08:00