iamgabrieloliveira / Lox

Implementation of Lox programming language from book "Crafting Interpreters"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lox Interpreter

Lox Status

Rust

Welcome to the Lox Interpreter, an implementation of the Lox programming language from the book Crafting Interpreters by Robert Nystrom.

Purpose

This repository is a work-in-progress (WIP) project (Written in Rust btw) aimed at building a fully functional interpreter for the Lox programming language as described in Crafting Interpreters. The goal is to understand the intricacies of interpreter design and implementation.

About

Implementation of Lox programming language from book "Crafting Interpreters"


Languages

Language:Rust 100.0%