tree-walk-interpreter
There are 51 repositories under tree-walk-interpreter topic.
franeklubi/luxya
Programming language with a tree-walking interpreter written in Rust©™.
amirgamil/lispy
A Lisp-dialect written in Go featuring a library written in itself, a REPL, tail-optimized recursion, macros, and a meta-circular interpreter.
healeycodes/nodots-lang
𝐧𝐝 A small programming language with an interpreter, and a WebAssembly compiler.
fampiyush/rlox
A tree-walk lox interpreter written in Rust.
healeycodes/hoot-language
🦉 A general-purpose interpreted scripting language with an event loop.
sravand123/TinkerScript
TinkerScript is a dynamically-typed, interpreted, high-level programming language.
danieldidiobalsamo/lox_interpreter_rust
Rust implementation of the Java tree-walk interpreter for Lox object-oriented programming language
jmaczan/0x6b73746b
Toying with compilers in Rust - Tree-Walk interpreter
txloc1909/lox
Implementations of the Lox programming language from the book Crafting Interpreters
xlxs4/MysticMenagerie.jl
A C-style tree-walking interpreter with Pratt parsing from scratch
artmortal93/PLox
Python Interpreter for Lox Languages
aym-n/arc
This Rust-based interpreter is a learning project aimed at understanding how interpreters and compilers work, while concurrently gaining proficiency in the Rust programming language.
Fus3n/dusl
DUSL = Dynamic Utility And Scripting Language
oddlanguage/odd
A functional language for getting things done.
tonisidneimc/PyLox
A Tree-Walk Interpreter for the PyLox language, using the good old python, for the simplest and cleanest implementation.
cobbinma/gleamlox
💫 https://craftinginterpreters.com/
CryptoRodeo/boar-lang
Interpreter for a toy programming language, built in Go
magalhaesm/rinha-compiler
💻 A simple tree-walking interpreter
manishmeganathan/tunalang
A dynamically typed, interpreted programming language.
rmrt1n/seacucumber
small tree-walk interpreter and transpiler in c for a toy language
robjsliwa/rlox
rlox language
Abhinand20/cpPyox
A high-level dynamically typed interpreted scripting language with python-esque features, implemented on a fast and memory efficient C++ backend.
Chanadu/better-language
A new programming language by creating through a built from scratch tree-walking interpreter, written in Go.
mrkbryn/lox
Various implementations of Bob Nystrom's Lox language.
NucciTheBoss/crox
Implementation of the Lox programming language in written in Crystal. Based on the first (Java) implementation of Lox.
olivermicke/marder
Simple tree-walk interpreter written for educational purposes. Shout-out to Robert Nystrom for his amazing book Crafting Interpreters.
salty-max/eevee-source
A dynamic programming language with simple syntax OOP support.
timar07/Epsilon
Epsilon programming language interpreter
timar07/novis
Novis programming language interpreter
bit-web24/lox
A Tree-Walk Interpreter
mrizaln/loxx
Lox interpreter in Rust
lagoon107/SEEL
A repo housing SEEL, a simple, readable tree-walk interpreter.
RougherO/RoLang
Tree-Walk Interpreter in Go
thenmuttai/palkova
Palkova - A tree-walk interpreter (coded by following the handbook - Crafting Interpreters)