nac3/nac3core
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
..
src core/type_inferencer: Fix location of unary/compare expressions 2024-04-05 15:42:10 +08:00
Cargo.toml core: Refactor VarMap to IndexMap 2024-03-22 15:51:23 +08:00
build.rs core: Apply clippy suggestions 2024-03-22 15:07:23 +08:00