This is the eighth part in a multipart ongoing series for how to make a featured, statically typed, and JIT Compiled programming language in Python with LLVM (llvmlite). Episode 8 covers the implementation of if statements, conditional operators, and boolean data types. Please comment below and join our Discord to make suggestions for what you'd like to see implemented!
Source code: Available Soon™
In order to follow along, you will need to have VS Code (or another IDE), and Miniconda.
-- Social Links --
Discord - https://discord.gg/b5BvEBuePf
Download
0 formats
No download links available.
Making a Programming Language with Python and LLVM: Episode 8 - If Statements + Booleans | NatokHD