tlang/source/tlang
Tristan B. Velloza Kildaire b5e8ba0b31 Typechecker
- When handling `BinaryOperatorExpression` call `attemptPointerAriehmeticCoercion(Value, Value)` with both `(vLhsInstr, vRhsInstr)` before we call `vLhsInstr.getInstrType()` and `vRhsInstr.getInstrType()` before `isSameType(vLhsType, vRhsType)`. By doing so we attempt to coerce the types of both instructions if one is a pointer and another is an integer, else do nothing
2023-04-13 14:03:56 +02:00
..
commandline Commands 2023-04-12 09:02:39 +02:00
compiler Typechecker 2023-04-13 14:03:56 +02:00
misc Utils 2022-12-12 16:39:57 +02:00
testing Test cases 2023-04-12 08:36:48 +02:00
app.d Packaging 2023-02-05 20:21:26 +02:00