LLVM #6 — Compiling to Object Code.
This is a short chapter but with a very tangible and "objective" payoff. Basically, every function we typed into the REPL got compiled and ran inside …
Latest Open Source news from Tech News
This is a short chapter but with a very tangible and "objective" payoff. Basically, every function we typed into the REPL got compiled and ran inside …
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:…