tung / cloxLinks
VM bytecode interpreter for Lox I made by following Crafting Interpreters, plus some extra stuff, written in C
☆27Updated 2 years ago
Alternatives and similar repositories for clox
Users that are interested in clox are comparing it to the libraries listed below
Sorting:
- A Superset of Lox Programming Language with Multi-pass Compiler, Optional Static Typing and lots of new features.☆45Updated this week
- A virtual machine and a tree-walk interpreter for the Lox programming language in C89☆50Updated 5 years ago
- ☆92Updated last week
- simple and fast scripting language☆41Updated 4 years ago
- Scripting language developed alongside reading of craftinginterpreters☆37Updated 5 months ago
- Compiler for the COOL language written in C.☆116Updated 7 months ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- A small footprint scripting language with C++ integration.☆83Updated 2 years ago
- A lightweight embeddable scripting language☆121Updated last month
- A C++ version monkey language interpreter. From Write An Interpreter In Go☆37Updated 4 years ago
- The Toy Programming Language.☆249Updated 3 months ago
- C Implementation of the monkey programming language☆73Updated 5 years ago
- C implementation of the Monkey programming language. Repository moved to Sourcehut.☆40Updated 2 years ago
- tac x86 compiler☆87Updated last year
- Simple programming language created for fun.☆198Updated 2 weeks ago
- The Pepper Programming Language☆65Updated last year
- An implementation of *jlox* from Crafting Interpreters in C++.☆48Updated 2 years ago
- Text editor using ncurses library☆32Updated 3 years ago
- Open source implementation of jai compiler☆23Updated 8 years ago
- Reference counter for C☆54Updated 2 years ago
- Bytecode interpreter☆76Updated 4 months ago
- 🚀 OOP in pure C with a single-header☆120Updated 2 years ago
- A Quick Backend☆338Updated 3 years ago
- A C compiler that tries to eliminate the need for header files as much as possible.☆65Updated this week
- a 2d game library for Umka☆75Updated last month
- Easy Programming Language / VM☆26Updated 6 years ago
- Lightweight object-oriented and functional programming language. Designed to be intuitive, small, cross-platform, and fast. The language …☆158Updated this week
- Source code to go with my parser programming tutorial videos.