eliasdaler / lox
C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)
☆28Updated last year
Related projects ⓘ
Alternatives and complementary repositories for lox
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆23Updated 3 years ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆39Updated last year
- A C interpreter developed live on YouTube☆50Updated last year
- An interpreter for the Monkey programming language written in C++☆25Updated last year
- Lightweight 2D graphics framework built using C++20 and Vulkan☆24Updated 2 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆98Updated last year
- Bytecode interpreter☆70Updated 7 months ago
- A minimalistic scripting language with parser and interpreter in a single C++ header file☆25Updated 2 years ago
- A scripting language built for speed in world where JavaScript runs on web servers☆11Updated 2 years ago
- Header-only C++ libraries☆17Updated 6 months ago
- A compiled, statically typed, C-like, data oriented language with a focus on performance and low-level optimization using GPU acceleratio…☆19Updated last month
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆33Updated 4 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆28Updated 6 months ago
- Single-file public domain scripting language for c☆29Updated 3 years ago
- Scripting language developed alongside reading of craftinginterpreters☆35Updated 3 years ago
- lunatic: a toy lua interpreter☆18Updated 4 years ago
- Cut down and minimalistic C++ string formatting library☆26Updated 10 months ago
- LLVM frontend for the Lox programming language (WIP)☆8Updated 6 years ago
- Source code to go with my parser programming tutorial videos.☆37Updated 2 years ago
- Pure C Simple Window Framework (to be rebased soon).☆26Updated 6 years ago
- Maciej's Toolbox☆65Updated last year
- The Sharp programming language☆42Updated 7 months ago
- A 2d Game Engine written in C++20.☆32Updated 3 years ago
- A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.☆65Updated 2 months ago
- C++ implementation of Robert Nystrom's toy language lox☆30Updated 4 years ago
- Lox modern cpp implement☆13Updated 4 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆33Updated 7 months ago
- The Elsa Programming Language☆17Updated 7 years ago
- C compiler using antlr4 with cpp backend and using llvm for code generation☆10Updated 6 years ago