codingpotato / Lox-modern-cppLinks
Lox modern cpp implement
☆15Updated 5 years ago
Alternatives and similar repositories for Lox-modern-cpp
Users that are interested in Lox-modern-cpp are comparing it to the libraries listed below
Sorting:
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆27Updated 2 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 6 years ago
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 6 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- A Superset of Lox Programming Language with Multi-pass Compiler, Optional Static Typing and lots of new features.☆73Updated last week
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆37Updated 5 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 4 years ago
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆33Updated 2 years ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆50Updated 2 years ago
- implement a full compiler based on c++ 11☆21Updated 8 years ago
- a toy programming language☆35Updated 3 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆40Updated 5 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 3 years ago
- Writing a minimal x86-64 JIT compiler in C++☆104Updated 7 years ago
- C-- Compiler using Antlr4☆17Updated 7 years ago
- Fast, type-safe, object-oriented language by yours truly☆47Updated 2 years ago
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆68Updated 6 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆154Updated 8 years ago
- loxi - a Lox interpreter☆36Updated 7 years ago
- Simple virtual machine for a stack-based assembler language.☆21Updated 8 years ago
- Toy programming language using LLVM, flex and bison.☆94Updated 11 months ago
- Easy Compiler Compiler written in C++☆26Updated 8 years ago
- A toy programming language interpreter☆33Updated 12 years ago
- lunatic: a toy lua interpreter☆18Updated 5 years ago
- [nyx] dynamically typed scripting language☆27Updated 2 years ago
- The Elsa Programming Language☆17Updated 8 years ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 5 years ago
- A compiler for SimpleLang which is a new language.☆35Updated last year
- Aim to be a simple, easy-to-use programming language. Let's write relatively safe code without too much cognitive load.☆22Updated last week