You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tlang/source/tlang
Tristan B. V. 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
1 year ago
..
commandline Commands 1 year ago
compiler Typechecker 1 year ago
misc Utils 2 years ago
testing Test cases 1 year ago
app.d Packaging 1 year ago