User-defined operators take in a set of operands as input and return a result. We want to support functionalities such as division, logical negation, comparisons, etc.
Table of contents.Introduction.Supporting Binary operators.Supporting Unary Operators.Summary.References.Prerequisites.
LLVM Control Flow: for loops.
Introduction.
Until now the language - Kaleidoscope generates optimized LLVM IR and supports JIT and control flow, we will further extend it to also include operators such as...
Published on May 10, 2022 10:40