aakshintala / cpploxLinks
C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)
☆38Updated 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++.☆48Updated 2 years ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆33Updated 2 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆99Updated 4 months ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆265Updated 2 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆177Updated last year
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆27Updated 4 years ago
- Learn LLVM 12, published by Packt☆492Updated last year
- Learn LLVM 17, published by Packt☆204Updated last year
- Template Metaprogramming with C++, published by Packt☆121Updated 2 years ago
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆57Updated 9 months ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- High performance HTTP server built on C++20 coroutines and io_uring☆170Updated last year
- ☆88Updated 2 years ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆53Updated 8 months ago
- A C compiler written in C☆101Updated 2 years ago
- A C++ version of SimpleDB originally written in Java by Edward Sciore. The structure of SimpleDB is explained in detail in the book Datab…☆48Updated 4 years ago
- C++ 20 STL Cookbook, published by Packt☆160Updated last week
- 《Learn LLVM 17》的非专业个人翻译☆153Updated last year
- Code from the BitsOfQ youtube channel☆58Updated 2 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆33Updated 2 years ago
- The curated list of awesome C++ Coroutine resources.☆19Updated last year
- Slides and other materials from CppCon2021☆114Updated last year
- Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023☆107Updated last year
- This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Pr…☆57Updated 3 years ago
- Code examples for tutoring modern C++☆98Updated 2 months ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆173Updated 6 years ago
- a highly cache-friendly hash table☆45Updated 3 years ago
- My First Language Frontend with LLVM Tutorial in Chinese☆78Updated 2 years ago