codingpotato / Lox-modern-cpp
Lox modern cpp implement
☆12Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for Lox-modern-cpp
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆24Updated 3 years ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆38Updated last year
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆22Updated last year
- loxi - a Lox interpreter☆33Updated 6 years ago
- A stack-based virtual machine written in C☆19Updated 5 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆28Updated 6 months ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 3 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆47Updated 5 years ago
- lunatic: a toy lua interpreter☆18Updated 4 years ago
- Writing a minimal x86-64 JIT compiler in C++☆98Updated 6 years ago
- C++ implementation of Robert Nystrom's toy language lox☆30Updated 4 years ago
- LLVM IR Examples☆35Updated 7 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆25Updated 4 years ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆34Updated 3 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆35Updated 4 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 8 years ago
- a simple tiny C Compiler using Lex & Yacc☆80Updated 8 years ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆28Updated last year
- Fast, type-safe, object-oriented language by yours truly☆47Updated last year
- implement a full compiler based on c++ 11☆22Updated 7 years ago
- A simple VM in C☆48Updated 3 months ago
- A toy programming language interpreter☆33Updated 11 years ago
- The fluffy programming language main repository☆24Updated 11 years ago
- The Sharp programming language☆42Updated 7 months ago
- Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox program…☆34Updated 2 years ago
- Scripting language developed alongside reading of craftinginterpreters☆35Updated 3 years ago
- An implementation of CLox bytecode interpreter☆32Updated this week
- [nyx] dynamically typed scripting language☆25Updated last year
- Parser and compiler for Ravi and Lua☆67Updated last year
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆36Updated 4 years ago