Writing a lisp compiler from scratch in JavaScript: 6. LLVM system calls

from blog Notes on software development, | ↗ original
Previously in compiler basics: 1. lisp to assembly 2. user-defined functions and variables 3. LLVM 4. LLVM conditionals and compiling fibonacci Next in compiler basics: 5. an x86 upgrade In this post we'll extend the ulisp compiler's LLVM backend to support printing integers to stdout. Exit code limitationsUntil...