LLVM #5 — Mutable Variables
So far, Kaleidoscope has been a functional language with immutable variables and no reassignment. But to write anything resembling real code (loops th…
Tech news from the best sources
So far, Kaleidoscope has been a functional language with immutable variables and no reassignment. But to write anything resembling real code (loops th…
After all we've done (building a lexer, parser, code-generator, optimiser, and the JIT), we give Kaleidoscope decision-making abilities. What I built:…