the-lambda-way / CppLox
An implementation of *jlox* from Crafting Interpreters in C++.
☆39Updated last year
Related projects ⓘ
Alternatives and complementary repositories for CppLox
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆28Updated last year
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆34Updated 4 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆28Updated 6 months ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆23Updated 3 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆97Updated last year
- My own implementation of C++'s smart pointers☆35Updated 4 years ago
- Code from the BitsOfQ youtube channel☆44Updated last year
- A C compiler written in C☆89Updated last year
- My First Language Frontend with LLVM Tutorial in Chinese☆67Updated last year
- Writing a minimal x86-64 JIT compiler in C++☆99Updated 6 years ago
- A C compiler created for the how to create a C Compiler online course☆82Updated last year
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆145Updated 10 months ago
- 《Learn LLVM 17》的非专业个人翻译☆121Updated 2 months ago
- Learn LLVM 17, published by Packt☆141Updated 5 months ago
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆16Updated 2 years ago
- The Yu (羽) programming language.☆74Updated last year
- Modern C++ implementation of the Kaleidoscope LLVM tutorial.☆13Updated 7 years ago
- Lox modern cpp implement☆13Updated 4 years ago
- A C interpreter developed live on YouTube☆50Updated last year
- LALR(1) parser for C++☆78Updated 4 months ago
- An interpreter for the Monkey programming language written in C++☆25Updated last year
- The Basecode compiler toolchain and language workbench.☆78Updated 4 years ago
- 🦖 A Compiler for PL/0 plus language (something like PASCAL)☆12Updated last week
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆239Updated last year
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆25Updated 5 years ago
- 实现一个子集c编译器,后端基于llvm20☆32Updated 3 weeks ago
- ☆69Updated 3 weeks ago
- This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Pr…☆53Updated 2 years ago
- Learn LLVM 12, published by Packt☆475Updated 5 months ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆45Updated last week