All Projects → rodaine → rlox

rodaine / rlox

Licence: MIT license
Lox Interpreter/REPL written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rlox

slox
Swift implementation of a Lox interpreter
Stars: ✭ 39 (+25.81%)
Mutual labels:  interpreter, lox-language, lox
rlox
A rust interpreter for the Lox language
Stars: ✭ 17 (-45.16%)
Mutual labels:  lox-language, lox
clox
A virtual machine and a tree-walk interpreter for the Lox programming language in C89 🌀
Stars: ✭ 38 (+22.58%)
Mutual labels:  interpreter, lox-language
Craftinginterpreters
Repository for the book "Crafting Interpreters"
Stars: ✭ 4,298 (+13764.52%)
Mutual labels:  interpreter, lox
locks-py
Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox programming language.
Stars: ✭ 29 (-6.45%)
Mutual labels:  interpreter, lox
code editor unity
A code editor for MY-BASIC, powered by the Unity3D engine. With this you may create your own Code Editor, Debugger and IDE for different scripting languages.
Stars: ✭ 13 (-58.06%)
Mutual labels:  interpreter
tau
Tau is an open source interpreted programming language designed to be minimal, fast and efficient.
Stars: ✭ 26 (-16.13%)
Mutual labels:  interpreter
gossa
The Go/Go+ Interpreter
Stars: ✭ 53 (+70.97%)
Mutual labels:  interpreter
fayrant-lang
Simple, interpreted, dynamically-typed programming language
Stars: ✭ 30 (-3.23%)
Mutual labels:  interpreter
jingle
🔔 Jingle is a dynamically-typed, multi-paradigm programming language designed for humans and machines.
Stars: ✭ 34 (+9.68%)
Mutual labels:  interpreter
snap
Snap Programming Language
Stars: ✭ 20 (-35.48%)
Mutual labels:  interpreter
huginn
Programming language with no quirks, so simple every child can master it.
Stars: ✭ 41 (+32.26%)
Mutual labels:  interpreter
PureScript
A C# hot reload framework for Unity3D, based on Mono's MONO_AOT_MODE_INTERP mode.
Stars: ✭ 258 (+732.26%)
Mutual labels:  interpreter
j2
j2 is a minimalist concatenative programming language that makes up for its simplicity by its ability to natively bind with C libraries' ABI *and types*, *without glue*
Stars: ✭ 37 (+19.35%)
Mutual labels:  interpreter
scheme.ml
Scheme (R6RS subset) interpreter written in OCaml
Stars: ✭ 14 (-54.84%)
Mutual labels:  interpreter
nbb
Scripting in Clojure on Node.js using SCI.
Stars: ✭ 461 (+1387.1%)
Mutual labels:  interpreter
Cosmo
Embeddable scripting language loosely based off of Lua
Stars: ✭ 14 (-54.84%)
Mutual labels:  interpreter
pikt
🎨 Image-based poetic programming language.
Stars: ✭ 72 (+132.26%)
Mutual labels:  interpreter
Animach
Scheme语言实现和运行时环境 / A Scheme runtime & implementation
Stars: ✭ 45 (+45.16%)
Mutual labels:  interpreter
opengml
GML interpreter
Stars: ✭ 30 (-3.23%)
Mutual labels:  interpreter

rlox Build Status

Lox Interpreter/REPL written in Rust.

Install

git checkout https://github.com/rodaine/rlox.git
cd rlox
cargo install

rlox            # starts the REPL
rlox script.lox # interprets the file

Development

# linting - clippy is somewhat unstable
rustup run nightly cargo install clippy
rustup run nightly cargo clippy

# unit tests
cargo test --verbose
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].