aakshintala / cpplox
C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)
☆37Updated 4 years ago
Alternatives and similar repositories for cpplox:
Users that are interested in cpplox are comparing it to the libraries listed below
- An implementation of *jlox* from Crafting Interpreters in C++.☆43Updated 2 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆101Updated last year
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆32Updated 2 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated 10 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆246Updated 2 years ago
- Writing a minimal x86-64 JIT compiler in C++☆101Updated 6 years ago
- Template Metaprogramming with C++, published by Packt☆99Updated 2 years ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆37Updated 2 months ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆36Updated 4 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆29Updated 2 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆54Updated 4 months ago
- A C interpreter developed live on YouTube☆53Updated last year
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆25Updated 2 years ago
- Simple C++ borrow checker☆67Updated 2 years ago
- Learn LLVM 17, published by Packt☆173Updated 10 months ago
- The curated list of awesome C++ Coroutine resources.☆14Updated last year
- C++20 Coroutines and io_uring☆48Updated 2 years ago
- Code examples for tutoring modern C++☆93Updated last month
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆66Updated 5 years ago
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆164Updated last year
- Toy programming language☆48Updated this week
- 实现一个子集c编译器,后端基于llvm20☆1Updated 2 weeks ago
- My First Language Frontend with LLVM Tutorial in Chinese☆72Updated last year
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 5 years ago
- ☆85Updated last year
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆16Updated 2 years ago
- Scripting language developed alongside reading of craftinginterpreters☆39Updated 3 months ago
- Task graph-based asynchronous programming system using C++ coroutine☆89Updated last year
- ☆139Updated last week