codingpotato / Lox-modern-cpp
Lox modern cpp implement
☆13Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for Lox-modern-cpp
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆22Updated last year
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆28Updated 6 months ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆39Updated last year
- loxi - a Lox interpreter☆33Updated 6 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆23Updated 3 years ago
- implement a full compiler based on c++ 11☆22Updated 7 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆48Updated 5 years ago
- C++ implementation of Robert Nystrom's toy language lox☆30Updated 4 years ago
- 🍋 A Rust/Swift-like modern interpreted programming language. First-class functions, first-class expressions, and functional techniques i…☆9Updated 3 years ago
- lunatic: a toy lua interpreter☆18Updated 4 years ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆28Updated last year
- The fluffy programming language main repository☆24Updated 11 years ago
- The Sharp programming language☆43Updated 7 months ago
- Scripting language developed alongside reading of craftinginterpreters☆35Updated 3 years ago
- An implementation of CLox bytecode interpreter☆32Updated this week
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆35Updated 3 years ago
- a simple tiny C Compiler using Lex & Yacc☆82Updated 8 years ago
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 4 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆34Updated 4 years ago
- C to LLVM / Python compiler☆10Updated 7 years ago
- Writing a minimal x86-64 JIT compiler in C++☆99Updated 6 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 3 years ago
- A stack-based virtual machine written in C☆19Updated 5 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆25Updated 5 years ago
- A simple SSA-based compiler.☆16Updated 6 months ago
- Simple virtual machine for a stack-based assembler language.☆20Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 8 years ago
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆36Updated 4 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆60Updated 10 years ago