aakshintala / cpploxLinks
C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)
☆40Updated 5 years ago
Alternatives and similar repositories for cpplox
Users that are interested in cpplox are comparing it to the libraries listed below
Sorting:
- An implementation of *jlox* from Crafting Interpreters in C++.☆50Updated 2 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆267Updated 2 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆99Updated 6 months ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆33Updated 2 years ago
- Writing a minimal x86-64 JIT compiler in C++☆104Updated 7 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- A C interpreter developed live on YouTube☆56Updated 2 years ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆55Updated 10 months ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆61Updated last year
- Code from the BitsOfQ youtube channel☆59Updated 2 years ago
- a list of flex/bison examples to show reentrant/C++/error-handling☆74Updated last year
- ☆89Updated 2 years ago
- 实现一个子集c编译器,后端基于llvm20☆11Updated 8 months ago
- Learn LLVM 17, published by Packt☆209Updated last year
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆189Updated last year
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆34Updated 2 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆172Updated last year
- Code examples for tutoring modern C++☆99Updated 4 months ago
- A C compiler created for the how to create a C Compiler online course☆114Updated 4 months ago
- Simple C++ borrow checker☆72Updated 2 years ago
- 《Learn LLVM 17》的非专业个人翻译☆155Updated last year
- My own implementation of C++'s smart pointers☆37Updated 5 years ago
- C++ Templates - The Complete Guide, 2nd Edition☆147Updated 7 years ago
- C++20 Coroutines and io_uring☆53Updated 2 years ago
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆68Updated 6 years ago
- ☆59Updated last year
- Slides and other materials from CppCon2021☆117Updated 2 years ago
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆113Updated last year
- ☆205Updated 3 months ago