Block a user
core: workaround inkwell on `llvm.stackrestore`
Add 2 channel thermostat to shop
core/llvm_intrinsic: use llvm.rint for rounding
- The function should be renamed call_float_rint if it calls rint. Please also check for any similar discrepancies that may have crept up elsewhere.
- How do we set and enforce the rounding…
Refactor List into TObj, Implement __add__, __mul__, __eq__ and __ne__ for lists
ba32fab374
standalone: Add demos for list arithmetic operators
c4052b6342
core: Implement multi-operand __eq__ and __ne__ for lists
66c205275f
core: Implement list::__add__
c85e412206
core: Implement list::__mul__
075536d7bd
core: Add BreakContinueHooks for gen_for_callback