lox-interpreter topic

List lox-interpreter repositories

cloxpp

23
Stars
2
Forks
Watchers

Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"

lox

25
Stars
3
Forks
Watchers

C++ implementation of Lox interpreter (based on the book Crafting Interpreters by Bob Nystrom)

Tank

21
Stars
3
Forks
Watchers

Dynamic type Object oriented and scripting language written in Java

slox

48
Stars
7
Forks
Watchers

Swift implementation of a Lox interpreter

klox

17
Stars
0
Forks
Watchers

A Kotlin implementation of lox with a JVM backend built using ProGuardCORE

YALI.js

18
Stars
1
Forks
Watchers

Yet Another Lox Interpreter. Yet Another Lox Interpreter. Javascript Implementation. A Parser, Interpreter, REPL, Code Formatter and Transpiler for the Lox programming language implemented in Javascri...

cppLox

27
Stars
3
Forks
Watchers

A tree-walker && virtual-machine && JIT interpreter for Lox language