codingpotato / Lox-modern-cppLinks
Lox modern cpp implement
☆14Updated 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:
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆25Updated 2 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 5 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
- The C/C++/Fortran compiler collection written in Java☆36Updated 4 years ago
- loxi - a Lox interpreter☆36Updated 7 years ago
- An implementation of *jlox* from Crafting Interpreters in C++.☆45Updated 2 years ago
- self-host llvm compiler project for fun☆20Updated this week
- C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)☆33Updated 2 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆26Updated 4 years ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- A compiler for a subset of the Java programming language.☆24Updated 11 years ago
- Fast, type-safe, object-oriented language by yours truly☆47Updated last year
- C to LLVM / Python compiler☆10Updated 8 years ago
- a simple tiny C Compiler using Lex & Yacc☆90Updated 9 years ago
- C-- Compiler using Antlr4☆17Updated 7 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆151Updated 8 years ago
- a toy programming language☆35Updated 2 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 2 years ago
- C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)☆37Updated 4 years ago
- Interpreter and Read-Eval-Print-Loop for a simple programming language called "MiniLang", written in C++☆68Updated 5 years ago
- stack based virtual machine interpreter and a C compiler☆11Updated 3 months ago
- A Superset of Lox Programming Language with Multi-pass Compiler, Optional Static Typing and lots of new features.☆68Updated this week
- A simple SSA-based compiler.☆16Updated last year
- lunatic: a toy lua interpreter☆18Updated 5 years ago
- An Understandable Tracing JIT Compiler☆21Updated 4 years ago
- C++ implementation of Robert Nystrom's toy language lox☆31Updated 5 years ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- Easy Compiler Compiler written in C++☆25Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago